name
stringlengths
2
64
description
stringlengths
3
1.02k
source
stringclasses
6 values
path
stringclasses
198 values
url
stringlengths
29
246
author
stringlengths
2
33
feature-merge
Merge feature branches into main using squash commits with comprehensive commit messages. Use this skill when the user requests to merge, ship, or integrate a feature branch into the main branch. The skill analyzes all commits in the feature branch to understand the full scope of changes, then creates a single squashed...
skillsmp.com
null
https://github.com/haleyrc/stele/tree/main/.claude/skills/feature-merge
haleyrc
stele-release
Automate version bumping and release preparation for the stele CLI project. Use this skill when the user requests to create a new release, bump the version, or prepare release tags for stele. The skill analyzes conventional commits to suggest appropriate semantic version bumps and guides through the complete release wo...
skillsmp.com
null
https://github.com/haleyrc/stele/tree/main/.claude/skills/stele-release
haleyrc
brainstorming
Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/brainstorming
alexsandrocruz
condition-based-waiting
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/condition-based-waiting
alexsandrocruz
defense-in-depth
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/defense-in-depth
alexsandrocruz
executing-plans
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/executing-plans
alexsandrocruz
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/finishing-a-development-branch
alexsandrocruz
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/receiving-code-review
alexsandrocruz
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/requesting-code-review
alexsandrocruz
root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/root-cause-tracing
alexsandrocruz
sharing-skills
Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/sharing-skills
alexsandrocruz
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/systematic-debugging
alexsandrocruz
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/test-driven-development
alexsandrocruz
testing-anti-patterns
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/testing-anti-patterns
alexsandrocruz
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/using-git-worktrees
alexsandrocruz
writing-plans
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
skillsmp.com
null
https://github.com/alexsandrocruz/ZenPowers/tree/main/skills/writing-plans
alexsandrocruz
delegating-to-jira-agent
Recognize Jira queries and delegate to specialized sub-agent to avoid context pollution
skillsmp.com
null
https://github.com/ryancnelson/deli-gator/tree/main/examples/1-issue-tracker/skills/delegating-to-issuetracker-agent
ryancnelson
delegating-to-aws-agent
Recognize AWS queries and delegate to specialized sub-agent to avoid context pollution
skillsmp.com
null
https://github.com/ryancnelson/deli-gator/tree/main/examples/3-cloud-infrastructure/skills/delegating-to-cloud-agent
ryancnelson
delegating-to-new-relic-agent
Recognize New Relic queries and delegate to specialized sub-agent to avoid context pollution
skillsmp.com
null
https://github.com/ryancnelson/deli-gator/tree/main/examples/4-monitoring-system/skills/delegating-to-monitoring-agent
ryancnelson
delegating-to-cdn-agent
Recognize Fastly CDN queries and delegate to specialized sub-agent to avoid context pollution
skillsmp.com
null
https://github.com/ryancnelson/deli-gator/tree/main/examples/5-cdn-management/skills/delegating-to-cdn-agent
ryancnelson
github-actions
Detect GitHub repositories, check GitHub Actions status, find workflow runs by commit/branch/PR, download and analyze CI logs, show workflow status and timing. Use when user asks about CI failures, workflow logs, Actions status, pipeline issues, or needs to troubleshoot failed builds.
skillsmp.com
null
https://github.com/steeef/claude-skill-github-actions
steeef
react
React framework for building user interfaces. Use for React components, hooks, state management, JSX, and modern frontend development.
skillsmp.com
null
https://github.com/synqing/PRISM.unified/tree/main/.claude/skills/react
synqing
tailwind-css
Tailwind CSS utility-first CSS framework. Covers layout, styling, responsive design, and customization.
skillsmp.com
null
https://github.com/synqing/PRISM.unified/tree/main/.claude/skills/Tailwind-CSS
synqing
aso-optimizer
Comprehensive App Store Optimization (ASO) toolkit for iOS and Android apps. Use when user needs help with keyword research, competitor analysis, optimizing app store metadata (title, subtitle, description, keywords), or localizing app store content across multiple languages. Guides through ASO workflow from keyword di...
skillsmp.com
null
https://github.com/dock-aso/aso-optimizer-skill/tree/main/aso-optimizer
dock-aso
create-plan
Creates structured development plans with phases, subtasks, and progress tracking using markdown files in .llms/ directory. Use when starting new features or complex tasks that need planning.
skillsmp.com
null
https://github.com/rhys117/ai-setup/tree/main/claude-setup/skills/create-plan
rhys117
execute-plan
Executes development plans from .llms/ directory phase by phase, updating progress, managing git commits, and handling validation cycles. Use to work through existing development plans.
skillsmp.com
null
https://github.com/rhys117/ai-setup/tree/main/claude-setup/skills/execute-plan
rhys117
pptx
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
skillsmp.com
null
https://github.com/wielandbrendel/research-os/tree/main/plugins/presenter/skills/pptx
wielandbrendel
git-operations
Git操作に関する包括的なガイド。ユーザーがブランチ作成、コミット、プッシュ、プル、マージ、リベースなどのGit操作を実行したい場合や、Gitのベストプラクティスに従う必要がある場合に使用すべきスキルです。
skillsmp.com
null
https://github.com/asunaro276/go-api-server-sample/tree/main/clean-architecture/.claude/skills/git-operations
asunaro276
skill-creator
効果的なスキルを作成するためのガイド。ユーザーがClaudeの機能を専門知識、ワークフロー、ツール統合で拡張する新しいスキルを作成(または既存のスキルを更新)したい場合に使用すべきスキルです。
skillsmp.com
null
https://github.com/asunaro276/go-api-server-sample/tree/main/clean-architecture/.claude/skills/skill-creator
asunaro276
notion-odoo-code-generator
Generate production-ready code for Notion API integrations and Odoo 18 modules with OCA compliance
skillsmp.com
null
https://github.com/jgtolentino/notion-clone/tree/main/.claude/skills
jgtolentino
ctx-collector
Scan and aggregate task checkboxes from Speckit (.specify/) and context-planning (specs/) formats into a unified backlog.yaml, with automatic project context analysis and auto-update capabilities.
skillsmp.com
null
https://github.com/Real-AI-Engineering/context-planning-system/tree/main/.claude/skills/ctx-collector
Real-AI-Engineering
ctx-planning
Generate daily and weekly planning reports from backlog and carryover state, applying WIP limits and priority rules from BaseContext.yaml, with automatic git commit/push.
skillsmp.com
null
https://github.com/Real-AI-Engineering/context-planning-system/tree/main/.claude/skills/ctx-planning
Real-AI-Engineering
setting-up-hyperspell
Guide the user through integrating Hyperspell into their project
skillsmp.com
null
https://github.com/hyperspell/claude/tree/main/setup/skills/setup
hyperspell
pomodoro
Simple Pomodoro timer for focused work sessions with session tracking and productivity analytics. Use when users request focus timers, ask about productivity patterns, or want to track work sessions over time. Demonstrates the System Skill Pattern (CLI + SKILL.md + Database).
skillsmp.com
null
https://github.com/jakedahn/pomodoro/tree/main/dist/skills/pomodoro
jakedahn
code-review
ユーザーが「コードレビューして」「品質チェック」「改善提案」「レビューお願い」等と要求した時に発動。 指定されたファイルやPRの変更内容をレビューし、以下を提供する: - バグの可能性 - パフォーマンス問題 - Goのイディオム違反 - セキュリティリスク - 改善提案 結果はマークダウン形式で出力する。
skillsmp.com
null
https://github.com/kis9a/claude-skills-demo/tree/main/.claude/skills/code-review
kis9a
doc-generator
ユーザーが「ドキュメントを生成」「GoDocを追加」「README更新」「コメントを書いて」「使い方を説明して」等と要求した時に発動。 コードから自動的にドキュメントを生成・更新する: - 関数/型のGoDocコメント - READMEのAPI仕様セクション - 使用例(Example) - CHANGELOG.md の更新
skillsmp.com
null
https://github.com/kis9a/claude-skills-demo/tree/main/.claude/skills/doc-generator
kis9a
issue-fix
ユーザーが「Issue #N を解決」「Issueを解決して」「Issue を fix」等と要求した時に使用。 GitHub Issueの完全な解決ワークフローを自動実行。 Issue分析、テストファースト開発、最小限の修正実装、PR作成まで一貫して処理。
skillsmp.com
null
https://github.com/kis9a/claude-skills-demo/tree/main/.claude/skills/issue-fix
kis9a
pr-description
ユーザーが「PR説明を生成」「PR本文を作って」「プルリクエストの説明が欲しい」等と要求した時、または他のスキル(issue-fixなど)から呼び出された時に発動。 git diffから変更内容を分析し、詳細なPR本文を生成する。 チームの規約に準拠したフォーマットで出力する。
skillsmp.com
null
https://github.com/kis9a/claude-skills-demo/tree/main/.claude/skills/pr-description
kis9a
refactor
ユーザーが「リファクタリング」「コードを整理」「可読性を上げて」「きれいにして」「保守性を改善」等と要求した時に発動。 機能を変更せずに、コードの保守性・可読性・パフォーマンスを向上させる。 テストが存在する場合は必ずテストをパスすることを確認し、機能不変を保証する。
skillsmp.com
null
https://github.com/kis9a/claude-skills-demo/tree/main/.claude/skills/refactor
kis9a
test-generator
ユーザーが「テストを書いて」「テストケースを追加」「テストカバレッジを上げて」「テストが足りない」等と要求した時に発動。 既存の関数に対して包括的なテストケース(正常系・異常系・境界値)を自動生成する。 go testで実行可能な形式で出力し、カバレッジを向上させる。
skillsmp.com
null
https://github.com/kis9a/claude-skills-demo/tree/main/.claude/skills/test-generator
kis9a
security-code-review
Comprehensive security-focused code review using source-to-sink methodology. Analyzes business context, identifies valuable assets, enumerates attack surface, traces data flows, and generates detailed vulnerability findings with CVSS scoring and remediation guidance. Use this skill when the user requests a security aud...
skillsmp.com
null
https://github.com/azmaveth/secreview
azmaveth
researching-markets
Conducts comprehensive market research including industry analysis, competitor analysis, market trends, customer insights, and regulatory landscape. Use when the user requests market research, industry analysis, competitive intelligence, or wants to understand a market or industry.
skillsmp.com
null
https://github.com/jesseotremblay/claude-skills/tree/main/market-research
jesseotremblay
analyzing-data
Performs comprehensive data analysis including statistical analysis, visualization, pattern detection, and report generation. Use when the user asks to analyze data, find patterns, generate insights, create visualizations, or mentions data analysis, statistics, or data science tasks.
skillsmp.com
null
https://github.com/jesseotremblay/claude-skills/tree/main/skill-creator/examples/complex-skill-example
jesseotremblay
reviewing-code
Analyzes code quality, identifies bugs, suggests improvements, and checks adherence to best practices. Use when the user asks for code review, code analysis, quality check, or mentions reviewing code.
skillsmp.com
null
https://github.com/jesseotremblay/claude-skills/tree/main/skill-creator/examples/simple-skill-example
jesseotremblay
creating-skills
Creates new Agent Skills with proper YAML frontmatter, progressive disclosure architecture, and best practices. Use when the user asks to create a new skill, generate a skill template, or build custom capabilities.
skillsmp.com
null
https://github.com/jesseotremblay/claude-skills/tree/main/skill-creator
jesseotremblay
analyzing-data
Comprehensive description of what this skill does. Use when the user mentions specific keywords, requests specific tasks, or encounters scenarios that require this skill's specialized functionality.
skillsmp.com
null
https://github.com/jesseotremblay/claude-skills/tree/main/skill-creator/templates/complex-skill-template
jesseotremblay
processing-data
Brief description of what this skill does. Use when the user mentions specific keywords or requests specific tasks related to this skill's functionality.
skillsmp.com
null
https://github.com/jesseotremblay/claude-skills/tree/main/skill-creator/templates/simple-skill-template
jesseotremblay
analyzing-tam
Calculates Total Addressable Market (TAM), Serviceable Addressable Market (SAM), and Serviceable Obtainable Market (SOM) using multiple methodologies including top-down, bottom-up, and value theory approaches. Use when the user requests market sizing, TAM/SAM/SOM calculation, addressable market analysis, or wants to qu...
skillsmp.com
null
https://github.com/jesseotremblay/claude-skills/tree/main/tam-analysis
jesseotremblay
gemini-live-api
Expert developer skill for implementing real-time voice and video interactions using the Google Gemini Live API. This skill should be used when implementing bidirectional audio streaming, voice conversations with interruption handling, real-time transcription, function calling in live sessions, session management, or v...
skillsmp.com
null
https://github.com/lifegenieai/claude-skills/tree/master/gemini-live-api
lifegenieai
nano-banana-prompts
Generate optimized prompts for Gemini 2.5 Flash Image (Nano Banana). Use when user wants to create images with Gemini, needs help crafting image prompts, or requests "nano banana" style prompts. Applies proven best practices for natural language descriptions, photography, art styles, and multi-turn editing workflows.
skillsmp.com
null
https://github.com/lifegenieai/claude-skills/tree/master/nano-banana-prompts/nano-banana-prompts
lifegenieai
implementing-nextjs-with-supabase
Guides implementation of Next.js 15 App Router features with Supabase SSR. Helps choose between Server/Client Components, select correct Supabase client, and follow security patterns. Use when building pages, components, or API routes.
skillsmp.com
null
https://github.com/lifegenieai/claude-skills/tree/master/nextjs-supabase-patterns
lifegenieai
pre-commit-quality-checking
Runs mandatory quality checks before commits. Executes build, tests, and pattern validation from code-review-standards.md. Use when ready to commit code or when asked to verify code quality meets project standards.
skillsmp.com
null
https://github.com/lifegenieai/claude-skills/tree/master/pre-commit-quality
lifegenieai
quick-fix
Fast workflow for small changes, bug fixes, and UI tweaks that don't require full feature development. Uses sub-agent orchestration with model selection (Sonnet 4.5 orchestrator, Haiku 4.5 workers) for efficient context management. Handles styling adjustments, minor functionality fixes, and quick improvements while mai...
skillsmp.com
null
https://github.com/lifegenieai/claude-skills/tree/master/quick-fix
lifegenieai
substack-editor
Transform topics or documents into engaging, optimized Substack articles with authentic voice, storytelling, and maximum engagement. Use when user wants to create a Substack post from an idea, topic, or existing document.
skillsmp.com
null
https://github.com/lifegenieai/claude-skills/tree/master/substack-editor/substack-editor
lifegenieai
managing-supabase-schema-migrations
Guides creation, validation, and application of Supabase database migrations with RLS policy checks and type generation. Use when adding tables, modifying schema, or updating database structure.
skillsmp.com
null
https://github.com/lifegenieai/claude-skills/tree/master/supabase-migrations
lifegenieai
test-driven-development
Use when implementing any feature or bugfix in the Culinary Advisor Next.js project - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
skillsmp.com
null
https://github.com/lifegenieai/claude-skills/tree/master/test-driven-development
lifegenieai
agnoagi-agents
Expert guidance for building AI agents with Agno framework, including multi-agent systems, reasoning agents, tools integration, memory, knowledge, and production deployment
skillsmp.com
null
https://github.com/Jony2176-cloud/n8n/tree/claude/research-context7-skills-011CUKdeTHYftXFyBNaUMGnr/.claude/skills/AgnoAGI_Agents
Jony2176-cloud
ollama-local-models
Expert guidance for integrating Ollama local AI models with Python applications, including installation, configuration, model management, and production deployment
skillsmp.com
null
https://github.com/Jony2176-cloud/n8n/tree/claude/research-context7-skills-011CUKdeTHYftXFyBNaUMGnr/.claude/skills/Ollama_LocalModels
Jony2176-cloud
paid-models-integration
Expert guidance for integrating paid AI model APIs including Claude (Anthropic), OpenAI, Google Gemini, Groq, and others with Python applications
skillsmp.com
null
https://github.com/Jony2176-cloud/n8n/tree/claude/research-context7-skills-011CUKdeTHYftXFyBNaUMGnr/.claude/skills/PaidModels_Integration
Jony2176-cloud
production-deployment
Expert guidance for deploying Agno AGI agents and AI applications to production using Docker, FastAPI, monitoring, CI/CD, and cloud platforms
skillsmp.com
null
https://github.com/Jony2176-cloud/n8n/tree/claude/research-context7-skills-011CUKdeTHYftXFyBNaUMGnr/.claude/skills/Production_Deployment
Jony2176-cloud
python-ai-fundamentals
Expert guidance for Python AI development fundamentals, essential libraries, data structures, async programming, and best practices for AI/ML projects
skillsmp.com
null
https://github.com/Jony2176-cloud/n8n/tree/claude/research-context7-skills-011CUKdeTHYftXFyBNaUMGnr/.claude/skills/Python_AI_Fundamentals
Jony2176-cloud
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Keywords: 创建技能, 技能开发, 构建claude技能, 技能设计, 技能模板, create skill, build skill, develop skill, skill...
skillsmp.com
null
https://github.com/kay-ou/ClaudeSkills/tree/main/.claude/skills/skill-creator
kay-ou
research-antagonist
Reviews research outputs for errors, logical gaps, and quality issues before finalization
skillsmp.com
null
https://github.com/Tristan578/research-team-tutorial/tree/main/.claude/skills/antagonist
Tristan578
technical-copywriter
Writes professional articles about research findings for technology and business audiences
skillsmp.com
null
https://github.com/Tristan578/research-team-tutorial/tree/main/.claude/skills/copywriter
Tristan578
research-orchestrator
Coordinates academic research workflow - delegates analysis, correlation, writing, and review tasks to specialist agents
skillsmp.com
null
https://github.com/Tristan578/research-team-tutorial/tree/main/.claude/skills/orchestrator
Tristan578
academic-researcher
Extracts structured data from cybersecurity fatigue research papers and calculates statistical correlations
skillsmp.com
null
https://github.com/Tristan578/research-team-tutorial/tree/main/.claude/skills/researcher
Tristan578
word-tracker
Comprehensive word counting and tracking system for authors - track word counts across documents, monitor writing progress, and generate detailed analytics for markdown-based writing projects.
skillsmp.com
null
https://github.com/blossomz37/ffa-skills-project/tree/main/skills/word-tracker
blossomz37
getting-started-with-research-superpowers
Introduction to literature search & review skills - systematic paper finding, screening, extraction, and citation traversal
skillsmp.com
null
https://github.com/kthorn/research-superpower/tree/main/skills/getting-started
kthorn
answering-research-questions
Main orchestration workflow for systematic literature research - search, evaluate, traverse, synthesize
skillsmp.com
null
https://github.com/kthorn/research-superpower/tree/main/skills/research/answering-research-questions
kthorn
building-paper-screening-rubrics
Collaboratively build and refine paper screening rubrics through brainstorming, test-driven development, and iterative feedback
skillsmp.com
null
https://github.com/kthorn/research-superpower/tree/main/skills/research/building-screening-rubrics
kthorn
checking-chembl-for-structured-sar-data
Check if medicinal chemistry papers are in ChEMBL database to access curated bioactivity data
skillsmp.com
null
https://github.com/kthorn/research-superpower/tree/main/skills/research/checking-chembl
kthorn
cleaning-up-research-sessions
Safely remove intermediate files from completed research sessions while preserving important data
skillsmp.com
null
https://github.com/kthorn/research-superpower/tree/main/skills/research/cleaning-up-research-sessions
kthorn
evaluating-paper-relevance
Two-stage paper screening - abstract scoring then deep dive for specific data extraction
skillsmp.com
null
https://github.com/kthorn/research-superpower/tree/main/skills/research/evaluating-paper-relevance
kthorn
finding-open-access-papers
Use Unpaywall API to find free full-text versions of paywalled papers
skillsmp.com
null
https://github.com/kthorn/research-superpower/tree/main/skills/research/finding-open-access-papers
kthorn
searching-scientific-literature
PubMed search with keyword optimization, result parsing, and metadata extraction
skillsmp.com
null
https://github.com/kthorn/research-superpower/tree/main/skills/research/searching-literature
kthorn
subagent-driven-literature-review
Use parallel subagents for large-scale paper screening and deep dive analysis
skillsmp.com
null
https://github.com/kthorn/research-superpower/tree/main/skills/research/subagent-driven-review
kthorn
traversing-citation-networks
Smart backward and forward citation following via Semantic Scholar, with relevance filtering and deduplication
skillsmp.com
null
https://github.com/kthorn/research-superpower/tree/main/skills/research/traversing-citations
kthorn
implementation-planner
Methodical implementation planning tool for systematically analyzing how to implement code ideas. Use this skill when planning non-trivial features or refactorings, when users explicitly ask to "think through how to implement" something, or when multiple implementation approaches need evaluation. Explores bug-free appr...
skillsmp.com
null
https://github.com/adamsocki/idle_sim/tree/master/.claude/skills/implementation-planner
adamsocki
git-commit-with-auto-changelog
Automatically documents code changes in a searchable changelog when committing to git. Creates structured entries with what/why/issues. Use when user asks to commit changes to git.
skillsmp.com
null
https://github.com/justfinethanku/cc-changelog-plugin/tree/main/skills/commit
justfinethanku
api-integration-builder
Generates production-ready API clients with TypeScript types, retry logic, rate limiting, authentication (OAuth, API keys), error handling, and mock responses. Use when user says "integrate API", "API client", "connect to service", or requests third-party service integration.
skillsmp.com
null
https://github.com/Toowiredd/claude-skills-automation/tree/master/skills/api-integration-builder
Toowiredd
browser-app-creator
Creates complete single-file HTML/CSS/JS web apps with localStorage persistence, ADHD-optimized UI (60px+ buttons), dark mode, and offline functionality. Use when user says "create app", "build tool", "make dashboard", or requests any browser-based interface.
skillsmp.com
null
https://github.com/Toowiredd/claude-skills-automation/tree/master/skills/browser-app-creator
Toowiredd
context-manager
Manages permanent memory storage for decisions, blockers, context, preferences, and procedures. Use when user says "remember", "save this decision", "what did we decide", "recall", "search memories", "any blockers", or when making important architectural decisions. Provides SDAM compensation through external memory.
skillsmp.com
null
https://github.com/Toowiredd/claude-skills-automation/tree/master/skills/context-manager
Toowiredd
error-debugger
Analyzes errors, searches past solutions in memory, provides immediate fixes with code examples, and saves solutions for future reference. Use when user says "debug this", "fix this error", "why is this failing", or when error messages appear like TypeError, ECONNREFUSED, CORS, 404, 500, etc.
skillsmp.com
null
https://github.com/Toowiredd/claude-skills-automation/tree/master/skills/error-debugger
Toowiredd
rapid-prototyper
Creates minimal working prototypes for quick idea validation. Single-file when possible, includes test data, ready to demo immediately. Use when user says "prototype", "MVP", "proof of concept", "quick demo".
skillsmp.com
null
https://github.com/Toowiredd/claude-skills-automation/tree/master/skills/rapid-prototyper
Toowiredd
repository-analyzer
Analyzes codebases to generate comprehensive documentation including structure, languages, frameworks, dependencies, design patterns, and technical debt. Use when user says "analyze repository", "understand codebase", "document project", or when exploring unfamiliar code.
skillsmp.com
null
https://github.com/Toowiredd/claude-skills-automation/tree/master/skills/repository-analyzer
Toowiredd
session-launcher
Restores full context when user says "hi-ai" or starts a new conversation. Searches project files, loads memory indexes, reads session state, and creates visual dashboard showing current project, recent decisions, active blockers, and quick actions. Use when user says "hi-ai", "continue", "restore context", or starts a...
skillsmp.com
null
https://github.com/Toowiredd/claude-skills-automation/tree/master/skills/session-launcher
Toowiredd
testing-builder
Automatically generates comprehensive test suites (unit, integration, E2E) based on code and past testing patterns. Use when user says "write tests", "test this", "add coverage", or after fixing bugs to create regression tests. Eliminates testing friction for ADHD users.
skillsmp.com
null
https://github.com/Toowiredd/claude-skills-automation/tree/master/skills/testing-builder
Toowiredd
api-documentation-writer
Generate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write develop...
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/api-documentation-writer
OneWave-AI
athlete-social-media-manager
Create brand-safe content for athletes. Personal branding strategy, engagement optimization, crisis communication, sponsor integration.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/athlete-social-media-manager
OneWave-AI
bracket-predictor
March Madness, playoff brackets, tournament picks. Upset potential, chalk vs contrarian strategies, historical trends, confidence levels.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/bracket-predictor
OneWave-AI
brand-consistency-checker
Scan documents and slides for off-brand colors, fonts, and logos. Validate against brand guidelines and suggest corrections.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/brand-consistency-checker
OneWave-AI
budget-optimizer
Analyze spending patterns and find savings. 50/30/20 rule, subscription audit, debt payoff strategies, emergency fund roadmap.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/budget-optimizer
OneWave-AI
champion-identifier
Analyze LinkedIn profiles in target accounts to identify potential internal champions. Evaluates role, career path, mutual connections, interests, and suggests personalization approach. Use when you need to find who will champion your solution internally.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/champion-identifier
OneWave-AI
code-review-pro
Comprehensive code review covering security vulnerabilities, performance bottlenecks, best practices, and refactoring opportunities. Use when user requests code review, security audit, or performance analysis.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/code-review-pro
OneWave-AI
cold-email-sequence-generator
Generate personalized cold email sequences (7-14 emails) with A/B test subject lines, follow-up timing recommendations, and integrated social proof. Creates multi-touch campaigns optimized for response rates. Use when users need outbound email campaigns, sales sequences, or lead generation emails.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/cold-email-sequence-generator
OneWave-AI
color-palette-extractor
Extract color palettes from images, websites, or designs. Identifies dominant colors, generates complementary schemes, and exports in multiple formats (HEX, RGB, HSL, Tailwind, CSS variables). Use when users need color schemes from images, brand colors, or design system palettes.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/color-palette-extractor
OneWave-AI
company-announcement-writer
Executive communication style for all-hands emails. Balances transparency with appropriate messaging.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/company-announcement-writer
OneWave-AI
competitor-content-analyzer
Track competitor blog posts, whitepapers, and content strategy. Identify content gaps in your strategy.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/competitor-content-analyzer
OneWave-AI
competitor-price-tracker
Monitor competitor pricing pages and send alerts when prices change. Track discount patterns, promotional cycles, and pricing strategy shifts.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/competitor-price-tracker
OneWave-AI
contact-hunter
Search and extract contact information for people or companies including names, phone numbers, emails, job titles, and LinkedIn profiles. Aggregates data from multiple sources and provides enriched contact details. Use when users need to find contact information, build prospect lists, or enrich existing contact data.
skillsmp.com
null
https://github.com/OneWave-AI/claude-skills/tree/main/contact-hunter
OneWave-AI