Browse Skills

2649 skills found

git-commit.md
0
1 export git-commit
2 juliaogris from "juliaogris/skills"
3 Use when creating git commits or pull requests, or when asked to write a commit message
2026-01-05
discovery-tree-workflow.md
0
1 export discovery-tree-workflow
2 zgagnon 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
miniflux-cli.md
0
1 export miniflux-cli
2 goofansu from "goofansu/miniflux-cli"
3 Command-line interface for managing Miniflux feeds. Use for authentication, adding feeds, and searching entries.
2026-01-05
python.md
0
1 export python
2 lambdamechanic from "lambdamechanic/scrapinghub-mcp"
3 Default Python stack for Lambda: uv + Astral tools, typed code, schemas, and Hypothesis.
2026-01-05
bun-usage.md
0
1 export bun-usage
2 menoncello from "menoncello/skillsmp-research-plugin"
3 This skill should be used when working with Bun, a fast JavaScript runtime and toolkit. Use this skill for tasks involving Bun runtime execution, package management, bundling, testing, or when users ask about Bun-specific features, APIs, or best practices. Trigger when users mention "bun" commands, Bun's APIs, or request help with Bun installation, configuration, or usage.
2026-01-05
debugging.md
0
1 export debugging
2 OscSer from "OscSer/opencode-config"
3 Systematic analysis for debugging. Use when encountering errors, bugs, or unexpected behaviors.
2026-01-05
release.md
0
1 export release
2 nimaai from "nimaai/claude-config"
3 This skill should be used when the user asks to "make a release", "create release", "release leihs", or "/release". Automates Leihs RC.1, RC.2, and stable release workflows following the zhdk-intern process with multi-phase execution and user confirmations.
2026-01-05
morpho-solana-frontend.md
0
1 export morpho-solana-frontend
2 raunit-dev from "raunit-dev/morpho-on-solana"
3 Build production-ready frontend for Morpho Blue lending protocol on Solana. Covers all 26 program instructions across supply/borrow, flash loans, liquidations, authorization, and admin features. Uses Next.js 14, Anchor client, Jupiter wallet adapter, and Kamino-style UI/UX. Integrates with morpho-solana-builder skill for contract understanding.
2026-01-05
browser.md
0
1 export browser
2 factory-ben 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
probitas-setup.md
0
1 export probitas-setup
2 probitas-test from "probitas-test/claude-plugins"
3 Probitas project setup and installation. Use when initializing Probitas, setting up E2E testing, or installing probitas CLI.
2026-01-05
release.md
0
1 export release
2 intrusive-memory from "intrusive-memory/skills"
3 Release a merged PR by tagging and creating a GitHub release. Use when asked to "release", "tag", or "create a release".
2026-01-05
mastering-langgraph.md
0
1 export mastering-langgraph
2 SpillwaveSolutions 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
practical-ui-agent.md
0
1 export practical-ui-agent
2 ezhulati from "ezhulati/texaslobbyorg"
3 AI agent skill for implementing evidence-based UI improvements. Use when tasked with UI audits, design system implementation, accessibility fixes, or frontend optimization. Provides step-by-step workflows, code patterns, and validation criteria for automated execution. Triggers on UI review, accessibility audit, design system setup, CSS refactoring, form optimization, button hierarchy, color contrast, spacing system, typography scale, or WCAG compliance tasks.
2026-01-05
incremental-development.md
0
1 export incremental-development
2 even-wei from "even-wei/incremental-development"
3 Structured incremental development workflow that enforces explicit scoping before implementation. Use when: (1) User says 'build', 'implement', 'develop', 'create feature', or 'add functionality', (2) Task involves multiple files or could have ripple effects, (3) User wants to avoid scope creep or premature implementation, (4) Breaking down complex tasks into verifiable steps. This skill prevents AI agents from jumping into code without a validated plan.
2026-01-05
serena-memory-management.md
0
1 export serena-memory-management
2 seanGSISG from "seanGSISG/prefect-idm"
3 Use when managing Serena MCP memory files for consolidation, archival, or evergreen doc updates - provides naming conventions, automated workflows with interactive approval, and Python tools for reliable file operations
2026-01-05
git.md
0
1 export git
2 ETeissonniere from "ETeissonniere/dotfiles"
3 Basic git operations for repository inspection. Use for git diff, git log, git status, git remote, and other read-only git commands.
2026-01-05
hack-cli.md
0
1 export hack-cli
2 hack-dance from "hack-dance/hack-cli"
3 Use the hack CLI for local dev environments (docker compose, logs, run commands) and agent integration setup. Trigger when asked to start/stop services, open project URLs, inspect logs, run commands in services, manage branch instances, or configure agent integrations (Cursor/Claude/Codex/MCP). Prefer CLI over MCP when shell access is available.
2026-01-05
tdd-cycle.md
0
1 export tdd-cycle
2 anortham from "anortham/sherpa"
3 Follow strict TDD methodology using Sherpa's workflow enforcement. Activates when implementing new features, adding functionality, or building code that requires tests. Ensures RED-GREEN-REFACTOR discipline with guide check/done tracking.
2026-01-05
dozu-ui-service-skills.md
0
1 export dozu-ui-service-skills
2 Do-Zu from "Do-Zu/dozu-ui-service"
3 Index of AI agent skills and how to use them when implementing features in this repo.
2026-01-05
tdd-workflow.md
0
1 export tdd-workflow
2 mkaczkowski 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
up-to-date.md
0
1 export up-to-date
2 idvorkin from "idvorkin/chop-conventions"
3 Sync git repository with upstream. Use at the start of a session, when asked to sync, get up to date, check git status, or when working on a stale branch. Checks branch status, uncommitted changes, PR state, and upstream drift, then takes appropriate actions.
2026-01-05
worktree.md
0
1 export worktree
2 AwolDes from "AwolDes/agentfiles"
3 Create and manage git worktrees for parallel development. Use when the user wants to create a worktree, work on a feature in isolation, set up a new branch with its own directory, or manage existing worktrees.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 krishagel from "krishagel/geoffrey"
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
ripgrep-search.md
0
1 export ripgrep-search
2 wizact from "wizact/dotclaude"
3 Ultra-fast text search using ripgrep (rg) with advanced regex, multiline, and filtering capabilities
2026-01-05