CS
61 stars 质量 70 趋势 70

Claude Code plugins and Codex skills from Calif.io for AI-assisted security research and code auditing

概览

A Claude Code plugin marketplace from Calif.io providing skills and slash commands for AI-assisted security research and code auditing. A Codex-native skill tree lives at .codex/skills/ (symlinked to the same content used by the Claude plugins). Install with: To test changes locally, from the of this repo: New plugins are welcome. The repo follows the standard Claude Code plugin marketplace layout: A plugin can ship any combination of skills, commands, agents, and MCP servers. To add one: 1. Create plugins/ / with the structure above. 2. Add an entry to .claude-plugin/marketplace.json. 3. Open a PR.

README

Calif.io Skills

A Claude Code plugin marketplace from Calif.io providing skills and slash commands for AI-assisted security research and code auditing.

Installation

Add the marketplace once:

/plugin marketplace add califio/skills

Then browse and install plugins:

/plugin menu

Codex

A Codex-native skill tree lives at .codex/skills/ (symlinked to the same content used by the Claude plugins). Install with:

git clone https://github.com/califio/skills.git ~/.codex/califio-skills
~/.codex/califio-skills/.codex/scripts/install-for-codex.sh

See .codex/INSTALL.md for details.

Local development

To test changes locally, from the parent directory of this repo:

/plugin marketplace add ./skills

Available plugins

Code auditing

Plugin Description
php-unserialize-audit Audit PHP engine deserialization surface for UAF, type confusion, partial-object __destruct, signed-length heap overflow, and parse inconsistency

Contributing

New plugins are welcome. The repo follows the standard Claude Code plugin marketplace layout:

.claude-plugin/marketplace.json          # marketplace index — add an entry here
plugins//
  .claude-plugin/plugin.json             # plugin metadata
  skills//SKILL.md           # the skill (Claude auto-loads by description)
  commands/.md             # slash command (optional)
  agents/.md                 # subagents (optional)

A plugin can ship any combination of skills, commands, agents, and MCP servers. To add one:

  1. Create plugins// with the structure above.
  2. Add an entry to .claude-plugin/marketplace.json.
  3. Open a PR.

License

MIT © Calif.io

View this README on GitHub

推荐工具

换一个关键词,或者移除筛选条件。

安装

npx skillfish add califio/skills