Browse Skills
2649 skills found
browser.md
0
1
export
browser
2
from
"factory-ben/browser-skill"
from
"factory-ben/browser-skill"
3
Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements.
2026-01-05
remix-static-routing.md
0
1
export
remix-static-routing
2
from
"zenobi-us/zenobi-us"
from
"zenobi-us/zenobi-us"
3
Use when working with Remix routing in this repository as a static site generator (SSG). Covers file-based routing, dynamic segments, layout groups, and best practices.
2026-01-05
pdf.md
0
1
export
pdf
2
from
"oferhalevi/codex-skills-integration"
from
"oferhalevi/codex-skills-integration"
3
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
escape-room-localizer.md
0
1
export
escape-room-localizer
2
from
"ledagame/persona-theater"
from
"ledagame/persona-theater"
3
Adapt escape room games for global markets (English, Korean, Japanese) with cultural considerations, efficient translation workflows, and language-agnostic design strategies. Handles multilingual template creation, cultural adaptation, and localization testing. Use when preparing games for international audiences or implementing multi-language support.
2026-01-05
mastering-langgraph.md
0
1
export
mastering-langgraph
2
from
"SpillwaveSolutions/mastering-langgraph-agent-skill"
from
"SpillwaveSolutions/mastering-langgraph-agent-skill"
3
Build stateful AI agents and agentic workflows with LangGraph in Python. Covers tool-using agents with LLM-tool loops, branching workflows, conversation memory, human-in-the-loop oversight, and production monitoring. Use when: (1) building agents that use tools and loop until task complete, (2) creating multi-step workflows with conditional branches, (3) adding persistence/memory across turns with checkpointers, (4) implementing human approval with interrupt(), (5) debugging via time-travel or LangSmith. Covers StateGraph, nodes, edges, add_conditional_edges, MessagesState, thread_id, Command objects, and ToolMessage handling. Examples include chatbots, calculator agents, and structured workflows.
2026-01-05
test-case-generator.md
0
1
export
test-case-generator
2
from
"Devliang24/case_skills"
from
"Devliang24/case_skills"
3
从需求文档(文字、图片、PDF、DOCX)生成结构化的功能测试用例。遵循 15 字段规范,输出 Excel 文件,支持正向/异常场景、边界值、安全性测试。
2026-01-05
obsidian-vault-manager.md
0
1
export
obsidian-vault-manager
2
from
"ZorroCheng-MC/obsidian-vault-manager-plugin"
from
"ZorroCheng-MC/obsidian-vault-manager-plugin"
3
Manage Obsidian knowledge base - capture ideas, YouTube videos, articles, repositories, create study guides, and publish to GitHub Pages. Use smart AI tagging for automatic organization.
2026-01-05
iterative-development-practices.md
0
1
export
iterative-development-practices
2
from
"astrosteveo/claudeverse"
from
"astrosteveo/claudeverse"
3
Provides guidance on spec-driven, test-driven, iterative development methodology. Activated when user asks about MVP-first development, iterative workflows, TDD cycles, specification writing, or how to structure feature development.
2026-01-05
commit.md
0
1
export
commit
2
from
"takoeight0821/ziku"
from
"takoeight0821/ziku"
3
This skill should be used when the user asks to "create a commit", "commit changes", "write a commit message", "make a commit", needs help with "conventional commits", or wants to understand commit message format and best practices.
2026-01-05
discovery-tree-workflow.md
0
1
export
discovery-tree-workflow
2
from
"zgagnon/skills"
from
"zgagnon/skills"
3
Use when planning and tracking work - creates visible, emergent work breakdown using TypeScript API with just-in-time planning and hierarchical task trees
2026-01-05
github-workflow.md
0
1
export
github-workflow
2
from
"drevantonder/finance"
from
"drevantonder/finance"
3
GitHub conventions for issues, PRs, and labels
2026-01-05
release.md
0
1
export
release
2
from
"noppomario/uti"
from
"noppomario/uti"
3
Release workflow for uti project. Use when user says "release", "create release", "bump version", "publish version", or wants to prepare a new version for distribution.
2026-01-05
chrome-devtools.md
0
1
export
chrome-devtools
2
from
"zeulewan/zeul-claude-plugins"
from
"zeulewan/zeul-claude-plugins"
3
Chrome DevTools MCP for browser automation. Five servers configured for parallel agents. Auto-select available server, cleanup when done.
2026-01-05
client-discovery-interview.md
0
1
export
client-discovery-interview
2
from
"Activate-Intelligence/agent-ai-interviewer"
from
"Activate-Intelligence/agent-ai-interviewer"
3
Chatbot agent for discovering high-impact AI agent deployment opportunities in potential client organisations. Conducts text-based discovery conversations to identify where Activate Intelligence's AI agent orchestration could deliver maximum value.
2026-01-05
typescript-strict.md
0
1
export
typescript-strict
2
from
"canatufkansu/claude-skills"
from
"canatufkansu/claude-skills"
3
TypeScript strict mode patterns with interfaces, type guards, generics, and utility types. Use when defining types, creating type-safe functions, handling nullable values, or implementing generic components.
2026-01-05
dev-browser-nix.md
0
1
export
dev-browser-nix
2
from
"MichaelVessia/etude"
from
"MichaelVessia/etude"
3
Use dev-browser for browser automation on NixOS. Invoke when user asks to test UI, automate browser interactions, take screenshots, or verify web app behavior.
2026-01-05
skill-creator.md
0
1
export
skill-creator
2
from
"RasmusGodske/claude-code-agent-communication"
from
"RasmusGodske/claude-code-agent-communication"
3
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.
2026-01-05
tdd-workflow.md
0
1
export
tdd-workflow
2
from
"mkaczkowski/react-spa-scaffold"
from
"mkaczkowski/react-spa-scaffold"
3
Test-Driven Development guidance. Use during feature-dev Phase 5 (Implementation) or any code implementation. Ensures tests are written BEFORE implementation code, following Red-Green-Refactor cycle.
2026-01-05
implementation-postmortem.md
0
1
export
implementation-postmortem
2
from
"leynos/agent-helper-scripts"
from
"leynos/agent-helper-scripts"
3
Conduct structured implementation postmortems to gather feedback on architecture conformance, library friction, and tooling effectiveness. Use when reviewing completed implementations, PRs, or development phases to surface design gaps, boundary violations, and improvement opportunities. Triggers on requests for code review feedback, implementation retrospectives, architecture audits, or library/tooling evaluations.
2026-01-05
skill-markdown-quiz-exporter-tool.md
0
1
export
skill-markdown-quiz-exporter-tool
2
from
"dnvriend/markdown-quiz-exporter-tool"
from
"dnvriend/markdown-quiz-exporter-tool"
3
Export quiz markdown to Anki, Flashcard Hero, HTML
2026-01-05
article-extractor.md
0
1
export
article-extractor
2
from
"jrajasekera/claude-skills"
from
"jrajasekera/claude-skills"
3
Extract clean article content from URLs and save as markdown. Triggers when user provides a webpage URL and wants to download it, extract content, get a clean version without ads, or capture an article for offline reading. Handles blog posts, news articles, tutorials, documentation pages, and similar web content. This skill handles the entire workflow - do NOT use web_fetch or other tools first, just call the extraction script directly with the URL.
2026-01-05
code-quality.md
0
1
export
code-quality
2
from
"aidenreed937/Kairo-Expo"
from
"aidenreed937/Kairo-Expo"
3
React Native (Expo) 项目代码质量检测和修复,包括 TypeScript 检查、ESLint、Prettier 格式化、Jest 测试。当用户提到"代码检查"、"分析"、"格式化"、"代码风格"、"质量检测"、"测试"、"lint"时使用此 skill。
2026-01-05
feature-planner.md
0
1
export
feature-planner
2
from
"lastdays03/study_mongodb"
from
"lastdays03/study_mongodb"
3
Creates phase-based feature plans with quality gates and incremental delivery structure. Use when planning features, organizing work, breaking down tasks, creating roadmaps, or structuring development strategy. Keywords: plan, planning, phases, breakdown, strategy, roadmap, organize, structure, outline.
2026-01-05
network-conftest-generator.md
0
1
export
network-conftest-generator
2
from
"cmw-coder/coder-templates"
from
"cmw-coder/coder-templates"
3
生成并配置用于新华三技术有限公司H3C网络设备自动化的 pytest `conftest.py`,`conftest.py`文件主要负责测试背景搭建和测试背景清理。
2026-01-05