CtrlK
BlogDocsLog inGet started
Tessl Logo

claude-octopus

github.com/nyldn/claude-octopus

Skill

Added

Review

sys-configure

skills/sys-configure/SKILL.md

Configure Claude Octopus — redirects to /octo:setup interactive wizard

skill-writing-plans

skills/skill-writing-plans/SKILL.md

Create zero-context implementation plans with bite-sized tasks — use for multi-step feature planning

skill-visual-feedback

skills/skill-visual-feedback/SKILL.md

Process screenshot-based UI/UX feedback to fix visual issues — use when users share screenshots of bugs

skill-verify

skills/skill-verify/SKILL.md

Use when a nontrivial change needs end-to-end verification before committing or shipping

64

skill-verification-gate

skills/skill-verification-gate/SKILL.md

Use when about to declare work complete, fixed, passing, or done

skill-thought-partner

skills/skill-thought-partner/SKILL.md

Brainstorm creatively with pattern spotting and paradox hunting — use for ideation and exploration

skill-tdd

skills/skill-tdd/SKILL.md

Build features with tests-before-code rigor — use for new features needing test coverage

skill-task-management

skills/skill-task-management/SKILL.md

Manage tasks with Claude Code native tools — use to track TODOs, delegate work, and monitor progress

skill-status

skills/skill-status/SKILL.md

Show where you are in the workflow and what to do next — use for progress checks and orientation

skill-staged-review

skills/skill-staged-review/SKILL.md

Use when a PR or feature needs both specification and code-quality review

skill-ship

skills/skill-ship/SKILL.md

Package and finalize completed work for delivery — use when a feature is done and ready to ship

skill-security-framing

skills/skill-security-framing/SKILL.md

URL validation and content sanitization for untrusted sources — use when handling external input safely

skill-rollback

skills/skill-rollback/SKILL.md

Roll back to a previous checkpoint via git — use when a change went wrong and you need to revert

skill-review-response

skills/skill-review-response/SKILL.md

Use when a reviewer, CI bot, or another AI leaves feedback to address

skill-resume

skills/skill-resume/SKILL.md

Pick up where you left off from a previous session — use after context resets, compaction, or new conversations

skill-prd

skills/skill-prd/SKILL.md

Write an AI-optimized PRD using multi-AI orchestration — use when scoping a new feature or product

skill-parallel-agents

skills/skill-parallel-agents/SKILL.md

Decompose large tasks across parallel agents — use for migrations, multi-file refactors, or batch work

skill-native-escalation-routing

skills/skill-native-escalation-routing/SKILL.md

Use when choosing native or multi-LLM handling for init, review, or security requests

skill-meta-prompt

skills/skill-meta-prompt/SKILL.md

Craft better prompts using proven optimization techniques — use when your prompt needs refinement

skill-knowledge-work

skills/skill-knowledge-work/SKILL.md

Switch to Knowledge Work mode for research and writing — use when task is non-code focused

skill-iterative-loop

skills/skill-iterative-loop/SKILL.md

Run tasks in a loop until goals are met — use for iterative refinement, polling, or convergence

skill-issues

skills/skill-issues/SKILL.md

Track project blockers, bugs, and gaps across sessions — use when issues pile up or need triage

skill-intent-contract

skills/skill-intent-contract/SKILL.md

Use when starting a complex or ambiguous task that risks scope drift

skill-finish-branch

skills/skill-finish-branch/SKILL.md

Wrap up a branch — run tests, create PR, merge or discard — use when implementation is done

skill-factory

skills/skill-factory/SKILL.md

Run a full build-and-ship pipeline from a spec — use for hands-off project generation