Find the perfect skill
Threat Model Generator
Security
Generates threat model documents with STRIDE analysis.
Claude Code Skill Creator
Development
Generates custom Claude Code skills by creating the folder structure and skill.md file. Helps automate repetitive tasks or add custom slash commands with optional helper scripts and API key handling.
Personal Memory System
Productivity
Records and retrieves observations about the user's work patterns, habits, and preferences in a single searchable file. Helps during standups, planning sessions, or energy drops by surfacing relevant past experiences and patterns.
Documentation Writer
Documentation
Generates API documentation, README files, and updates docstrings. Follows standards like Google, NumPy, or Sphinx. Helpful for maintaining clear, concise, and up-to-date code documentation.
Deep Technical Research
Content
Conducts deep research on technical topics for blog writing when the user asks to research, look into, or explore a topic. Searches the web extensively, reads high-quality sources, and creates structured research notes with visual diagram opportunities. Ideal for gathering comprehensive technical knowledge quickly.
Code Review
Development
This skill performs quick, focused code reviews on specified files or recent git changes. It checks for bugs, security issues, performance problems, and adherence to best practices, categorizing findings by severity. It helps developers catch issues early and improve code quality efficiently.
Project Task Statistics
Productivity
Displays project progress statistics including task counts by status, completion percentage, and number of learnings and decisions. Useful when you need a quick overview of project status or want to check completion rates.
DDD Tactical Patterns
Development
Use DDD tactical patterns to structure code with entities, value objects, aggregates, repositories, and domain events. Focuses on enforcing invariants and keeping domain logic within domain objects. Ideal for moving from anemic models to behavior-rich domain models.
Automated Release Process
DevOps
Automated release process for MobiSSH. It determines next version, generates changelog from git history, runs CI validation, bumps version in server/package.json and service worker cache, tags commit, and closes fixed issues. Useful when user says 'release', 'tag a release', or similar.
Nix Package & Configuration Manager
Development
Automates Nix package and configuration management following Determinate Systems best practices. Handles adding, updating, and removing packages in a flake-based setup, with instructions for maintenance tasks like flake updates and profile upgrades.
Pedagogy Coach
Content
Retrieves structured teaching strategy scripts (analogies, debugging checklists, Socratic questions) for difficult tutoring situations. Use when a student struggles with a concept or needs guided discovery. The coach provides pre-defined scripts from a library.
Slack Mention Checker
Productivity
Checks your personal mentions on Slack using a Python script. Displays recent mentions with channel, author, and direct links.