Find the perfect skill
Project Memory with Atuin
Development
Persists project context across sessions using Atuin's key-value store. Store and retrieve plans, specs, and task state to resume work seamlessly or share project context.
iPhone Accessibility Improvement
Development
Improves iPhone app accessibility with a focus on VoiceOver compatibility and WCAG AA standards. Handles Liquid Glass design challenges with proper accessibility attributes.
Automated Sprint Planning and Execution
Development
Converts technical specifications into prompt files, a dependency-aware execution plan, and a persistent state file for multi-phase sprints. Supports sub-commands for status, adding/removing tasks, and auto-execution with worktree isolation and verification loops.
Hello World
Development
A minimal example skill demonstrating the skills-as-mcp format. Use it to test if the skill system is working correctly.
Responsive UI Agent
Design & Creativity
Responsive design agent reviewing layouts for multiple devices. Defines breakpoints and optimizes mobile-first design implementations.
Building Claude Code Agents
Development
Expert at creating and modifying specialized Claude Code agents with independent context, modular architecture design, and advanced YAML configuration management.
Verification Gate before Completion
Development
This skill enforces a verification gate before claiming tasks as 'done' or 'fixed'. It runs a checklist tailored to the workflow type (build, debug, refactor) with evidence requirements and verification types. Helps catch incomplete work and reduce assumptions by requiring concrete outputs or observations.
Request Validation
Development
TypeScript-based input validation for API requests and video data structures. Ensures type safety at API boundaries with type guards and field-specific error messages. Use to validate RenderRequest and RecapBook data in Express handlers.
GLM-5 Agent Teams with Thinking Mode
Development
Spawns GLM-5 powered AI teammates with native thinking mode. Supports different agent roles such as coder, reviewer, tester, planner, and researcher for collaborative task execution. Useful when you need structured team-based AI assistance with explicit reasoning notes, for code development, review, testing, architecture planning, or documentation.
DevBooks Proposal Author
Development
Writes a structured change proposal (proposal.md) with Why/What/Impact and Debate Packet, serving as the entry point for subsequent Design/Spec/Plan. For design decisions, presents options to the user. Used when the user asks for a proposal, reason for change, impact analysis, or refactoring proposal.
Managing Changelog
Documentation
Create and maintain CHANGELOG.md files following Common Changelog and Keep a Changelog standards. Use to add release entries, validate format, and document version changes.
Linus-Style Code Review
Development
Perform thorough code reviews in the style of Linus Torvalds, focusing on correctness, simplicity, maintainability, and adherence to project conventions. It analyzes files, directories, git diffs, or pull requests to identify critical bugs, code smells, and pattern violations. Use after completing implementation to ensure code quality before merging.