Find the perfect skill
Create Skill
Development
Interactive wizard for creating new Claude Code skills from templates. It guides you through naming conventions, type selection, file generation, and installation, with validation and reference examples for different skill categories.
Memory Decide
Development
Creates Architecture Decision Records (ADRs) to document significant technical choices. Use it when you need to record the rationale behind a design or architecture decision, including context, options considered, and the chosen approach. It stores records in a structured markdown format in the project's memory system for future reference.
Flask API Development
Development
Provides patterns for building Flask APIs with modular blueprints, SQLAlchemy ORM, JWT authentication, and structured error handling. Useful for developing RESTful APIs, microservices, or lightweight web services where a full framework like Django would be too heavy.
Add New Blog Post
Development
Adds a new article card to blog.html by matching the existing pattern (title, description, tags, read time, date). Helps when inserting a new blog post into the grid in chronological order while preserving dark mode and hover effects.
Architecture Designer
Development
This skill guides you through defining technical architecture for your project. It interviews you on key decisions (language, framework, database, etc.) and creates Architecture Decision Records (ADRs) along with an architecture overview. Use it when starting a new project or needing to formalize architectural choices.
Skill Creation Guide
Development
Structured guide for creating a new AI coding skill from scratch, covering directory structure, frontmatter, and best practices. Helps when building a reusable SKILL.md file with proper organization.
Create and Edit JSON Canvas Files
Development
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
SDD Planning
Development
Reads the specification (Part 1) and appends an implementation plan (Part 2) following Specification-Driven Development. Validates phase gate 1 conditions, designs architecture, breaks acceptance criteria into atomic test-first tasks, checks simplicity constraints, and assesses risks. Use when the user asks to create an implementation plan or proceed to the SDD planning phase.
WebSocket Real-Time Engine
Development
Implement real-time features using WebSockets with proper connection management, rooms, and reconnection logic.
Error Diagnostics and Analysis
Development
Analyzes errors across the full application lifecycle—from local development to production—using industry-standard observability tools. Classifies errors by severity, type, and behavior to identify root causes and implement fixes. Designed for multi-step error investigation workflows that require orchestration.
Code Investigation
Development
Investigate codebase issues, debug problems, or analyze patterns using tools like Read, Grep, Glob, and Bash. It helps developers trace data flow, identify root causes of bugs, or understand code structure systematically.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.