Find the perfect skill
Apache Kafka Event-Driven Architecture
Development
Expert guidance for building event-driven architectures with Apache Kafka, from hello-world prototypes to production-ready systems. Covers producers, consumers, Kafka Streams, Kafka Connect, schema management, and performance tuning. Helps with cluster setup, deployment, monitoring, and fault tolerance, with examples in Java, Python, and Node.js.
Commit with User Prompts
Development
Creates git commits that include the user prompts from the conversation that led to the changes. Useful for preserving the context of why changes were made when committing. Automatically extracts relevant prompts and session metadata.
Content Creator - SEO Marketing Content
Marketing & SEO
Create SEO-optimized marketing content with consistent brand voice. Generates blog posts, landing pages and social content aligned with your brand guidelines.
Memory Start
Productivity
Load context and resume work from the memory system when starting a session. Retrieves current context, active plan, and recent sessions to help you pick up where you left off. Use at the beginning of a session or when resuming work after a break.
Browser Extension Manifest V3 Mastery
Development
Expert-level skill for building 2025/2026-grade browser extensions using Manifest V3. Focuses on service worker persistence through Alarms and Offscreen API, Side Panel integration, and cross-browser compatibility. Essential for creating robust extensions that avoid volatile-state bugs and adhere to modern security standards.
Mandatory TDD/BDD Testing Strategy
Testing
Enforces a TDD/BDD testing strategy using describe/it syntax, requiring tests to be written before code and coverage ≥80%. Helps maintain code reliability and catch regressions by running tests locally before every commit.
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.
Pull Request Management
Development
Analyzes code changes, creates branches and conventional commits, runs quality checks (TypeScript, lint, tests), then creates or updates pull requests using a project template. Helps when preparing code for review, opening a new PR, or editing PR details.
Insurance Expert
Business & Administration
Expert guidance for insurance systems, underwriting, claims processing, actuarial analysis, and modern insurtech solutions.
Turborepo Workflow
Development
Root scripts are Turborepo-driven (dev, build, lint, check-types). Always define tasks in turbo.json with minimal inputs/outputs and correct dependencies for reliable caching. Helps when adding or modifying tasks, optimizing builds/dev, or troubleshooting task pipelines.
Enterprise EARS Framework for Requirements Engineering
Business & Administration
Enterprise EARS (Evaluate, Analyze, Recommend, Synthesize) Framework with AI-powered requirements engineering, Context7 integration, and intelligent solution orchestration for systematic problem-solving.
Codemap Generator
Documentation
Automatically generates navigational codebase maps (CODEMAP.md) by analyzing project structure, detecting technologies, and creating annotated directory trees, architecture diagrams, and key file references. Helps developers onboard to new projects, understand repo layout, or create architecture documentation by producing an auto-updatable map that separates auto-generated navigation from hand-written design decisions.