Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Coder Forge

A forge for coding agents: shape reusable commands, skills, and plugins you can use across any agent.

Works with any coding agent that supports custom skills, slash commands, or plugins (for example: OpenCode, Claude Code, Cursor, Codex, Windsurf, Continue, Aider, and similar tools).

Structure

.
├── commands/   Custom slash commands
├── plugins/    Agent plugins
└── skills/     Reusable agent skills and references

Clone

git clone https://github.com/ideapedyudi/agent-coder-forge.git
cd agent-coder-forge

Optional: pin to a specific folder name for your agent:

git clone https://github.com/ideapedyudi/agent-coder-forge.git ~/.config/agent-coder-forge

Use with any coding agent

Point your agent to this repository (or copy the folders it supports):

Folder What it provides Typical agent support
skills/ Workflow guides (SKILL.md) Most agents with skill loading
commands/ Slash-command prompts Agents with custom commands
plugins/ Runtime hooks / helpers Agents with plugin systems

Option A: Link the whole repo

Use this when your agent can load external skill/command directories.

# example paths — adjust to your agent
ln -s "$(pwd)/skills" ~/.agents/skills/agent-coder-forge
ln -s "$(pwd)/commands" ~/.agents/commands/agent-coder-forge

Option B: Copy only what you need

cp -R skills/* ~/.agents/skills/
cp -R commands/* ~/.agents/commands/

Option C: Project-local install

From any project:

git clone https://github.com/ideapedyudi/agent-coder-forge.git .agent-coder-forge

Then configure your coding agent to read:

  • .agent-coder-forge/skills
  • .agent-coder-forge/commands
  • .agent-coder-forge/plugins (if supported)

Keep it updated

cd agent-coder-forge
git pull

If you used copies instead of links, re-copy after pull.

Notes

  • Keep machine-specific secrets and local config outside this repository.
  • Skills and commands here are meant to be shared and versioned.
  • Plugin availability depends on your coding agent runtime.

About

My personal a ready-to-use coding agent toolkit by @ideapedyudi

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages