Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: AI & models

9,019 results · page 122 of 301

  • animejs-animationSkillAI & models

    A Chinese-language learning edition + tutorial of popular Skills, offering 7000+ Skills, integrating claude skills (110k+ Stars) | awesome-openclaw-skills (40k+ Stars) | ui-ux-pro-max-skill (40k+ Stars) and 10+ other popular Skill projects

    Ready to connect★ 284

    github.com/lingxling/awesome-skills-cn284 stars

    View details
  • anti-slop-frontendSkillAI & models

    A mechanical, countable anti-slop checklist for AI-generated frontend. Catches the specific signatures an undirected model defaults to: AI-purple glows, Inter-everywhere, em-dashes, div-based fake screenshots, eyebrow-on-every-section, beige+brass \"premium\" palettes, generic Jane Doe / Acme data.

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • antigravity-agent-managerSkillAI & models

    Lets your agent set up and coordinate multiple AI agents working in parallel through a manager app.

    Ready to connect★ 284

    github.com/lingxling/awesome-skills-cn284 stars

    View details
  • api-sdk-generatorSkillAI & models

    Generates client SDK code, API wrapper libraries, request/response models, and language-specific usage patterns for any REST API. Use whenever the user asks to "generate an SDK", "write a client library", "create API wrappers", "generate TypeScript types from my API", "write a Python...

    Ready to connect★ 284

    github.com/lingxling/awesome-skills-cn284 stars

    View details
  • autofixSkillAI & models

    Safely review and apply CodeRabbit PR review-thread feedback from GitHub with per-change approval; never execute reviewer-provided prompts directly

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • dashboard-plugin-scaffoldSkillAI & models

    Scaffold a new pi-dashboard plugin in the dashboard monorepo, OR augment an existing pi-extension project on disk with dashboard plugin contributions. Hybrid skill: a single ask_user batch up front, then prescriptive steps the agent follows. Use when the user asks to "create a dashboard plugin", "ad

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • doubt-driven-reviewSkillAI & models

    In-flight adversarial check on a non-trivial decision BEFORE it stands — distinct from post-hoc review of a finished diff. Use on "stress-test this decision", "are we sure about this", "verify before commit", "poke holes in this", when working in unfamiliar code, or before an irreversible step (migr

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • edit-flowSkillAI & models

    Create and edit pi-flows flows and agents from the main session. Use when the user wants to create a new flow, add or change an agent, or edit an existing flow/agent. Covers agent frontmatter, flow YAML, step types, model references, the flow_agents and flow_write tools, write locations, and how to

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • fix-worktree-opsx-skills-not-createdSkillAI & models

    Diagnose/fix worktrees missing the generated openspec-* (opsx) skills after worktreeInit. Root cause: bare `npx openspec` can resolve a squatted registry stub instead of the real CLI.

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • implementSkillAI & models

    Disciplined implementation in pi-agent-dashboard: the rebuild matrix (extension→reload, server→restart, client→build+restart, openspec-apply→full rebuild) plus the project''s code discipline rules. Use when writing code, after editing extension/server/client, after applying an OpenSpec change, when

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • pre-scaffold-openspec-coherence-checkSkillAI & models

    Run before scaffolding any OpenSpec proposal to catch duplicates of archived work and contradictions with shipped architecture. Always run when about to create openspec/changes/<name>/, especially for proposals touching a subsystem with a recent archive entry. Triggers: ''scaffold OpenSpec'', ''writ

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • release-cutSkillAI & models

    Cut a new pi-agent-dashboard release: promote `## [Unreleased]` in CHANGELOG.md, bump every workspace package.json per SemVer, commit, tag `v<version>`, and push — triggering the Release workflow that publishes every non-private workspace, builds the Electron artifacts, and creates a GitHub Release.

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • release-revokeSkillAI & models

    Revoke or rollback a pi-agent-dashboard release: delete the GitHub Release, remove the git tag locally and on origin, deprecate the npm version (`npm unpublish` is blocked after 72h), and optionally revert the release commit. Use when the user says "revoke release", "rollback release", "delete relea

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • responsive-mobile-firstSkillAI & models

    Mobile-first responsive patterns with sticky headers, floating CTAs, accessible navigation, and touch-friendly interactions. Use when implementing responsive layouts, mobile navigation, or ensuring touch-friendly UI.

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • reverse-spec-from-codeSkillAI & models

    Reverse-generate OpenSpec capability specs (openspec/specs/<cap>/spec.md) from code that lacks them, or reconcile an existing stale spec with `--refresh`, using parallel subagents. Fans out one blind generator per capability, audits each spec against the code for hallucinations, and promotes only on

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • skill-to-subagentSkillAI & models

    Turn an existing pi skill into an isolated subagent and wire it into a project''s implementation pipeline. Decides fitness first, writes the bridge agent, routes the model, tunes context inheritance, and wires a spawn checkpoint. Use on "wrap this skill as a subagent", "turn X into a subagent", "sho

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • software-cost-estimatorSkillAI & models

    Estimate developer cost and effort for a set of use cases, functional and non-functional requirements on a given technology stack. Produces an architecture plan, a role-resolved man-hour estimate with P50/P85/P95 ranges, a side-by-side comparison of four delivery modes (human only, human + AI, AI-st

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • spec-coherence-checkSkillAI & models

    Sweep all active OpenSpec proposals for staleness, conflicts, and obsolescence against the current codebase and archived changes. Use when proposals may be outdated, when checking cross-proposal conflicts, or before starting a batch of implementations. Produces a gap-analysis report, updates a prior

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • switch-extension-sourceSkillAI & models

    Switch a monorepo extension/skill package between its published npm source and its local working-tree source, guaranteeing exactly one source per package. Use when "my edits don't take effect", "load local extension", "test the published npm build", or reconciling dev vs distribution package sources

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • theme-systemSkillAI & models

    CSS custom properties theme architecture for 4 themes (studio, earth, athlete, gradient) with data-theme attribute switching and theme-aware components. Use when implementing theme switching, defining color schemes, or creating theme-responsive UI elements.

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • typescript-strictSkillAI & models

    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.

    Ready to connect★ 283

    github.com/blackbelttechnology/pi-agent-dashboard284 stars

    View details
  • legacy-to-ai-readySkillAI & models

    Transform legacy codebases into AI-ready projects with Claude Code configurations. Use when (1) analyzing old projects to generate AI coding configurations, (2) creating CLAUDE.md, skills, subagents, slash commands, hooks, or rules for existing projects, (3) user wants to enable vibe coding for a co

    Ready to connect★ 283

    github.com/nicepkg/ai-workflow283 stars

    View details
  • product-strategySkillAI & models

    Master product strategy, market analysis, competitive positioning, and long-term product vision. Define business models and craft go-to-market strategies that drive success.

    Ready to connect★ 283

    github.com/nicepkg/ai-workflow283 stars

    View details
  • scenario-analyzerSkillAI & models

    A skill that takes a news headline as input and analyzes an 18-month scenario. The scenario-analyst agent performs the main analysis, and the strategy-reviewer agent provides a second opinion. Generates a comprehensive report in Japanese covering first-, second-, and third-order impacts, recommended

    Ready to connect★ 283

    github.com/nicepkg/ai-workflow283 stars

    View details
  • workflow-creatorSkillAI & models

    Create complete Claude Code workflow directories with curated skills. Use when user wants to (1) create a new workflow for specific use case (media creator, developer, marketer, etc.), (2) set up a Claude Code project with pre-configured skills, (3) download and organize skills from GitHub repositor

    Ready to connect★ 283

    github.com/nicepkg/ai-workflow283 stars

    View details
  • writing-user-storiesSkillAI & models

    Use when an agent needs to write user stories for a project

    Ready to connect★ 283

    github.com/nicepkg/ai-workflow283 stars

    View details
  • ai-productSkillAI & models

    Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt ...

    Ready to connect★ 281

    github.com/benjaminastera/antigravity-awesome-skills236 stars

    View details
  • autonomous-agentsSkillAI & models

    Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it'...

    Ready to connect★ 281

    github.com/benjaminastera/antigravity-awesome-skills236 stars

    View details
  • avalonia-viewmodels-zafiroSkillAI & models

    Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI.

    Ready to connect★ 281

    github.com/benjaminastera/antigravity-awesome-skills236 stars

    View details
  • cotal-setupSkillAI & models

    Set up Cotal on this machine: install it, start a local agent mesh (NATS + JetStream), verify it, and put an agent on it. Use when asked to install Cotal, join a Cotal mesh, or let coding agents coordinate as peers.

    Ready to connect★ 274

    github.com/cotal-ai/cotal280 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

54,764 of the 55,196 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI