Find the perfect skill
Performing Orthonotone Polychoral Instrument
Content
Guides agents through the process of launching, playing, sculpting, and capturing performances using the Orthonotone polychoral instrument MVP. Use this when generating music, soundscapes, or live demos from the repository. It covers stage setup, control surface mapping, gestural choreography, and scene design.
Paper Reference Assistant (CLI)
Data & AI
CLI assistant to manage and query a local database of academic papers using the `papi` command. Supports listing, searching (exact text, BM25, hybrid), showing summaries/equations, and adding papers via arXiv ID or PDF. Use before MCP RAG tools for fast, low-cost lookups.
Structured Thinking
Development
Rigorous analysis of complex problems or architectural decisions. Helps explore options, evaluate trade-offs (cost, risk, effort), and get an actionable recommendation with concrete next steps.
Planning with Files
Productivity
Creates and maintains persistent markdown files (task_plan.md, findings.md, progress.md) to keep track of complex multi-step tasks. Use it when a task requires more than five tool calls or involves research projects. It also includes automatic session recovery after a clear and hooks that remind you to update the plan after each file change.
Better Notion - Full CRUD
Productivity
Full CRUD operations for Notion pages and databases. Create, read, update, and delete content in your Notion workspace programmatically.
Create Git Worktree
Development
Creates git worktrees in a standardized `.worktrees/` directory, copying .env files and configuring DVC cache to share the main repo's cache. Use when the user needs to work on multiple branches simultaneously or wants to set up a new worktree.
Manage Reusable Parameterized Skills
Development
Allows users to list, show, validate, and render reusable parameterized prompts (skills) defined in SKILL.md files. Helps organize common coding tasks like code reviews or bug detection by providing a structured way to run targeted prompts with arguments.
Play a system beep
Productivity
Plays a system beep sound on macOS. Useful for audio notifications and sound signals.
Commit and Push Everything
Development
Stages all changes, creates a commit with a conventional message, and pushes to the remote repository after running safety checks for secrets, large files, and build artifacts. Useful for quickly committing and pushing complete sets of related changes, but requires explicit user confirmation before execution.
Remember - Store Decisions and Patterns
Development
Stores decisions, patterns, and context into a knowledge graph using natural language. Use it to save important development choices, best practices, or anti-patterns so they persist across sessions—automatically extracts entities and relationships from the text.
Implement Linear Issue
Development
This skill automates the full workflow for implementing a Linear issue. Given an issue ID or URL, it fetches the details, marks the issue as in progress, and assists with the implementation. After coding, it commits the changes, creates a pull request, links the PR to the Linear issue, and moves the issue to 'In Review'.
V3 Core Implementation
Development
Implements core TypeScript modules for claude-flow v3 following Domain-Driven Design principles, clean architecture patterns, and modern TypeScript best practices with comprehensive test coverage.