The core pack (agents-pack-core 0.26.0) includes 24 skills . Coding agents usually select a skill from a natural-language request. To invoke one explicitly, include its ID:
Use ap-debug to investigate why this test fails intermittently.
Required management skills are always installed. Other skills depend on your component selection.
Skill
ID
Selection
Summary
Manage Agents Pack
ap-manage-agents-pack
required
Manage official and user-owned cross-agent components through the safe lifecycle CLI.
Create a new cross-agent skill
ap-create-new-skill
required
Create or update one canonical user-owned skill and synchronize it across selected agents.
Skill
ID
Selection
Summary
Develop with the Vercel AI SDK
ap-develop-with-vercel-ai-sdk
optional
Use current AI SDK APIs, architecture, tool safety, streaming, persistence, and testing patterns.
Skill
ID
Selection
Summary
Design data models
ap-design-data-models
optional
Design maintainable relational, document, or distributed data models and migrations.
Develop APIs
ap-develop-apis
optional
Build thin, secure, documented API layers over reusable business and data logic.
Write database queries
ap-write-database-queries
optional
Write correct, secure, performant queries with sound transaction and indexing choices.
Skill
ID
Selection
Summary
Compress project TODOs
ap-compress-todos
recommended
Clean up completed history while preserving active work, decisions, and priority.
Refresh repository documentation
ap-refresh-repo-docs
recommended
Reconcile project documentation with the implementation without inventing behavior.
Skill
ID
Selection
Summary
Handle errors reliably
ap-handle-errors-reliably
recommended
Design explicit error boundaries, cleanup, retries, timeouts, and observable failures.
Validate trust boundaries
ap-validate-trust-boundaries
recommended
Validate untrusted files, text, and structured input at system boundaries.
Skill
ID
Selection
Summary
Design distinctive frontends
ap-frontend-design
optional
Create intentional, production-grade interfaces and maintain the project design system.
Review frontend quality
ap-frontend-review
optional
Review frontend implementation, usability, accessibility, responsiveness, and visual coherence.
Skill
ID
Selection
Summary
Run a security audit
ap-security-audit
optional
Inspect concrete attack surfaces, validate findings, and report actionable security risks.
Skill
ID
Selection
Summary
Test a web application
ap-test-web-app
optional
Test real browser flows, edge cases, responsiveness, and regressions with evidence.
Skill
ID
Selection
Summary
Debug systematically
ap-debug
recommended
Trace reproducible failures to evidence-backed root causes and verify fixes.
Start a development session
ap-start-dev-session
recommended
Orient a new session from the project’s requirements, technical choices, and current work.
Prepare to clear development context
ap-clear-dev-context
recommended
Create a detailed continuation handoff before clearing a long agent context.
Continue a development session
ap-continue-dev-session
recommended
Resume work from a continuation handoff and persisted project context.
Review a plan
ap-review-plan
recommended
Challenge a plan for mistakes, omissions, assumptions, risks, and simpler alternatives.
Skill
ID
Selection
Summary
Audit SEO
ap-audit-seo
optional
Audit technical, structural, content, and measurement aspects of search visibility.
Audit GEO and AEO
ap-audit-geo
optional
Audit AI-search eligibility, usefulness, citations, and measurement.
Skill
ID
Selection
Summary
Run market research
ap-run-market-research
optional
Produce current, source-grounded market research with explicit evidence limits.
agents-pack install ap-frontend-design --dry-run
agents-pack install ap-frontend-design --yes
Or ask your coding agent to use ap-manage-agents-pack to preview and install it.