A skill is a packaged instruction set for an AI coding assistant. Skills keep your assistant on the supported path. It scaffolds through the PAS CLI instead of writing project files by hand, and it follows the PAS code, specification, and documentation rules instead of inventing its own conventions.
Skill Reference
|
Skill |
Description |
|---|---|
|
|
Reviews the pending changes of your project against the governing SPEC.md files and the PAS code rules. Returns the findings grouped as blockers, should-fix items, and nits, and ends with a merge-readiness verdict. Use it before you open or merge a merge request. |
|
|
Scaffolds an AI agent with |
|
|
Scaffolds a new Angular frontend application with |
|
|
Scaffolds a bundle deployment with |
|
|
Carries the PAS code rules for all TypeScript work: typing, naming, project structure, encapsulation, imports, dependency injection, scoped providers, configurable objects, styling, and testing. Your assistant loads it whenever it writes, changes, or refactors code. |
|
|
Carries the PAS documentation rules for the README.md and AGENTS.md files that describe how your code is used. Your assistant loads it in the documentation phase of the spec-driven workflow. |
|
|
Creates a new PAS Code project with |
|
|
Scaffolds a new NestJS backend service with |
|
|
Carries the rules for SPEC.md files: where a specification lives, which sections it contains (Background, Acceptance Criteria, and the optional Out of Scope), and the requirement to describe the expected behavior without any implementation detail. |
|
|
Configures the OpenAPI documentation endpoint of a PAS NestJS service, and documents request and response bodies with |
|
|
Prepares your project for local development. Verifies the Node.js and npm versions, installs the dependencies, and starts the project with |
|
|
Drives the default PAS development workflow through its three phases: specification, code, and documentation. Each phase ends with your explicit approval, and each phase calls the skill that owns its rules. Your assistant loads this skill before any feature work, including work that starts as a plan. |
Related Content
Related Documentation: