Shared agent skills for development workflows
npx claudepluginhub tt6746690/skillsDevelopment workflow skills including git worktrees, Codex approval tuning, and more
Reusable Agent Skills for VS Code Copilot, Codex, and Claude Code.
| Skill | Description |
|---|---|
using-git-worktrees | Create isolated git worktrees for feature work |
codex-approval-rules-tuning | Tune Codex approval behavior and allow-rules |
Add to VS Code user settings (Cmd+Shift+P → "Preferences: Open User Settings (JSON)"):
{
"chat.agentSkillsLocations": {
"~/github/skills/skills": true
}
}
Skills are discovered automatically in any workspace.
Use the built-in skill-installer to install from this repo:
/skill install from repo tt6746690/skills path skills/using-git-worktrees
/skill install from repo tt6746690/skills path skills/codex-approval-rules-tuning
Restart Codex after installing to pick up new skills.
Register this repo as a plugin marketplace:
/plugin marketplace add tt6746690/skills
Then install the plugin:
/plugin install dev-workflow-skills@wpq-agent-skills
skills/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace config
├── skills/
│ ├── using-git-worktrees/
│ │ ├── SKILL.md # Skill instructions
│ │ └── agents/
│ │ └── openai.yaml # Codex UI metadata
│ └── codex-approval-rules-tuning/
│ ├── SKILL.md
│ └── agents/
│ └── openai.yaml
└── README.md
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.