Find the perfect skill
Quick note addition
Documentation
Quickly adds notes to personal documentation (tips, todos, monitoring, changelog) using a shell script. Helps log useful tricks, tasks, research items, or changelog entries into dedicated files.
Advanced Juicebox Data Migration
DevOps
This skill provides advanced strategies for migrating data into Juicebox from other recruiting platforms such as LinkedIn Recruiter, Greenhouse, and Lever. It covers data assessment, schema mapping, and bulk import pipelines.
Windsurf Cascade Onboarding
Development
Configures the Cascade AI agent for new team projects, setting up .windsurfrules, context, and team defaults.
Generate a visual app screen mockup
Development
Create a static HTML mockup from a DESIGN.md file, with mobile-first design and defined colors. Uses realistic placeholder content.
Sample Text Processor
Development
A basic skill for text processing including word count, character analysis, and text transformations, serving as a reference template.
Edge Log Proof
Productivity
Manually logs proof of completed work to a session log file after significant actions. Helps maintain an audit trail when automatic hooks are unavailable, such as after completing a step, modifying files, or running tests.
Create Claude Skill
Development
Guide for creating effective Claude skills: output paths, design principles, degrees of freedom, and skill anatomy.
Write Requirement Specifications
Documentation
Write requirement specs from feature requests following the spec-driven ADLC process.
Agent Reviewer (Code)
Development
Runs parallel external agent reviews (Codex + Gemini) on code changes. Process-as-arrive, critical verification with debate. Returns filtered suggestions.
Stacks Buddy CLI
Development
Complete CLI runtime for the Stacks framework with 50+ commands including build, deploy, and scaffolding.
Conventional Commit Style
Development
Defines a conventional commit format (type(scope): description) with a minimal set of types (feat, fix, docs, chore). It helps standardize commit messages across projects by enforcing verbosity rules based on change size and a step-by-step workflow. Use this skill before every commit to ensure consistency.
Data Validation
Data & AI
Provides data validation patterns for custom business rules, including validation functions, test assertions, and schema evolution. Useful for data engineers building validation pipelines with checks like duplicates, referential integrity, and date ranges.