Search documentation...

Search documentation...

GitHub

Skills

Browse available AI skills and add them to your project with one click

init

backend

@the-aico/backend/init

Initialize backend environment by creating constraints document from template.

npx aico add @the-aico/backend/init

task-breakdown

backend

@the-aico/backend/task-breakdown

Break down PM story into backend tasks following layered architecture order.

npx aico add @the-aico/backend/task-breakdown

plan

backend

@the-aico/backend/plan

Create atomic implementation plan for a single backend task with TDD and verification.

npx aico add @the-aico/backend/plan

implement

backend

@the-aico/backend/implement

Execute backend implementation with TDD. Write failing test first, then implement.

npx aico add @the-aico/backend/implement

init

frontend

@the-aico/frontend/init

Initialize frontend environment by creating design system and constraints documents.

npx aico add @the-aico/frontend/init

style-extraction

frontend

@the-aico/frontend/style-extraction

Extract design tokens from reference website or screenshot to create project design system.

npx aico add @the-aico/frontend/style-extraction

design

frontend

@the-aico/frontend/design

Transform PRD or story into complete page/component designs with ASCII layouts and specs.

npx aico add @the-aico/frontend/design

task-breakdown

frontend

@the-aico/frontend/task-breakdown

Break down PM story into frontend tasks following UI development order.

npx aico add @the-aico/frontend/task-breakdown

plan

frontend

@the-aico/frontend/plan

Create atomic implementation plan for a single frontend task with exact code and verification.

npx aico add @the-aico/frontend/plan

implement

frontend

@the-aico/frontend/implement

Execute frontend implementation with TDD. Write failing test first, then implement.

npx aico add @the-aico/frontend/implement

init

pm

@the-aico/pm/init

Initialize PM environment by creating constitution document from template.

npx aico add @the-aico/pm/init

brainstorming

pm

@the-aico/pm/brainstorming

Guide users through structured dialogue to transform vague ideas into clear, actionable product concepts.

npx aico add @the-aico/pm/brainstorming

user-story-writing

pm

@the-aico/pm/user-story-writing

Transform requirements into well-structured User Stories with Given/When/Then acceptance criteria.

npx aico add @the-aico/pm/user-story-writing

prd-writing

pm

@the-aico/pm/prd-writing

Create comprehensive Product Requirements Documents defining what to build and why.

npx aico add @the-aico/pm/prd-writing

clarification

pm

@the-aico/pm/clarification

Resolve requirement ambiguities through structured questioning with recommended options.

npx aico add @the-aico/pm/clarification

acceptance-criteria

pm

@the-aico/pm/acceptance-criteria

Define clear, testable acceptance criteria using Given/When/Then (Gherkin) format.

npx aico add @the-aico/pm/acceptance-criteria

competitor-analysis

pm

@the-aico/pm/competitor-analysis

Research and analyze competitors with feature comparison and actionable recommendations.

npx aico add @the-aico/pm/competitor-analysis

story-acceptance

pm

@the-aico/pm/story-acceptance

Verify and close stories after frontend/backend tasks are completed.

npx aico add @the-aico/pm/story-acceptance

code-review

shared

@the-aico/_shared/code-review

Request structured code review to catch correctness, security, performance, and readability issues.

Used by:
backend
frontend
npx aico add @the-aico/_shared/code-review

subagent-driven

shared

@the-aico/_shared/subagent-driven

Execute implementation plan by dispatching fresh subagent per task with two-stage review.

Used by:
backend
frontend
npx aico add @the-aico/_shared/subagent-driven

worktree

shared

@the-aico/_shared/worktree

Create isolated git worktree for feature development with baseline test verification.

Used by:
backend
frontend
npx aico add @the-aico/_shared/worktree
AICO - AI Employee Framework