General-purpose engineering skills for Codex, Claude Code, and Cursor. Skills are authored once under skills/, then packaged as Codex and Claude plugins or exported as Cursor project rules.
Marketplace install:
codex plugin marketplace add killallgit/killall-skillsThen reopen Codex, open the Plugins UI, and install killall-skills from the killallgit marketplace.
Local checkout / development:
codex plugin marketplace add /absolute/path/to/killall-skillsThen reopen Codex, open the Plugins UI, and install killall-skills from the killallgit marketplace backed by your local checkout.
Marketplace install:
claude plugin marketplace add killallgit/killall-skills
claude plugin install killall-skills@killallgitLocal checkout install:
claude plugin marketplace add /absolute/path/to/killall-skills
claude plugin install killall-skills@killallgitSession-only local development:
claude --plugin-dir /absolute/path/to/killall-skillsMarketplace install: not supported. Cursor's official extension surface is project rules in .cursor/rules or a root AGENTS.md.
Local checkout / development:
bash scripts/export-cursor-rules.sh /path/to/target-repoThis copies the source skills into /path/to/target-repo/.cursor/killall-skills/skills/ and generates agent-requested rule files in /path/to/target-repo/.cursor/rules/. Use the generated rules when you want the full skill pack; use a root AGENTS.md only for lightweight global repo instructions.
Smoke-test the install surfaces and exported Cursor rules:
bash scripts/smoke-test-install.shIf Claude Code is installed locally, you can also run the native validator directly:
claude plugin validate .MIT