Agent skill
takopi
Use when working through Takopi (Telegram bridge) to route Codex tasks by project, branch worktree, or topic; covers directives like /project, @branch, engine prefixes, ctx footer behavior, and /new resets.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/takopi
SKILL.md
Takopi Context
Use this skill when a request is issued from Takopi or when you need to format guidance for Takopi messages. Keep replies short and compatible with Telegram usage.
Core Behaviors
- Directives live at the start of the first line:
/project,/engine, and@branch. - Replying to a message that includes a backticked
ctx:footer keeps the same project/branch; do not restate directives unless asked. @branchruns in a dedicated git worktree for that branch.
Quick Patterns
/project task text
/project @branch task text
/engine /project @branch task text
Examples:
/solidlink @feat/branch-name update docs
/solidlink fix build warnings
File Operations
When asking the user to download files via Takopi's /file get command:
- Use relative paths from the current working directory (project root).
- Avoid absolute paths (e.g.,
C:\...) as they are rejected by the harness. - If a file is in a subdirectory, include the full relative path from the project root.
Examples:
/file get SolidLink.UI/test-results/robot-definition-renders-robot-definition-panel/test-finished-1.png
/file get SolidLink.UI/test-results/viewport-shift-H-hides-sel-3bc76-es-and-updates-bridge-state/video.webm
/file get docs/dev/orchestration/feature-spec__feat-example.md
When generating /file get commands for test artifacts:
- Run tests first to generate artifacts
- Use
findorlsto locate artifact paths - Format as relative paths from project root in code blocks
Topics (Telegram forums)
In topic threads, use /topic and /ctx to bind a project/branch context. Use /new to reset stored session context.
References
See references/takopi-context.md for the concise rules and command list.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?