Find the perfect skill
Multi-source Research with gopher-cli
Documentation
Research a topic by searching across multiple sources (Hacker News, vault, docs) using gopher-cli, then fetch relevant documents, synthesize findings into a structured markdown note, and save it to the vault.
Postiz - Social Media Scheduler
Communication & Writing
Schedule social media and chat posts to 28+ channels including X, LinkedIn, Instagram, and more. One tool to manage your entire social presence.
Google Calendar - Full API Access
Productivity
Interact with Google Calendar via the Google Calendar API. Full read and write access to events, calendars, and scheduling from the terminal.
Create API Service Layer
Development
Creates the complete data layer for a new API resource: types (snake_case API mirror), contracts (camelCase app model), pure adapters with inbound/outbound mappings, and a service using HttpClient. Follows strict rules (no try/catch, no mapping/filtering in service, pure adapter functions). Helps when adding API integration to a module, ensuring separation between API and app layers.
Manifest Plugin Setup
DevOps
Install and configure the Manifest observability plugin for your agents. Use this skill for telemetry, API key configuration, and troubleshooting.
Docker Best Practices & Security
DevOps
Covers Dockerfile best practices including security hardening (non-root user, secret management), multi-stage builds for image optimization, and cache-friendly instruction ordering. Helps developers write efficient, secure Dockerfiles and avoid common pitfalls.
Sync Documentation with Code
Documentation
Updates docstrings to match code signatures and logic, and synchronizes documentation files (README.md, docs/) with implementation changes. Checks both English and Japanese documentation directories for references. Helps maintain accurate and bilingual documentation alongside code evolution.
API Platform Audit
Development
Audits an existing API Platform project to verify best practices, security, performance, and configuration consistency. It inventories API resources, checks serialization groups, security attributes, pagination, caching, and generates a structured audit report with scores. Useful for reviewing or improving the quality of an API Platform based application.
Structured Code Review
Development
Performs a systematic code review across five quality dimensions: correctness, security, style, architecture, and testing. It parses targets like staged changes, commits, ranges, or PRs, reads the full files, and produces a structured verdict with findings by severity. Best used as a gate before merging, after subagent work, or when a second opinion is needed.
Markdown to PDF Converter
Documentation
Convert markdown files to clean, formatted PDFs using reportlab. Perfect for generating polished documents from your markdown notes and drafts.
Skill Creator
Development
Provides guidance on creating effective skills. Use when building or updating skills that extend Claude with specialized knowledge, workflows, or tool integrations.
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.