Skip to content

notcodev/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.

Skills follow the Agent Skills format.

Installation

# Install all skills
npx skills add notcodev/agent-skills

# Install a specific skill
npx skills add notcodev/agent-skills --skill nestjs-ddd

# Install for a specific agent
npx skills add notcodev/agent-skills --skill nestjs-ddd -a claude-code

# Preview available skills
npx skills add notcodev/agent-skills --list

Available Skills

Skill Description
nestjs-ddd Apply Domain-Driven Design tactical patterns in NestJS/TypeScript apps. Bounded contexts, entities, value objects, aggregates, repositories, use cases, domain events, and validation.

About

🧠 A collection of agent skills for AI coding agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors