Directory

Discover and filter AI agent skills. 27,776 active skills available.

Popular guides from the directory

Start with intent-focused guides, then come back to the full directory when you need broader coverage.

Results

Showing 6913-6936 of 27,776Page 289 of 1158

writing-plugins

10
from xiaolai/nlpm-for-claude

How to design and build plugins -- architecture decisions, component selection, file structure, manifest configuration, marketplace publishing. Primarily Claude Code (.claude-plugin/plugin.json); the same architecture maps to Codex CLI (.codex-plugin/plugin.json) and Antigravity extensions. Use when planning, creating, or reviewing a plugin.

writing-hooks

10
from xiaolai/nlpm-for-claude

How to write Claude Code hooks -- event selection, hook types, matcher patterns, blocking vs advisory, portable paths. Use when creating hooks for quality gates, automation, or policy enforcement.

writing-agents

10
from xiaolai/nlpm-for-claude

How to write Claude Code agents that trigger reliably, use the right model, and produce consistent output. Use when creating, improving, or reviewing agent definitions.

vocabulary

10
from xiaolai/nlpm-for-claude

Use when writing, reviewing, or naming any NLPM artifact (command, agent, skill, rule, workflow) — pick the canonical noun or verb from this registry rather than coining a synonym. Loaded by the scorer and checker agents to detect vocabulary drift across artifacts.

testing

10
from xiaolai/nlpm-for-claude

Use when writing test specs for NL artifacts, running /nlpm:test, or setting up TDD workflows for skills, agents, commands, rules, hooks, and prompts.

security

10
from xiaolai/nlpm-for-claude

Detects execution surface risks, supply chain vulnerabilities, data exfiltration vectors, and prompt injection patterns in Claude Code plugins. Use when auditing plugins for security risks, reviewing MCP server configurations, scanning hooks and scripts for vulnerabilities, or checking extensions before installation.

scoring

10
from xiaolai/nlpm-for-claude

Use when scoring NL artifact quality, applying penalties, or calibrating lint judgment — contains the 100-point rubric with penalty tables per artifact type and 4 worked calibration examples.

rules

10
from xiaolai/nlpm-for-claude

The 50 rules of natural language programming. Loaded when writing, reviewing, or improving any NL artifact — skills, agents, commands, rules, hooks, prompts, plugins, and the project memory file (CLAUDE.md / AGENTS.md / GEMINI.md). The definitive style guide for NL code quality.

patterns

10
from xiaolai/nlpm-for-claude

Use when writing or reviewing NL artifacts and need to check for anti-patterns — vague quantifiers, prohibitions without alternatives, oversized skills, write-on-read-only agents, monolithic prompts, or linter-duplicating rules.

orchestration

10
from xiaolai/nlpm-for-claude

Multi-agent workflow patterns for Claude Code -- parallel dispatch, sequential pipelines, QC gates, retry loops, shared partials. Use when designing systems with multiple agents, commands, or processing stages.

conventions

10
from xiaolai/nlpm-for-claude

Universal NL programming conventions — SKILL.md open spec (agentskills.io), AGENTS.md as canonical universal memory file, vague-quantifier list, prompt engineering layers, naming conventions, the override system. Tool-specific schemas live in nlpm:conventions-claude / nlpm:conventions-codex / nlpm:conventions-antigravity.

conventions-codex

10
from xiaolai/nlpm-for-claude

Use when scoring or writing Codex CLI artifacts — covers .codex/config.toml schema, .codex-plugin/plugin.json, .agents/skills/ layout, Codex hook events, AGENTS.md hierarchy, marketplace.json, and the agents/openai.yaml sidecar.

conventions-claude

10
from xiaolai/nlpm-for-claude

Use when scoring or writing Claude Code artifacts — covers .claude/ paths, plugin.json schema, command + agent + skill frontmatter (including v2.1.x additions: context:fork, agent:, paths:, skill-scoped hooks:), CLAUDE.md, hook events, hooks.json format, settings.json, LSP, monitors, memory file conventions, and the Claude Code built-in tool catalog.

conventions-antigravity

10
from xiaolai/nlpm-for-claude

Use when scoring or writing Antigravity (or legacy Gemini CLI) artifacts — covers .gemini/ paths, .agent/ workspace skills, gemini-extension.json, GEMINI.md, TOML slash commands, Gemini-lineage hook events. Spec is unsettled (Antigravity 2.0 launched 2026-05-19); many checks are advisory until PR-B verification.

Structured Data Skill — AuditKit

10
from nirholas/AuditKit

This skill is auto-included in the generated ZIP when the Structured Data pillar score is below 90.

SEO Skill — AuditKit

10
from nirholas/AuditKit

This skill is auto-included in the generated ZIP when the SEO pillar score is below 90.

Security Skill — AuditKit

10
from nirholas/AuditKit

This skill is auto-included in the generated ZIP when the Security pillar score is below 90.

Performance Skill — AuditKit

10
from nirholas/AuditKit

This skill is auto-included in the generated ZIP when the Performance pillar score is below 90.

AI Readiness Skill — AuditKit

10
from nirholas/AuditKit

This skill is auto-included in the generated ZIP when the AI Readiness pillar score is below 90.

Accessibility Skill — AuditKit

10
from nirholas/AuditKit

This skill is auto-included in the generated ZIP when the Accessibility pillar score is below 90.

github

10
from josephaw1022/SuperKind

Interact with GitHub for issue and PR management. Use for creating/viewing/listing issues and pull requests.

git

10
from josephaw1022/SuperKind

Common Git operations for branch management, syncing with main, and viewing differences. Use when you need to checkout branches, create new ones, pull latest changes, or check git status and diffs.

web-design-guidelines

10
from teamzisty/deni-ai

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

vercel-react-best-practices

10
from teamzisty/deni-ai

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.