Find the perfect skill
Release Preparation
Development
Automates version bumping in pyproject.toml and __init__.py, CHANGELOG updates, and package building. Helps streamline pre-release tasks.
Python Sandbox Escape
Security
Provides techniques to escape restricted Python eval/exec environments, including basic command execution, class hierarchy traversal, and keyword bypasses using encoding or concatenation. Useful for penetration testing and CTF challenges involving Python jails or sandbox restrictions.
Personal Accountability Dashboard
Productivity
Personal accountability dashboard that tracks all commitments (promises, products, regulations) and displays overdue items, upcoming deadlines, and completion statistics. Helps you follow through by providing a clear overview of pending tasks and personal reliability metrics.
Discovery-First Development Workflow
Development
This skill implements a discovery-first development workflow: before creating worktrees for non-trivial features, it asks clarifying questions, proposes approaches with trade-offs, incrementally validates the design, and generates an executable implementation plan with verification commands. Use it when requirements are unclear, the task touches multiple files, or significant refactoring is needed.
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.
Vite Configuration and Patterns
Development
Provides Vite configuration patterns including import aliases (@), build chunking, environment variables, and asset imports. Useful when setting up a Vite project, simplifying imports, or troubleshooting build issues.