Find the perfect skill
Guide: Adding a New Skill
Development
Step-by-step guide for creating and integrating a new skill in the system. Covers directory structure, SKILL.md creation with frontmatter, optional router scripts, and testing. Useful for developers adding custom skills to extend functionality.
Blog Post Promotion Generator
Content
Drafts promotional email and tweet copy for blog posts from campedersen.com. It reads the latest post (or a specific post by slug) and generates a casual, problem-focused hook for both email and tweet formats. Helps when quickly promoting new content without drafting copy from scratch.
Image to 3D Animation Pipeline
Development
Transforms a 2D image into a 3D animated model ready for web or game in under 30 minutes using the Dilum Sanjaya workflow (Hunyuan3D + Mixamo). Helps select the conversion tool, optimize the mesh, automate rigging, and export to GLB/FBX for the target platform.
URL to Source note with summary and key ideas
Productivity
Takes a URL and creates a structured Source note in Atoms/Sources/ with title, author, type, summary, key ideas, and highlights. Automatically detects content type (YouTube via transcript, article, tweet) before asking for consumption status and suggesting links to existing maps or concepts.
Evernote Data Handling
Data & AI
Delivers best practices for handling Evernote data, covering local storage of notes, attachments, and metadata. Useful when designing database schemas, processing ENML content, or syncing with the Evernote API. Helps maintain data integrity and optimize performance.
Voice DNA Creator
Content
Analyzes writing samples to create a comprehensive voice DNA profile that AI can use to replicate your authentic style. Useful when setting up a new writing system, creating client profiles for ghostwriting, or updating a voice after style evolution.
Tester - Test Quality Validation
Testing
Verifies test quality, coverage, and correctness by ensuring BDD scenarios map 1:1 to tests and that testing rules (≥80% coverage, error handling) are followed. Used during the review phase to confirm the implementation meets acceptance criteria through automated test validation.
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.
Codebase Auditor (L2 Coordinator)
Development
Coordinates 9 specialized audit workers (security, build, architecture, code quality, dependencies, dead code, observability, concurrency, lifecycle) to analyze codebase quality. Helps generate a comprehensive, consolidated report by delegating parallel audits and aggregating results into a single document.
Manifest Plugin Setup
DevOps
Install and configure the Manifest observability plugin for your agents. Use this skill for telemetry, API key configuration, and troubleshooting.
DeepWork Jobs Management
Development
Creates and manages multi-step AI workflows by defining job specifications, reviewing them, generating step instructions, and learning from past runs. Helps streamline complex tasks that require multiple AI steps, such as data processing or content generation pipelines.
Python Playground
Development
Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment without affecting the main codebase.