Browse Skills
6471 skills found
webrecon.md
0
1
export
webrecon
2
from
"ozenalp22/webrecon"
from
"ozenalp22/webrecon"
3
Parallel website reconnaissance for competitive analysis, design extraction, and API discovery
2025-12-25
athena-pr-reviewer.md
0
1
export
athena-pr-reviewer
2
from
"emiperez95/cc-toolkit"
from
"emiperez95/cc-toolkit"
3
Claude Code plugins: agents, commands, and skills for Jira, GitHub, Notion, and Google Drive workflows
2026-02-19
code-review.md
0
1
export
code-review
2
from
"tahb/dotfiles"
from
"tahb/dotfiles"
3
My dotfiles
2025-12-31
npm-monorepo-publish.md
0
1
export
npm-monorepo-publish
2
from
"shawn-sandy/skills"
from
"shawn-sandy/skills"
3
Orchestrate publishing monorepo packages to npm using Lerna with OTP handling, pre-publish validation (build + lint), dry-run preview, and post-publish verification. Use when user requests to publish, release, or deploy packages to npm registry. Designed for Lerna-managed monorepos with 2FA-enabled npm accounts.
2026-02-22
deliverable-tracking.md
0
1
export
deliverable-tracking
2
from
"MariusWilsch/claude-tts-output"
from
"MariusWilsch/claude-tts-output"
3
Temporary markdown hosting for text-to-speech integration with Speechify
2026-02-16
rust-refactor.md
0
1
export
rust-refactor
2
from
"vanyastaff/paramdef"
from
"vanyastaff/paramdef"
3
Rust code refactoring with API compatibility preservation. Use when improving code structure, eliminating duplication, optimizing, or restructuring modules.
2026-01-12
skill-name.md
0
1
export
skill-name
2
from
"yzlin/supaviber"
from
"yzlin/supaviber"
3
SupaViber - Personal vibe coding toolkit with custom skills, agents, and commands for an optimized development environment
2026-02-13
frontend-design.md
0
1
export
frontend-design
2
from
"forhn37/voice-journal"
from
"forhn37/voice-journal"
3
voice-journal
2025-12-15
firebase.md
0
1
export
firebase
2
from
"MemoryReload/mySkillConfigs"
from
"MemoryReload/mySkillConfigs"
3
store my skill configs for Skill Seeker
2026-01-16
Workflow Best Practices.md
0
1
export
Workflow Best Practices
2
from
"scarter4work/workflow-compliance-enforcer"
from
"scarter4work/workflow-compliance-enforcer"
3
MCP server enforcing client-mandated development workflows with audit trails, state persistence, and compliance reporting
2026-01-03
iot-edge-module.md
0
1
export
iot-edge-module
2
from
"atc-net/atc-agentic-toolkit"
from
"atc-net/atc-agentic-toolkit"
3
A curated collection of prompts, skills, plugins, and best practices for AI coding agents. Standardize and accelerate agent setup across teams.
2026-02-26
always-on.md
0
1
export
always-on
2
from
"MarioRicalde/copilot-handoffs-simple-skills-number-processor"
from
"MarioRicalde/copilot-handoffs-simple-skills-number-processor"
3
Repository containing an example of GitHub Copilot handoffs for agents. The goal of this implementation is to have a simple clean experiment to understand the inputs and outputs.
2026-02-26
doc-sync.md
0
1
export
doc-sync
2
from
"mim1012/ykp_project"
from
"mim1012/ykp_project"
3
Keep project documentation (CLAUDE.md, .env.example) in sync with actual configuration changes. Use after major configuration changes, environment setup modifications, or when user requests "update documentation" or "sync docs with current setup".
2026-02-07
frontend-design.md
0
1
export
frontend-design
2
from
"thiagovelsa/ApostaCertaBeta"
from
"thiagovelsa/ApostaCertaBeta"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
2025-12-24
ui-style-guide.md
0
1
export
ui-style-guide
2
from
"DavidOpDeBeeck/guessimate"
from
"DavidOpDeBeeck/guessimate"
3
Guessimate is a real-time collaborative estimation application for agile teams.
2026-01-02
python.md
0
1
export
python
2
from
"lambdamechanic/scrapinghub-mcp"
from
"lambdamechanic/scrapinghub-mcp"
3
Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.
2025-12-24
codex-taskloop-plugin.md
0
1
export
codex-taskloop-plugin
2
from
"canxin121/codex-taskloop-plugin"
from
"canxin121/codex-taskloop-plugin"
3
Run in-session task loops via the codex-taskloop-plugin MCP server and stop hook.
2026-01-05
build-and-deploy.md
0
1
export
build-and-deploy
2
from
"Eng0AI/py-intro-template"
from
"Eng0AI/py-intro-template"
3
Build and deploy this Slidev presentation. Use when building, deploying, or preparing the project for production.
2026-01-15
generating-unit-tests.md
0
1
export
generating-unit-tests
2
from
"jhlee0409/inner-lens"
from
"jhlee0409/inner-lens"
3
Self-Debugging QA Agent — Universal bug reporting widget with AI-powered analysis
2026-01-26
design-aesthetics.md
0
1
export
design-aesthetics
2
from
"ericbrian/multi-user-test-fest-issue-tracker"
from
"ericbrian/multi-user-test-fest-issue-tracker"
3
Ensure the user interface meets premium design standards, maintains consistency with existing design tokens, and provides a polished user experience.
2026-01-17
skill-gemini-google-maps-tool.md
0
1
export
skill-gemini-google-maps-tool
2
from
"dnvriend/gemini-google-maps-tool"
from
"dnvriend/gemini-google-maps-tool"
3
Production-ready CLI and Python library for querying Gemini with Google Maps grounding
2025-12-05
context7-docs.md
0
1
export
context7-docs
2
from
"syz51/claude-code-settings"
from
"syz51/claude-code-settings"
3
My personal claude code settings
2026-02-11
tdd.md
0
1
export
tdd
2
from
"snrsw/dotfiles"
from
"snrsw/dotfiles"
3
Guide development following Kent Beck's Test-Driven Development (TDD) using Red → Green → Refactor cycle. Use when writing tests first, implementing features with TDD, need to write failing tests, make tests pass, refactoring after tests pass, following red-green-refactor, fixing defects with tests, or practicing test-driven development methodology.
2026-02-23
payload.md
0
1
export
payload
2
from
"TariqMehmood1004/Smart-Building-Automation-3D-System-Nextjs-Zustand-Sockets-3D-models"
from
"TariqMehmood1004/Smart-Building-Automation-3D-System-Nextjs-Zustand-Sockets-3D-models"
3
Use when working with Payload CMS projects, payload.config.ts, collections, fields, hooks, access control, or Payload API. Provides TypeScript patterns and examples for Payload 3.x development.
2025-12-18