Claude Code Skills · page 37
Individual Claude Code skills mined from every repository in the directory: each SKILL.md, installable with one command, with its full definition and the repository's trust signals.
- worldbuilding4.2k
How to work in a Worldbuilding project (the `worldbuilding` starter pack): a fiction encyclopedia of characters, settings, themes, factions, and lore. Read when the project has these folders, OR when asked to add a character, setting, faction, or piece of lore, or to check the world for internal consistency. Carries the auto-stub and consistency behaviors so that guidance does not live inside template bodies or folder descriptions. Complements the platform `open-knowledge` skill; does not replace it.
inkeep/open-knowledgeInstall - writing-workflow4.2k
How to work in a Writing Pipeline project (the `writing-pipeline` starter pack): a three-stage drafting flow, ideas → drafts → published. Read when the project has these folders, OR when asked to capture an idea, start or revise a draft, review a piece before it ships, or publish it. Carries the stage flow and review behaviors so that guidance does not live inside template bodies or folder descriptions. Complements the platform `open-knowledge` skill; does not replace it.
inkeep/open-knowledgeInstall - open-knowledge4.2k
Authoritative agent-runtime contract for working inside an OpenKnowledge project — a markdown-CRDT knowledge base exposed over MCP. Use whenever reading, listing, searching, editing, or linting any `.md` or `.mdx` file in the project, and before any `mcp__open-knowledge__*` tool call (`exec`, `search`, `write`, `edit`, `lint`, and the rest). Installed by `ok init`, so its presence means this is an OpenKnowledge project and it governs every markdown file here. Covers the read/write tool surface, grounding and linking rules, folder/template conventions, the live browser preview, and the rule that OK's MCP tools — never native file tools — handle in-scope markdown.
inkeep/open-knowledgeInstall Use when the user wants to create, author, write, or design a new Agent Skill (a SKILL.md) — for OpenKnowledge or for their editors — including requests like 'help me write a skill', 'make a skill that…', 'turn this workflow into a skill', or improving an existing skill's triggering and discipline. Also use when capturing reusable agent guidance that should live as an installable skill rather than a one-off prompt. Covers choosing scope (project vs global), authoring inside a plugin or skills-distribution repo (write in the repo's own layout, never install), the SKILL.md frontmatter contract, progressive-disclosure structure, evaluating the skill, and installing it into the user's editors.
inkeep/open-knowledgeInstallOperate the Telegram Search CLI through an authorized local profile. Use when an agent needs to discover Telegram chats, read bounded remote messages, explicitly synchronize history with user-approved Telegram Takeout, query/search/contextualize persisted messages, compute statistics, export deterministic JSONL, or run a real CLI end-to-end canary. Never send or modify Telegram messages.
groupultra/telegram-searchInstall- anvil4.1k
Evidence-first coding workflow. Use this skill for ANY task that writes, modifies, fixes, refactors, or reviews code — bug fixes, new features, refactors, config changes, even one-line edits. Verifies before presenting, attacks its own output with adversarial multi-model review, and tracks every check in a SQL ledger. The skill's own task-sizing scales effort down for trivial changes, so it is safe to apply broadly. Trigger whenever the user asks for code changes, mentions a bug, feature, refactor, or asks you to implement, fix, or improve anything in a codebase.
SenteLabsAI/OpenExecutiveInstall - flyctl4.1k
Operate the two Fly.io apps for Open Executive (openexec-api-dev, openexec-ui-dev). Use this skill whenever the user asks to tail logs, SSH for SQLite inspection, list/set/unset secrets, check deploy status, restart machines, deploy, or rotate AUTH_SECRET. Covers the exact commands, SQLite paths, and known gotchas for this project. Tiered safety: read-only runs freely; destructive needs explicit user confirmation.
SenteLabsAI/OpenExecutiveInstall - openexec-api4.1k
Interact with the Open Executive FastAPI backend via curl. Use this skill when the user asks to hit /chat, /today, /people, /scheduled_actions, /architecture/*, /health/*, /fixtures/*, /audit/*, or any HTTP endpoint on openexec-api-dev.fly.dev (dev) or localhost:8000 (local). Authenticates via $BACKEND_SHARED_SECRET in the x-api-key header. Tiered safety: GET runs freely, mutating POSTs need explicit confirmation.
SenteLabsAI/OpenExecutiveInstall - skill-extract4.1k
Reverse-engineer design systems, tokens, and components from live products or screenshots
nyldn/claude-octopusInstall - flow-define4.1k
Multi-AI requirements scoping using available external providers (Double Diamond Define phase)
nyldn/claude-octopusInstall - flow-deliver4.1k
Multi-AI validation, scoring, and review using available external providers (Double Diamond Deliver phase)
nyldn/claude-octopusInstall - flow-develop4.1k
Multi-AI implementation using available external providers (Double Diamond Develop phase)
nyldn/claude-octopusInstall - flow-discover4.1k
Multi-AI research using available external providers (Double Diamond Discover phase)
nyldn/claude-octopusInstall - flow-parallel4.1k
Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates
nyldn/claude-octopusInstall - flow-spec4.1k
NLSpec authoring — use when you need a structured specification from multi-AI research and consensus
nyldn/claude-octopusInstall System architecture and API design with multi-AI consensus — use for design reviews and new subsystems
nyldn/claude-octopusInstall- skill-audit4.1k
Audit codebases for quality, consistency, and broken patterns — use for pre-release or tech debt review
nyldn/claude-octopusInstall - skill-claw4.1k
OpenClaw instance administration — manage hosts across macOS, Ubuntu/Debian, Docker, OCI, and Proxmox
nyldn/claude-octopusInstall Expert multi-AI code review with inline PR comments — use for thorough quality and security analysis
nyldn/claude-octopusInstallExtract patterns and anatomy from URLs — use to reverse-engineer content strategies from live pages
nyldn/claude-octopusInstallAuto-detect work context (Dev vs Knowledge) — use to tailor workflows based on current task type
nyldn/claude-octopusInstallGitHub Copilot CLI as optional zero-cost provider via copilot -p programmatic mode
nyldn/claude-octopusInstallProject remaining workflow cost from per-phase averages — warns on budget ceiling overruns
nyldn/claude-octopusInstallTrace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs
nyldn/claude-octopusInstall- skill-debate4.1k
Structured multi-provider AI debates between Claude and available advisors — use for critical decisions
nyldn/claude-octopusInstall - skill-debug4.1k
Debug issues methodically — use when stuck on errors, test failures, or unexpected behavior
nyldn/claude-octopusInstall Present options with trade-offs for informed decision-making — use when choosing between approaches
nyldn/claude-octopusInstall- skill-deck4.1k
Generate slide deck presentations from briefs — use when you need slides, pitch decks, or visual summaries
nyldn/claude-octopusInstall - octopus-research4.1k
Thorough research across multiple sources — use for complex topics needing broad synthesis
nyldn/claude-octopusInstall Persist design documents with branch tracking, revision chains, and cross-session discovery
nyldn/claude-octopusInstallAudit whether a multi-agent setup earns its coordination cost — use before adding an agent, or when a workflow feels slow or agents agree without adding signal
nyldn/claude-octopusInstall- skill-authoring4.1k
Principles for writing skills that behave the same way every run — use when adding, editing, or reviewing a skill in this plugin
nyldn/claude-octopusInstall Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables
nyldn/claude-octopusInstall- skill-doc-sync4.1k
Post-ship doc sync across project markdown. Use when: sync docs, update docs, document changes, release notes.
nyldn/claude-octopusInstall - skill-doctor4.1k
Environment diagnostics — check providers, auth, config, hooks, scheduler, and more
nyldn/claude-octopusInstall - skill-factory4.1k
Run a full build-and-ship pipeline from a spec — use for hands-off project generation
nyldn/claude-octopusInstall Wrap up a branch — run tests, create PR, merge or discard — use when implementation is done
nyldn/claude-octopusInstall- skill-intake4.1k
Move incoming issues and pull requests through triage states until each is actionable or closed — use when the queue has piled up or a report arrives unsorted
nyldn/claude-octopusInstall Use when starting a complex or ambiguous task that risks scope drift
nyldn/claude-octopusInstall- skill-issues4.1k
Track project blockers, bugs, and gaps across sessions — use when issues pile up or need triage
nyldn/claude-octopusInstall Run tasks in a loop until goals are met — use for iterative refinement, polling, or convergence
nyldn/claude-octopusInstallSwitch to Knowledge Work mode for research and writing — use when task is non-code focused
nyldn/claude-octopusInstallCraft better prompts using proven optimization techniques — use when your prompt needs refinement
nyldn/claude-octopusInstallUse when choosing native or multi-LLM handling for init, review, or security requests
nyldn/claude-octopusInstallDecompose large tasks across parallel agents — use for migrations, multi-file refactors, or batch work
nyldn/claude-octopusInstall- skill-prd4.1k
Write an AI-optimized PRD using multi-AI orchestration — use when scoping a new feature or product
nyldn/claude-octopusInstall - octopus-quick4.1k
Quick execution for ad-hoc tasks without full workflow overhead — use for small, self-contained requests
nyldn/claude-octopusInstall - skill-resume4.1k
Pick up where you left off from a previous session — use after context resets, compaction, or new conversations
nyldn/claude-octopusInstall Use when a reviewer, CI bot, or another AI leaves feedback to address
nyldn/claude-octopusInstall- skill-rollback4.1k
Roll back to a previous checkpoint via git — use when a change went wrong and you need to revert
nyldn/claude-octopusInstall OWASP compliance, vulnerability scanning, and adversarial red team testing — use for security reviews
nyldn/claude-octopusInstallURL validation and content sanitization for untrusted sources — use when handling external input safely
nyldn/claude-octopusInstall- skill-ship4.1k
Package and finalize completed work for delivery — use when a feature is done and ready to ship
nyldn/claude-octopusInstall Use when a PR or feature needs both specification and code-quality review
nyldn/claude-octopusInstall- skill-status4.1k
Show where you are in the workflow and what to do next — use for progress checks and orientation
nyldn/claude-octopusInstall Manage tasks with Claude Code native tools — use to track TODOs, delegate work, and monitor progress
nyldn/claude-octopusInstall- skill-tdd4.1k
Build features with tests-before-code rigor — use for new features needing test coverage
nyldn/claude-octopusInstall Brainstorm creatively with pattern spotting and paradox hunting — use for ideation and exploration
nyldn/claude-octopusInstallDesign UI/UX systems with style guides, palettes, typography, and component specs for new interfaces
nyldn/claude-octopusInstallUse when about to declare work complete, fixed, passing, or done
nyldn/claude-octopusInstallProcess screenshot-based UI/UX feedback to fix visual issues — use when users share screenshots of bugs
nyldn/claude-octopusInstallBreak a plan or spec into vertical slices that each declare what blocks them — use when work is agreed but not yet cut into fileable pieces
nyldn/claude-octopusInstallCreate zero-context implementation plans with bite-sized tasks — use for multi-step feature planning
nyldn/claude-octopusInstall- sys-configure4.1k
Configure Claude Octopus — redirects to /octo:setup interactive wizard
nyldn/claude-octopusInstall Turn an investment agent into a supply-chain bottleneck hunter. Use this skill for source-backed investment research, live market/theme scans, AI/semi/technology value-chain mapping, A-share/HK/US stock screening, thesis stress tests, and Serenity-inspired research conversations. Trigger on requests like "用 Serenity 的方式看", "深度调研", "产业链/供应链/卡点/瓶颈", "A股 AI 半导体哪个最值得研究", "find unknown bottlenecks", "rank candidates", or "challenge this thesis". Outputs plain-language reasoning, ranked research priorities, evidence chains, risks, and next verification steps. Research support only; no trade execution.
muxuuu/serenity-skillInstallUse when building, extending, or debugging AI agents with cascadeflow (agent runtime intelligence layer) — installing `cascadeflow` (Python) or `@cascadeflow/core`/`@cascadeflow/langchain` (TypeScript); using `CascadeAgent`, `ModelConfig`, harness APIs (`cascadeflow.init`, `cascadeflow.run`, `@agent` from `cascadeflow.harness`, `simulate`), `withCascade`/`CascadeFlow`; picking drafter+verifier pairs; per-step budget/compliance/KPI enforcement; quality validation; complexity pre-routing; tool execution and multi-turn agent loops; presets; decision traces; or wiring cascadeflow into LangChain, OpenAI Agents, CrewAI, PydanticAI, Google ADK, n8n, or Vercel AI SDK. Also when a user mentions "cascade", "drafter/verifier", "runtime intelligence", "in-process harness", "cost-optimized agent", "agent loop with cost control", is in the lemony-ai/cascadeflow repo, or found a bug in cascadeflow/integrations needing an upstream fix/PR.
lemony-ai/cascadeflowInstall- modlens3.9k
Plug-in vision for text-only models. Hard rule: when a file path or URL with an image extension (.png, .jpg, .jpeg, .webp, .gif, .heic, .heif) appears anywhere in the conversation (typed by the user, injected as a `[Image: source: <path>]` line, or inside a tag) and you cannot see that image's content, run this skill on it before any other approach: no self-built OCR, no PIL, no tesseract. Also triggers on pasted-image placeholders such as `[Image #1]` and `[Unsupported Image]`. If you can actually see the image, do not use this skill. When unsure, run `modlens guard` before the first read of a session: a deny verdict means the active model has native vision and must read the image itself. Runs the modlens CLI to convert the image into structured JSON evidence: every word transcribed, layout regions, semantics, visual clues. Also use when the user asks how to install, configure, or switch modlens providers (Gemini API key, OpenAI-compatible endpoints, Claude API or Claude Code CLI).
liustack/modlensInstall |
Agent Context Isolation
Agent Orchestration Rules
- agentic-workflow3.9k
Agentic Workflow Pattern
Guide for integrating Agentica SDK with Claude Code CLI proxy
Reference guide for Agentica multi-agent infrastructure APIs
- agentica-prompts3.9k
Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity
- agentica-sdk3.9k
Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration
- agentica-server3.9k
Agentica server + Claude proxy setup - architecture, startup sequence, debugging
- agentica-spawn3.9k
Spawn Agentica multi-agent patterns
Async REPL Protocol
- leann-search3.9k
Semantic search across codebase using LEANN vector index
Router-First Architecture
- search-hierarchy3.9k
Search Tool Hierarchy
- search-tools3.9k
Search Tool Hierarchy
- ast-grep-find3.9k
AST-based code search and refactoring via ast-grep MCP
Background Agent Pings
Analyze Claude Code sessions via Braintrust
Braintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging
- build3.9k
Workflow orchestrator that chains existing skills for feature development
- cli-reference3.9k
Claude Code CLI commands, flags, headless mode, and automation patterns
- commit3.9k
Create git commits with user approval and no Claude attribution
- complete-skill3.9k
A complete skill for E2E testing
- completion-check3.9k
Completion Check: Verify Infrastructure Is Wired
Transform session learnings into permanent capabilities (skills, rules, agents). Use when asked to "improve setup", "learn from sessions", "compound learnings", or "what patterns should become skills".
Create or update continuity ledger for state preservation across clears
- create-handoff3.9k
Create handoff document for transferring work to another session
- dead-code3.9k
Find unused functions and dead code in the codebase
- debug-hooks3.9k
Systematic hook debugging workflow. Use when hooks aren't firing, producing wrong output, or behaving unexpectedly.
- debug3.9k
Debug issues by investigating logs, database state, and git history
- describe-pr3.9k
Generate comprehensive PR descriptions following repository templates
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
Environment Triage