Skip to main content

synapsync info

Display information about SynapSync concepts.

Usage

synapsync info [topic]

Available Topics

TopicDescription
cognitivesTypes of cognitives (skills, agents, etc.)
installInstallation sources and methods
providersSupported AI providers
categoriesCognitive categories
syncHow synchronization works
structureProject directory structure

Examples

List All Topics

synapsync info
SynapSync Info
──────────────

Available topics:
cognitives Types of cognitives
install Installation sources
providers AI providers
categories Cognitive categories
sync Synchronization
structure Directory structure

Run 'synapsync info <topic>' for details

Cognitive Types

synapsync info cognitives
Cognitive Types
───────────────

skill Reusable instructions (SKILL.md)
agent Autonomous task executors (AGENT.md)
prompt Template prompts (PROMPT.md)
workflow Multi-step processes (WORKFLOW.yaml)
tool External integrations (TOOL.md)

Installation Sources

synapsync info install
Installation Sources
────────────────────

Registry: synapsync add <name>
GitHub: synapsync add github:user/repo
Local: synapsync add ./path/to/cognitive

Providers

synapsync info providers
Supported Providers
───────────────────

claude Claude Code, Desktop .claude/
cursor Cursor IDE .cursor/
openai ChatGPT, OpenAI API .openai/
windsurf Windsurf IDE .windsurf/
gemini Google Gemini .gemini/
copilot GitHub Copilot .github/

Notes

  • Quick reference without leaving the terminal
  • Topics match documentation sections
  • Use --help for command-specific help