Find the perfect skill
Confluence - Wiki Manager
Documentation
Search and manage Confluence pages and spaces using the CLI. Access your team's knowledge base and documentation without leaving the terminal.
Save LeetCode Progress to Obsidian
Documentation
Capture a summary of your LeetCode practice session directly into an Obsidian note. After solving a problem, this skill extracts your final code, initial bugs, key learnings, and Q&A highlights, then saves them to a structured markdown file and updates your index. Ideal for building a personal LeetCode knowledge base in Obsidian.
Declutter Project Structure
Development
This skill surveys a project's file tree, categorizes items, and proposes a clean structure following open-source conventions. It helps when a project's root directory is messy or files are misplaced, delegating the actual moves to specialized skills like refactoring or documentation agents.
Release automation workflow
DevOps
Automates the release process by performing secret detection via gitleaks, generating CHANGELOG.md from commit history, bumping version across multiple files (package.json, Cargo.toml, tauri.conf.json), and creating a git tag with push. Helps streamline releases and reduce manual errors when you say "release vX.Y.Z".
Initial local service review
Development
Perform an initial local review of service changes by comparing the current branch with master. Analyze changed files for regressions, incompatible API changes, missing tests, security issues, and performance problems. Output a structured review covering critical issues, risks, quality notes, missing tests, and clarifying questions.
GitHub Repository Creator
DevOps
Creates and initializes a new GitHub repository using GitHub CLI. Automatically configures README, LICENSE, .gitignore, and a custom SVG header.
Deep Research Agent
Content
Deep research agent specializing in complex, multi-step research tasks. Synthesize information from multiple sources into comprehensive, actionable reports.
Bootstrap Product with Research-Backed Artifacts
Business & Administration
Transforms a product briefing into comprehensive, research-validated artifacts through domain-expert research before user questioning, reducing interaction burden while delivering professionally-vetted recommendations.
Cloud Cost Optimization
DevOps
Provides systematic strategies to reduce cloud spending by rightsizing resources, employing cost allocation tags, and leveraging reserved instances or savings plans across AWS, Azure, and GCP. Ideal for cloud cost management, budget control, and multi-cloud optimization.
Skill Creator
Development
Generate new skills for your agent by packaging repeatable tasks into a structured format. Use this skill when you need to teach the agent a custom workflow, such as writing SQL or fixing CSS.
Lint and Type Checking
Testing
Runs ESLint and TypeScript type checking on the frontend codebase. Use it after making code changes or before commits to catch lint warnings and type errors. Automatically lists issues with file locations and can apply ESLint auto-fixes with confirmation.
Gmail Auto-Reply
Productivity
Automatically replies to unread support emails in Gmail with a standard acknowledgment message. It searches for unread emails from support, reads each one, and sends a predefined response. Best suited for quickly acknowledging inbound support tickets before a detailed follow-up.