Skip to content

nixolas1/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Claude Code Skills

A collection of custom skills for Claude Code.

Skills

product-architect

Guide users through brainstorming, specifying, designing, and planning new product projects using Socratic method, provocations, and enforced articulation.

Trigger phrases: "let's brainstorm", "new project", "product spec", "design a product", "plan a project", "spec out", "architect this"

Installation

Option 1: Clone the entire repository

cd ~/.claude/skills
git clone git@github.com:nixolas1/skills.git

Then in your ~/.claude/skills.json, add:

{
  "skills": [
    {
      "path": "skills/product-architect"
    }
  ]
}

Option 2: Install individual skill as git submodule

cd ~/.claude/skills
git submodule add git@github.com:nixolas1/skills.git shared-skills

Then in your ~/.claude/skills.json, add:

{
  "skills": [
    {
      "path": "shared-skills/product-architect"
    }
  ]
}

Option 3: Direct skill path (if your skills directory is a git repo)

If ~/.claude/skills is already a git repository, you can add this repo as a submodule:

cd ~/.claude/skills
git submodule add git@github.com:nixolas1/skills.git nixolas1-skills

Then reference in skills.json:

{
  "skills": [
    {
      "path": "nixolas1-skills/product-architect"
    }
  ]
}

Usage

Once installed, you can invoke skills by using their trigger phrases in conversation with Claude Code, or by using /skill-name commands.

For example:

  • /product-architect or "let's brainstorm a new app idea"

Contributing

Feel free to open issues or submit PRs with improvements!

License

MIT

About

A collection of Claude / Agent skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors