By tt6746690
Development workflow skills including git worktrees, Codex approval tuning, and more
Use this skill when refining Codex approval behavior, sandbox settings, or allow-rules. It inspects local Codex config, rules, and session history to find recurring approval friction, separate rule issues from sandbox/cache issues, and propose generalizable improvements instead of one-off exceptions.
Use when starting feature work that needs isolation, before executing implementation plans, or whenever the user mentions branching, parallel work, or wanting a clean workspace. Creates isolated git worktrees with systematic directory selection and safety verification. Use this skill even if the user just says "let's work on this in a branch" or "set up a workspace for this."
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tt6746690/skills --plugin wpq-skillsReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls