Dataset Viewer
Auto-converted to Parquet Duplicate
repo
stringlengths
7
74
hash
stringlengths
8
8
date
stringdate
2015-07-10 00:00:00
2026-04-06 00:00:00
datetime
stringdate
2015-07-11 05:34:38+0530
2026-04-06 09:38:51+0530
author
stringlengths
1
37
message
stringlengths
0
459k
plugin_files
listlengths
1
8.44k
non_plugin_files
listlengths
0
24.6k
components
listlengths
1
9
all_files_count
int64
1
24.7k
plugin_files_count
int64
1
8.44k
plugin_only
bool
2 classes
plugin_ratio
float64
0
1
ccs_type
stringclasses
12 values
ccs_method
stringclasses
2 values
ccs_type_corrected
stringclasses
12 values
0gfoundation/0g-agent-skills
b35f505b
2026-02-08
2026-02-08T23:05:11+05:30
Gathin23
Add 4 runnable example projects and CI pipeline - examples/file-vault: Storage upload, download, verify via CLI - examples/ai-chatbot: Provider discovery, account setup, chat inference - examples/nft-with-metadata: Deploy registry contract, upload to storage, register on-chain - examples/ai-image-gallery: Generate ima...
[ "skills/compute/provider-discovery/SKILL.md" ]
[ ".github/workflows/ci.yml", ".gitignore", ".prettierignore", "CLAUDE.md", "CONTRIBUTING.md", "README.md", "ci/extract-code-blocks.ts", "ci/lint-critical-rules.ts", "ci/tsconfig.ci.json", "ci/validate-sdk-versions.ts", "examples/ai-chatbot/.env.example", "examples/ai-chatbot/README.md", "exam...
[ "skills" ]
44
1
false
0.0227
ci
llm
ci
0gfoundation/0g-agent-skills
3f518a71
2026-02-08
2026-02-08T22:30:36+05:30
Gathin23
Fix SDK API mismatches from E2E testing and remove deprecated KV store E2E tested all 14 skills against Galileo testnet and fixed 6 critical documentation mismatches: - Fix storage SDK version ^0.8.0 → ^0.3.3 (correct npm package) - Fix upload signature to indexer.upload(file, rpcUrl, signer) with [result, err] tuple...
[ "skills/chain/scaffold-project/SKILL.md", "skills/compute/account-management/SKILL.md", "skills/compute/fine-tuning/SKILL.md", "skills/compute/provider-discovery/SKILL.md", "skills/cross-layer/compute-plus-storage/SKILL.md", "skills/cross-layer/storage-plus-chain/SKILL.md", "skills/storage/download-file...
[ ".gitignore", "AGENTS.md", "CLAUDE.md", "INSTALL.md", "README.md", "patterns/COMPUTE.md", "patterns/NETWORK_CONFIG.md", "patterns/SECURITY.md", "patterns/STORAGE.md", "patterns/TESTING.md", "setups/copilot/README.md" ]
[ "skills" ]
20
9
false
0.45
fix
llm
fix
0gfoundation/0g-agent-skills
081dde23
2026-02-08
2026-02-08T21:09:37+05:30
Gathin23
Initial release: 0G Agent Skills v1.0.0
[ ".claude-plugin/marketplace.json", "skills/chain/deploy-contract/SKILL.md", "skills/chain/interact-contract/SKILL.md", "skills/chain/scaffold-project/SKILL.md", "skills/compute/account-management/SKILL.md", "skills/compute/fine-tuning/SKILL.md", "skills/compute/provider-discovery/SKILL.md", "skills/co...
[ ".gitignore", ".prettierignore", ".prettierrc", "AGENTS.md", "CLAUDE.md", "CONTRIBUTING.md", "INSTALL.md", "LICENSE", "README.md", "package-lock.json", "package.json", "patterns/CHAIN.md", "patterns/COMPUTE.md", "patterns/NETWORK_CONFIG.md", "patterns/SECURITY.md", "patterns/STORAGE.md...
[ ".claude-plugin", "skills" ]
36
16
false
0.4444
feat
llm
feat
0xBigBoss/claude-code
00f93cf7
2026-03-23
2026-03-23T21:36:58-05:00
Allen
refactor: move handoffs from ~/.claude/handoffs to ~/.handoffs Claude Code has internal protection on ~/.claude that blocks writes even with explicit permissions and additionalDirectories configured. Moving handoffs outside the protected zone eliminates approval prompts.
[ "plugins/codex-reviewer/commands/review.md" ]
[ ".gitmodules", "claude-code", "commands/handoff.md", "commands/ralph.md", "commands/ralphoff.md", "settings/settings.json" ]
[ "commands" ]
7
1
false
0.1429
refactor
regex
refactor
0xBigBoss/claude-code
5cff6640
2026-03-21
2026-03-21T20:28:51-05:00
Allen
feat: auto-install rl CLI from source on first use ralph-loop.md now builds rl from github.com/0xbigboss/rl via bun build --compile if not already on PATH. Zero manual setup needed — just run /ralph-reviewed:ralph-loop.
[ "plugins/ralph-reviewed/commands/ralph-loop.md" ]
[ "plugins/ralph-reviewed/QA.md" ]
[ "commands" ]
2
1
false
0.5
feat
regex
feat
0xBigBoss/claude-code
e717aa38
2026-03-21
2026-03-21T15:51:57-05:00
Allen
fix: rl discovery, reject prompt, version bump - Stop hook: find rl via PATH, then .rl/rl wrapper fallback - Stop hook: reject prompt says ".rl/rl done" not "<promise>" - ralph-loop.md: add bunx/npx/command to allowed-tools - Bump plugin.json to v3.0.0
[ "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/commands/ralph-loop.md", "plugins/ralph-reviewed/hooks/ralph-reviewed-stop-hook.ts" ]
[]
[ ".claude-plugin", "commands", "hooks" ]
3
3
true
1
fix
regex
fix
0xBigBoss/claude-code
054b333a
2026-03-21
2026-03-21T15:38:55-05:00
Allen
feat: migrate to standalone rl CLI (@0xbigboss/rl) Replace embedded scripts/rl with the standalone @0xbigboss/rl package. Stop hook now delegates state, prompt, and log operations to the rl CLI via spawnSync instead of reimplementing them. - Delete scripts/rl (323 lines) - Refactor stop hook: remove parseStateFile, s...
[ "plugins/ralph-reviewed/commands/cancel-ralph.md", "plugins/ralph-reviewed/commands/ralph-loop.md", "plugins/ralph-reviewed/hooks/ralph-reviewed-stop-hook.ts" ]
[ "plugins/ralph-reviewed/QA.md" ]
[ "commands", "hooks" ]
4
3
false
0.75
feat
regex
feat
0xBigBoss/claude-code
0b6d3278
2026-03-21
2026-03-21T15:12:05-05:00
Allen
feat(ralph-reviewed)!: v2.0.0 — rl CLI, state migration, rl done completion Major rewrite of the ralph-reviewed plugin: State migration: - State moved from .claude/ralph-loop.local.md (YAML) to .rl/state.json (JSON) - Prompt stored separately in .rl/prompt.md - Structured event log at .rl/log.jsonl - .rl/ auto-added ...
[ ".claude-plugin/marketplace.json", "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/commands/cancel-ralph.md", "plugins/ralph-reviewed/commands/help.md", "plugins/ralph-reviewed/commands/ralph-loop.md", "plugins/ralph-reviewed/hooks/ralph-reviewed-stop-hook.ts" ]
[ ".gitignore", "plugins/ralph-reviewed/README.md", "plugins/ralph-reviewed/scripts/rl", "commands/ralph.md", "commands/ralphoff.md", "settings/settings.json" ]
[ ".claude-plugin", "commands", "hooks" ]
12
6
false
0.5
feat
regex
feat
0xBigBoss/claude-code
664ccd82
2026-03-20
2026-03-20T13:59:53-05:00
Allen
feat(codex-reviewer): increase default max review cycles from 20 to 30 Bump the default --max-cycles value by 50% to allow more review iterations before auto-approve, matching real-world usage patterns.
[ "plugins/codex-reviewer/commands/review.md", "plugins/codex-reviewer/hooks/codex-reviewer-stop-hook.ts" ]
[]
[ "commands", "hooks" ]
2
2
true
1
feat
regex
feat
0xBigBoss/claude-code
66b1293b
2026-03-17
2026-03-17T15:38:08-05:00
Allen
feat(plugins): double default iteration and review cycle limits Ralph and Codex reviewer plugins defaulted to too few cycles, causing loops to hit caps before completing complex tasks. - ralph command: 15→30 max-iterations, 10→20 max-reviews - ralph-loop plugin: 50→30 max-iterations (aligned with ralph command) - cod...
[ "plugins/codex-reviewer/commands/review.md", "plugins/codex-reviewer/hooks/codex-reviewer-stop-hook.ts", "plugins/ralph-reviewed/commands/ralph-loop.md" ]
[ "commands/ralph.md" ]
[ "commands", "hooks" ]
4
3
false
0.75
feat
regex
feat
0xBigBoss/claude-code
b7813c4c
2026-03-01
2026-03-01T14:05:45-06:00
Big Boss
refactor(ralph-reviewed): trim help.md from 93 to 62 lines Remove Best Practices (duplicates ralphoff.md), Example Task Structure (shows <promise> tags users don't write), and Review Gate section (duplicates How It Works).
[ "plugins/ralph-reviewed/commands/help.md" ]
[]
[ "commands" ]
1
1
true
1
refactor
regex
refactor
0xBigBoss/claude-code
f7c1805f
2026-03-01
2026-03-01T14:05:20-06:00
Big Boss
fix(ralph-reviewed): clean up /tmp codex output files, remove dead state body - Delete /tmp/codex-review-output-*.txt after reading (was leaking) - Remove human-readable markdown body from serializeState (never read) - Fix debug log path in ralph-loop.md to match actual location (~/.claude/ralphs/{session_id}/debug....
[ "plugins/ralph-reviewed/commands/ralph-loop.md", "plugins/ralph-reviewed/hooks/ralph-reviewed-stop-hook.ts" ]
[]
[ "commands", "hooks" ]
2
2
true
1
fix
regex
fix
0xBigBoss/claude-code
c474a6ed
2026-03-01
2026-03-01T14:03:56-06:00
Big Boss
refactor(ralph-reviewed): trim ralph-loop.md from 130 to 95 lines - Remove human-readable body from state file template (only YAML frontmatter is read by the stop hook) - Collapse 8-line Completion Promise Requirement + 19-line BLOCKED Escape Condition into 2-line "Completion and Escape" section - Keep all setup m...
[ "plugins/ralph-reviewed/commands/ralph-loop.md" ]
[]
[ "commands" ]
1
1
true
1
refactor
regex
refactor
0xBigBoss/claude-code
759d722b
2026-02-08
2026-02-08T12:00:12+00:00
Allen
feat: standardize runtime settings and skill sync
[ "plugins/codex-reviewer/hooks/codex-reviewer-stop-hook.ts", "plugins/ralph-reviewed/hooks/ralph-reviewed-stop-hook.ts" ]
[ "README.md", "install.sh", "plugins/ralph-reviewed/README.md", "scripts/README.md", "scripts/install-symlinks.sh", "scripts/setup-usage-tracking.py", "scripts/sync-skills-to-codex.sh", "settings/settings.json" ]
[ "hooks" ]
10
2
false
0.2
feat
regex
feat
0xBigBoss/claude-code
d554790a
2026-01-27
2026-01-27T21:51:28-06:00
Big Boss
chore: remove codex-handoff plugin Replaced by the /codex skill which provides the same functionality.
[ ".claude-plugin/marketplace.json" ]
[ "settings/settings.json" ]
[ ".claude-plugin" ]
2
1
false
0.5
chore
regex
chore
0xBigBoss/claude-code
cb58801b
2026-01-25
2026-01-25T22:15:47+00:00
Allen
refactor: centralize Codex CLI configuration for plugins - Add codex.json symlink to install.sh for shared plugin config - Update codex-handoff, codex-reviewer, ralph-reviewed hooks to use centralized configuration instead of inline defaults
[ "plugins/codex-reviewer/hooks/codex-reviewer-stop-hook.ts", "plugins/ralph-reviewed/hooks/ralph-reviewed-stop-hook.ts" ]
[ "install.sh", "plugins/codex-handoff/hooks/codex-handoff-stop-hook.ts" ]
[ "hooks" ]
4
2
false
0.5
refactor
regex
refactor
0xBigBoss/claude-code
ad8f95f0
2026-01-09
2026-01-09T05:23:11+00:00
Allen
feat(plugins): add codex-handoff plugin One-shot handoff gate that triggers Codex CLI on exit: - Generates handoff context via /handoff skill - Calls Codex to process handoff on session exit - Feeds Codex output back to Claude as blocked feedback - Session resumes with Codex context Unlike codex-reviewer, this is a s...
[ ".claude-plugin/marketplace.json" ]
[ "plugins/codex-handoff/.claude-plugin/plugin.json", "plugins/codex-handoff/commands/cancel.md", "plugins/codex-handoff/commands/handoff.md", "plugins/codex-handoff/hooks/codex-handoff-stop-hook.ts", "plugins/codex-handoff/hooks/hooks.json" ]
[ ".claude-plugin" ]
6
1
false
0.1667
feat
regex
feat
0xBigBoss/claude-code
5247b194
2026-01-09
2026-01-09T05:04:12+00:00
Allen
fix(plugins): remove explicit hooks field to fix duplicate hooks error Claude Code now auto-loads hooks/hooks.json from plugin directories, so explicit declaration causes duplicate loading. Also adds enabledPlugins to settings template. - ralph-reviewed: 1.8.7 → 1.8.8 - codex-reviewer: 1.6.8 → 1.6.9 Co-Authored-By: ...
[ ".claude-plugin/marketplace.json", "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/ralph-reviewed/.claude-plugin/plugin.json" ]
[ "settings/settings.json" ]
[ ".claude-plugin" ]
4
3
false
0.75
fix
regex
fix
0xBigBoss/claude-code
4c38d934
2026-01-08
2026-01-08T15:56:39-06:00
Big Boss
fix(plugins): harden stop hooks and avoid dedupe
[ ".claude-plugin/marketplace.json", "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/hooks/codex-reviewer-stop-hook.ts", "plugins/codex-reviewer/hooks/hooks.json", "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/hooks/hooks.json", "plugins/ralph-re...
[]
[ ".claude-plugin", "hooks", "hooks.json" ]
7
7
true
1
fix
regex
fix
0xBigBoss/claude-code
1fff4fc3
2026-01-08
2026-01-08T20:26:12+00:00
Allen
fix(plugins): move hooks to separate hooks.json files Claude Code auto-loads hooks/hooks.json by convention. Inline hooks in plugin.json were not being loaded, causing Stop hooks to never trigger. - codex-reviewer: 1.6.5 → 1.6.6 - ralph-reviewed: 1.8.4 → 1.8.5 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
[ ".claude-plugin/marketplace.json", "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/hooks/hooks.json", "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/hooks/hooks.json" ]
[]
[ ".claude-plugin", "hooks", "hooks.json" ]
5
5
true
1
fix
regex
fix
0xBigBoss/claude-code
2bb0c0eb
2026-01-08
2026-01-08T13:39:37-06:00
Big Boss
fix: sync marketplace.json versions with plugin manifests Marketplace UI reads from marketplace.json while installations use individual plugin.json files. Updated marketplace.json to match: - ralph-reviewed: 1.8.1 → 1.8.4 - codex-reviewer: 1.6.2 → 1.6.5 Added docs on keeping both files in sync when publishing updates...
[ ".claude-plugin/marketplace.json" ]
[ "CLAUDE.local.md" ]
[ ".claude-plugin" ]
2
1
false
0.5
fix
regex
fix
0xBigBoss/claude-code
57f87f63
2026-01-07
2026-01-07T23:05:52-06:00
Big Boss
fix(plugins): stop outputting approve when no active gate When codex-reviewer has no active review gate, it was outputting {"decision": "approve"} which could override other plugin hooks' block decisions. Now it exits silently (no output) to let other hooks like ralph-reviewed make the decision. Also bumps versions: ...
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/hooks/stop-hook.ts", "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ ".claude-plugin", "hooks" ]
4
4
true
1
fix
regex
fix
0xBigBoss/claude-code
09ffd9c4
2026-01-07
2026-01-07T20:47:41-06:00
Big Boss
fix(plugins): update hooks format for Claude Code 2.1.1 Claude Code 2.1.1 changed the hook schema to require nested structure: - Stop hooks now need `"hooks": [{ "hooks": [...] }]` wrapper - Bump versions: codex-reviewer 1.6.3, ralph-reviewed 1.8.2
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/ralph-reviewed/.claude-plugin/plugin.json" ]
[]
[ ".claude-plugin" ]
2
2
true
1
fix
regex
fix
0xBigBoss/claude-code
bf18318f
2026-01-07
2026-01-07T20:45:53-06:00
Big Boss
fix(plugins): add commands field to plugin.json for command discovery Both codex-reviewer and ralph-reviewed plugins were missing the "commands" field, preventing their slash commands from appearing in the /plugin:command format.
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/ralph-reviewed/.claude-plugin/plugin.json" ]
[]
[ ".claude-plugin" ]
2
2
true
1
fix
regex
fix
0xBigBoss/claude-code
de33fe1c
2026-01-07
2026-01-07T17:30:31-06:00
Big Boss
fix(plugins): consolidate marketplace structure and fix hooks nesting - Delete nested plugins/.claude-plugin/marketplace.json (was causing load failures) - Add codex-reviewer to root marketplace.json - Sync plugin versions in marketplace - Fix codex-reviewer double-nested hooks structure (same fix as ralph-reviewed)
[ ".claude-plugin/marketplace.json", "plugins/codex-reviewer/.claude-plugin/plugin.json" ]
[]
[ ".claude-plugin" ]
2
2
true
1
fix
regex
fix
0xBigBoss/claude-code
56164742
2026-01-07
2026-01-07T17:09:52-06:00
Big Boss
fix(ralph-reviewed): remove double-nested hooks structure in plugin.json The hooks configuration had an extra wrapper object causing Claude Code to silently ignore the stop hook registration. This prevented the v1.8.0 hook from running entirely.
[ "plugins/ralph-reviewed/.claude-plugin/plugin.json" ]
[]
[ ".claude-plugin" ]
1
1
true
1
fix
regex
fix
0xBigBoss/claude-code
74c9cb41
2026-01-07
2026-01-07T13:07:31-06:00
Big Boss
fix(commands,codex-reviewer): ensure multi-step skills complete all steps - Remove clipboard copy from handoff/ralphoff (hooks automate prompt passing) - Add MANDATORY step markers with CRITICAL warnings for continuation - Fix stop-hook to find state files in submodules by walking git hierarchy - Check ACTIVE status w...
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/commands/review.md", "plugins/codex-reviewer/hooks/stop-hook.ts" ]
[ "commands/handoff.md", "commands/ralph.md", "commands/ralphoff.md" ]
[ ".claude-plugin", "commands", "hooks" ]
6
3
false
0.5
fix
regex
fix
0xBigBoss/claude-code
60f5ff0c
2026-01-06
2026-01-06T12:16:15-06:00
Big Boss
fix(statusline,codex-reviewer): update max_review_cycles default to 10 Align all default values with the new 10-cycle default set in the codex-reviewer command. Updates struct defaults, test assertions, documentation examples, and fallback values.
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/hooks/stop-hook.ts" ]
[ "statusline/CLAUDE.md", "statusline/src/main.zig" ]
[ ".claude-plugin", "hooks" ]
4
2
false
0.5
fix
regex
fix
0xBigBoss/claude-code
bc9aca89
2026-01-06
2026-01-06T11:59:08-06:00
Big Boss
fix(codex-reviewer): increase default max-cycles from 5 to 10 Allow more review iterations by default to catch issues that may require multiple passes to resolve.
[ "plugins/codex-reviewer/commands/review.md" ]
[]
[ "commands" ]
1
1
true
1
fix
regex
fix
0xBigBoss/claude-code
eb01ad25
2026-01-05
2026-01-05T12:18:32-06:00
Big Boss
fix(plugins): handle git submodules in state file lookup getGitRoot() now walks up through submodule hierarchy using git rev-parse --show-superproject-working-tree to find the true root repo. Fixes issue where state files were not found when Claude cd'd into a submodule. - ralph-reviewed: v1.7.0 → v1.8.0 - codex-revi...
[ "plugins/codex-reviewer/hooks/stop-hook.ts", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ "hooks" ]
2
2
true
1
fix
regex
fix
0xBigBoss/claude-code
7235762c
2026-01-03
2026-01-03T08:23:18-06:00
Big Boss
feat(codex-reviewer): add --max-cycles argument for review command Add support for customizing max review cycles via command argument: - `/codex-reviewer:review "focus" --max-cycles N` - Defaults to 5 if not specified - Matches ralph-loop argument style (description first, flags after) Also fixes null task_descriptio...
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/commands/review.md", "plugins/codex-reviewer/hooks/stop-hook.ts" ]
[]
[ ".claude-plugin", "commands", "hooks" ]
3
3
true
1
feat
regex
feat
0xBigBoss/claude-code
1ae264e4
2026-01-02
2026-01-02T23:34:50-06:00
Big Boss
feat(codex-reviewer): read handoff file at review time instead of embedding content - Hook now reads from handoff_path at review time (latest content) - Falls back to embedded task_description for backwards compatibility - State file stores handoff path instead of full content - Claude can update handoff between revie...
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/commands/review.md", "plugins/codex-reviewer/hooks/stop-hook.ts" ]
[]
[ ".claude-plugin", "commands", "hooks" ]
3
3
true
1
feat
regex
feat
0xBigBoss/claude-code
158302a4
2026-01-02
2026-01-02T22:32:09-06:00
Big Boss
fix(codex-reviewer): add strict output requirements to prevent malformed responses Codex sometimes outputs partial responses like "Checked working directory" instead of the required <review>APPROVE/REJECT</review> verdict tags. Changes: - Add CRITICAL output requirement section at top of prompt - Include explicit ant...
[ "plugins/codex-reviewer/hooks/stop-hook.ts" ]
[ ".claude/skills/codex-reviewer/SKILL.md" ]
[ "hooks" ]
2
1
false
0.5
fix
regex
fix
0xBigBoss/claude-code
d90637e7
2026-01-02
2026-01-02T14:48:33-06:00
Big Boss
feat(hooks): add systemMessage output on review gate approval When Codex approves, stop hooks now output a systemMessage that Claude Code displays to the user. This provides visibility into what happened (approval status, reviewer notes, iteration counts) instead of silent exit. Changes: - codex-reviewer: Show approv...
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/hooks/stop-hook.ts", "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ ".claude-plugin", "hooks" ]
4
4
true
1
feat
regex
feat
0xBigBoss/claude-code
91d51ccb
2026-01-02
2026-01-02T10:38:55-06:00
Big Boss
feat(codex-reviewer): add custom review focus support /codex-reviewer:review "focus on security" now passes custom focus to the handoff generation instead of using the default.
[ "plugins/codex-reviewer/commands/review.md" ]
[]
[ "commands" ]
1
1
true
1
feat
regex
feat
0xBigBoss/claude-code
a86067d8
2026-01-02
2026-01-02T09:58:18-06:00
Big Boss
fix(codex-reviewer): prevent review count reset on re-invocation - Add Step 0 guard in review.md to check for existing active gate - If gate already active, tell Claude to just exit instead of recreating - Update stop-hook feedback to explicitly warn against calling skill again - Bump version to 1.3.0
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/commands/review.md", "plugins/codex-reviewer/hooks/stop-hook.ts" ]
[ "plugins/.claude-plugin/marketplace.json" ]
[ ".claude-plugin", "commands", "hooks" ]
4
3
false
0.75
fix
regex
fix
0xBigBoss/claude-code
7aaaa339
2026-01-01
2026-01-01T22:58:24-06:00
Big Boss
fix: require git repo for Codex review with clear error message Both codex-reviewer and ralph-reviewed now check for git repo before calling Codex and provide actionable error messages instead of the cryptic "Codex exited with status 1" from untrusted directory errors.
[ "plugins/codex-reviewer/hooks/stop-hook.ts", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ "hooks" ]
2
2
true
1
fix
regex
fix
0xBigBoss/claude-code
fc606ca7
2026-01-01
2026-01-01T22:16:43-06:00
Big Boss
fix: increase review hook buffer and bump versions
[ "plugins/codex-reviewer/hooks/stop-hook.ts", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ "hooks" ]
2
2
true
1
fix
regex
fix
0xBigBoss/claude-code
94eaccc4
2026-01-01
2026-01-01T21:26:59-06:00
Big Boss
feat(codex-reviewer): use /handoff for rich review context The review command now invokes /handoff before creating the state file, giving Codex rich context about the work instead of a basic summary. Changes: - Restructure review.md into 3 steps: generate handoff, create state, exit - Add YAML frontmatter with descri...
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/commands/review.md" ]
[]
[ ".claude-plugin", "commands" ]
2
2
true
1
feat
regex
feat
0xBigBoss/claude-code
7d2e7826
2026-01-01
2026-01-01T11:37:52-06:00
Big Boss
chore(codex-reviewer): bump version to 1.1.1
[ "plugins/codex-reviewer/.claude-plugin/plugin.json" ]
[]
[ ".claude-plugin" ]
1
1
true
1
chore
regex
chore
0xBigBoss/claude-code
62848692
2026-01-01
2026-01-01T11:33:22-06:00
Big Boss
feat(statusline): add Codex review cycle tracking Display Codex review gate status in statusline alongside Ralph loop. Changes: - Add CodexReviewState struct to parse .claude/codex-review.local.md - Display review cycle as 🔎 N/M (distinct from Ralph's 🔍) - Move progressColor() to shared function for both Ralph and ...
[ "plugins/codex-reviewer/commands/review.md" ]
[ "statusline/CLAUDE.md", "statusline/src/main.zig" ]
[ "commands" ]
3
1
false
0.3333
feat
regex
feat
0xBigBoss/claude-code
953ba004
2026-01-01
2026-01-01T09:05:52-06:00
Big Boss
chore(ralph-reviewed): bump version to 1.5.0
[ "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ ".claude-plugin", "hooks" ]
2
2
true
1
chore
regex
chore
0xBigBoss/claude-code
0c791696
2026-01-01
2026-01-01T08:11:36-06:00
Big Boss
feat(ralph-reviewed): default --max-reviews to --max-iterations Simplify configuration by having --max-reviews default to the --max-iterations value when not explicitly specified, rather than a hardcoded value of 5.
[ "plugins/ralph-reviewed/commands/help.md", "plugins/ralph-reviewed/commands/ralph-loop.md", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[ "plugins/ralph-reviewed/README.md" ]
[ "commands", "hooks" ]
4
3
false
0.75
feat
regex
feat
0xBigBoss/claude-code
c103c08a
2025-12-31
2025-12-31T22:19:58-06:00
Big Boss
feat(plugins): add codex-reviewer strict code review gate Implement Codex-powered review gate plugin with fail-closed behavior: - Stop hook with 1800s timeout to bypass Bash tool limits - Strict gate: all errors block, requires explicit /cancel to escape - Timeout clamping to [60s, 1680s] for safe hook execution - Sta...
[ "plugins/codex-reviewer/.claude-plugin/plugin.json", "plugins/codex-reviewer/commands/cancel.md", "plugins/codex-reviewer/commands/review.md", "plugins/codex-reviewer/hooks/stop-hook.ts" ]
[]
[ ".claude-plugin", "commands", "hooks" ]
4
4
true
1
feat
regex
feat
0xBigBoss/claude-code
51e9f150
2025-12-29
2025-12-29T17:55:36-06:00
Big Boss
chore(ralph-reviewed): bump version to 1.4.0 Release includes: - BLOCKED escape signal for early termination without Codex review
[ "plugins/ralph-reviewed/.claude-plugin/plugin.json" ]
[]
[ ".claude-plugin" ]
1
1
true
1
chore
regex
chore
0xBigBoss/claude-code
5440e8cf
2025-12-29
2025-12-29T17:06:23-06:00
Big Boss
feat(ralph-reviewed): add BLOCKED escape signal for early termination Add built-in support for <promise>BLOCKED</promise> as a special termination signal that exits the loop without triggering Codex review. Use case: when Claude is genuinely blocked by external issues (missing deps, pre-existing bugs, infra problems)...
[ "plugins/ralph-reviewed/commands/ralph-loop.md", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[ "plugins/ralph-reviewed/README.md" ]
[ "commands", "hooks" ]
3
2
false
0.6667
feat
regex
feat
0xBigBoss/claude-code
7466879a
2025-12-28
2025-12-28T23:22:36-06:00
Big Boss
fix(ralph-reviewed): preserve issue IDs across review cycles Instruct Codex to continue issue numbering from previous cycles instead of restarting at ISSUE-1. This prevents confusion when resolved issues and new issues share the same ID.
[ "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ ".claude-plugin", "hooks" ]
2
2
true
1
fix
regex
fix
0xBigBoss/claude-code
df0e9afe
2025-12-28
2025-12-28T23:21:59-06:00
Big Boss
feat(ralph-reviewed): add configurable timeout for Codex reviews - Add `timeout_seconds` config option (default: 1200 = 20 min) - Document timeout configuration in README - Add note about unique issue IDs across review cycles
[ "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[ "plugins/ralph-reviewed/README.md" ]
[ "hooks" ]
2
1
false
0.5
feat
regex
feat
0xBigBoss/claude-code
5de99c9f
2025-12-28
2025-12-28T22:46:49-06:00
Big Boss
feat(ralph-reviewed): add user config for Codex CLI arguments Add ~/.claude/ralphs/config.json for configuring Codex reviewer behavior: - sandbox: read-only, workspace-write, danger-full-access - approval_policy: untrusted, on-failure, on-request, never - bypass_sandbox: skip sandbox entirely for full tooling access -...
[ "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[ "plugins/ralph-reviewed/README.md" ]
[ ".claude-plugin", "hooks" ]
3
2
false
0.6667
feat
regex
feat
0xBigBoss/claude-code
161561b0
2025-12-28
2025-12-28T22:09:58-06:00
Big Boss
chore(ralph-reviewed): bump default max reviews to 5
[ "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/commands/ralph-loop.md", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ ".claude-plugin", "commands", "hooks" ]
3
3
true
1
chore
regex
chore
0xBigBoss/claude-code
966dc397
2025-12-28
2025-12-28T21:41:00-06:00
Big Boss
fix(ralph-reviewed): robust parsing for Codex review output - Parse verdict from END of output to avoid matching echoed examples - Auto-approve with warning when REJECT has no parseable issues - Add schema normalization for review_history backward compatibility - Fix multi-line description regex using [\s\S]+? pattern
[ "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ ".claude-plugin", "hooks" ]
2
2
true
1
fix
regex
fix
0xBigBoss/claude-code
033b6432
2025-12-28
2025-12-28T21:31:43-06:00
Big Boss
feat(ralph-reviewed): add thorough review format with tagged issues Replace minimal review prompt with comprehensive issue tracking: - Add ReviewIssue interface with id, severity (critical/major/minor), description - Add ResolvedIssue interface for tracking verified fixes across cycles - Add ReviewHistoryEntry with i...
[ "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ "hooks" ]
1
1
true
1
feat
regex
feat
0xBigBoss/claude-code
09b237f6
2025-12-28
2025-12-28T11:05:10-06:00
Big Boss
chore(ralph-reviewed): bump version to 1.1.0 Bump plugin version to force cache invalidation after recent fixes: - Version tracking (HOOK_BUILD) - Log location moved to ~/.claude/ralphs/ - Read-only sandbox - State file cleanup fixes Claude Code caches plugins by version, so bumping ensures new code is used.
[ "plugins/ralph-reviewed/.claude-plugin/plugin.json" ]
[]
[ ".claude-plugin" ]
1
1
true
1
chore
regex
chore
0xBigBoss/claude-code
cd4702cb
2025-12-28
2025-12-28T10:53:58-06:00
Big Boss
feat(ralph-reviewed): add version tracking and move logs to ~/.claude/ralphs - Add HOOK_VERSION and HOOK_BUILD constants for diagnosing cached code - Move all logs to ~/.claude/ralphs/{session_id}/ for easier debugging: - crash.log - diagnostic/crash logs - debug.log - debug logs (when enabled) - Pre-session logs ...
[ "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ "hooks" ]
1
1
true
1
feat
regex
feat
0xBigBoss/claude-code
1403ca8f
2025-12-28
2025-12-28T10:16:06-06:00
Big Boss
fix(ralph-reviewed): use git repo root for state file State file now stored at git repository root instead of cwd to survive directory changes within the repo. Outside of git repos, falls back to cwd with documented limitation. Changes: - stop-hook.ts: Add getGitRoot() and getStateFilePath() utilities - ralph-loop.md...
[ "plugins/ralph-reviewed/commands/cancel-ralph.md", "plugins/ralph-reviewed/commands/ralph-loop.md", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[ "plugins/ralph-reviewed/README.md" ]
[ "commands", "hooks" ]
4
3
false
0.75
fix
regex
fix
0xBigBoss/claude-code
0ff0fa2c
2025-12-28
2025-12-28T10:08:13-06:00
Big Boss
fix(ralph-reviewed): use read-only sandbox instead of bypass Replace --dangerously-bypass-approvals-and-sandbox with safer options: - --sandbox read-only: No filesystem writes, no network access - approval_policy="never": Non-interactive mode The Codex output file mechanism works outside the sandbox, so review result...
[ "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ "hooks" ]
1
1
true
1
fix
regex
fix
0xBigBoss/claude-code
89b9567c
2025-12-28
2025-12-28T00:33:47-06:00
Big Boss
fix(ralph-reviewed): clean up state file in all error paths The previous fix only cleaned up state files on successful exit paths. This caused the loop to re-trigger if the hook crashed or threw errors. Now cleans up .claude/ralph-loop.local.md at all exit points: - Corrupt state file (parse failure) - Inactive loop ...
[ "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ "hooks" ]
1
1
true
1
fix
regex
fix
0xBigBoss/claude-code
310c6b58
2025-12-27
2025-12-27T23:47:12-06:00
Big Boss
fix(ralph-reviewed): clean up state file when loop completes The stop hook was not deleting the state file when allowing exit, causing the loop to re-trigger on subsequent assistant turns even after work was complete. Now cleans up .claude/ralph-loop.local.md at all exit points: - Max iterations reached - Reviews dis...
[ "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ "hooks" ]
1
1
true
1
fix
regex
fix
0xBigBoss/claude-code
9c5dc705
2025-12-27
2025-12-27T23:12:00-06:00
Big Boss
fix(ralph-reviewed): add crash reporting and increase hook timeout - Add session-specific crash logs to /tmp/ralph-reviewed-crash-{session_id}.log - Log all key execution points: startup, stdin parsing, state file checks, Codex calls - Add global exception handlers for uncaught errors and unhandled rejections - Increa...
[ "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[]
[ ".claude-plugin", "hooks" ]
2
2
true
1
fix
regex
fix
0xBigBoss/claude-code
3249b10b
2025-12-27
2025-12-27T22:26:17-06:00
Big Boss
feat(plugins): add ralph-reviewed plugin with Codex review gates Fork of ralph-wiggum that adds a review phase using Codex CLI. When Claude claims completion, Codex reviews the work before allowing the loop to exit. Features: - Review gate at completion claims (APPROVE/REJECT) - Configurable max review cycles (defaul...
[ ".claude-plugin/marketplace.json", "plugins/ralph-reviewed/.claude-plugin/plugin.json", "plugins/ralph-reviewed/commands/cancel-ralph.md", "plugins/ralph-reviewed/commands/help.md", "plugins/ralph-reviewed/commands/ralph-loop.md", "plugins/ralph-reviewed/hooks/stop-hook.ts" ]
[ "plugins/ralph-reviewed/README.md", "plugins/ralph-reviewed/prompts/review-prompt.md", "plugins/ralph-reviewed/scripts/review-with-codex.sh" ]
[ ".claude-plugin", "commands", "hooks" ]
9
6
false
0.6667
feat
regex
feat
0xIntuition/agent-skills
57f045b5
2026-03-09
2026-03-09T12:18:56-04:00
jp
fix: require all pin mutation fields with empty string defaults (#4) Hasura's request transformation template references every field in pinThing/pinPerson/pinOrganization mutations. Omitting any field — even those marked nullable in the GraphQL schema — causes "Request Transformation Failed" errors. Updates schemas.m...
[ "skills/intuition/reference/schemas.md" ]
[]
[ "skills" ]
1
1
true
1
fix
regex
fix
0xIntuition/agent-skills
4c9ae766
2026-03-04
2026-03-04T10:09:41-05:00
jonathanprozzi
fix: wording — canonical predicates are any non-TextObject type, not just Thing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
[ "skills/intuition/reference/graphql-queries.md" ]
[]
[ "skills" ]
1
1
true
1
fix
regex
fix
0xIntuition/agent-skills
83ed62a5
2026-03-03
2026-03-03T16:10:20-05:00
jonathanprozzi
fix: order PredicateUsage query by usage count, add type field Replace triples-based distinct_on approach (which required ordering by predicate_id due to Hasura constraints) with atoms-based query that orders by as_predicate_triples_aggregate count descending. Adds type field to output so agents can distinguish canon...
[ "skills/intuition/reference/graphql-queries.md" ]
[]
[ "skills" ]
1
1
true
1
fix
regex
fix
0xIntuition/agent-skills
9fcd2a3c
2026-03-03
2026-03-03T09:59:20-05:00
jonathanprozzi
chore: bump skill version to 0.2.0 Additive improvements from live agent testing: - Read/write path branching in How to Use - Graph analysis queries (predicate counts, clusters, orphans) - Counter-triple consensus query pattern - Atom encoding decision tree clarification - Graph landscape context - Mainnet vs testnet ...
[ "skills/intuition/SKILL.md" ]
[]
[ "skills" ]
1
1
true
1
chore
regex
chore
0xIntuition/agent-skills
5096223a
2026-03-03
2026-03-03T09:29:07-05:00
jonathanprozzi
docs: add mainnet vs testnet behavioral differences New "Network Characteristics" table in SKILL.md documenting how the networks differ beyond addresses: economic signal, agent infrastructure, curation quality, and contested claims. Helps agents choose the right network for their task — testnet for dev/testing, mainn...
[ "skills/intuition/SKILL.md" ]
[]
[ "skills" ]
1
1
true
1
docs
regex
feat
0xIntuition/agent-skills
172bd4cd
2026-03-03
2026-03-03T09:23:46-05:00
jonathanprozzi
docs: add graph landscape context to graphql-queries Brief section describing what the knowledge graph looks like: scale, tag dominance (80%), atom type distribution, power-law staking, duplicate atom behavior, and predicate vocabulary scarcity. Gives agents factual context for forming exploration strategies without ...
[ "skills/intuition/reference/graphql-queries.md" ]
[]
[ "skills" ]
1
1
true
1
docs
regex
feat
0xIntuition/agent-skills
9b8d45c8
2026-03-03
2026-03-03T09:08:48-05:00
jonathanprozzi
docs: add counter-triple consensus query pattern New "Triple Consensus" traversal pattern in graphql-queries.md showing how to compare triple vs counter-triple vault staking to assess agreement/disagreement on a claim. Essential for verification agents that need to find unchallenged claims (many FOR positions, zero A...
[ "skills/intuition/reference/graphql-queries.md" ]
[]
[ "skills" ]
1
1
true
1
docs
regex
feat
0xIntuition/agent-skills
3aaf4639
2026-03-03
2026-03-03T09:08:24-05:00
jonathanprozzi
docs: add graph analysis queries for autonomous exploration New "Graph Analysis Queries" section in graphql-queries.md: - Predicate usage counts with reuse guidance - Atom type distribution (aggregate by type) - Tag cluster analysis (find enrichment targets) - Orphaned atom discovery (atoms with positions but no tripl...
[ "skills/intuition/reference/graphql-queries.md" ]
[]
[ "skills" ]
1
1
true
1
docs
regex
feat
0xIntuition/agent-skills
ce192b2f
2026-03-03
2026-03-03T09:06:42-05:00
jonathanprozzi
docs: restructure How to Use with read/write path branching Split the linear 8-step procedure into two clear paths: - Path A (read-only): go straight to graphql-queries.md, no session setup - Path B (writes): full session setup, load operation files, simulate, output JSON - Transitioning section for moving from discov...
[ "skills/intuition/SKILL.md" ]
[]
[ "skills" ]
1
1
true
1
docs
regex
fix
0xIntuition/agent-skills
c615b8d3
2026-03-04
2026-03-04T09:59:21-05:00
jonathanprozzi
fix: align workflows.md with always-pin policy, broaden type guidance workflows.md: Replace all plain-string encoding (stringToHex("label")) with IPFS pin flow. Replace hardcoded predicate/object atom IDs with FindPredicate GraphQL lookup. Every workflow now follows the canonical "pin everything except CAIP-10" policy...
[ "skills/intuition/SKILL.md", "skills/intuition/reference/workflows.md" ]
[]
[ "skills" ]
2
2
true
1
fix
regex
fix
0xIntuition/agent-skills
f8a95e73
2026-03-03
2026-03-03T16:10:34-05:00
jonathanprozzi
fix: FindPredicate query — include TextObject results with interpretation guidance Remove hard _neq TextObject filter that could miss predicates existing only as legacy plain-string atoms. Now returns all atom types, ordered by usage count descending. Adds three-case interpretation guidance: - Non-TextObject exists →...
[ "skills/intuition/SKILL.md" ]
[]
[ "skills" ]
1
1
true
1
fix
regex
fix
0xIntuition/agent-skills
8ba46e9f
2026-03-03
2026-03-03T15:18:00-05:00
jonathanprozzi
fix: always pin atoms to IPFS, remove plain string encoding path Portal research + on-chain evidence confirms all canonical atoms are IPFS-pinned (type: Thing). Plain string atoms (type: TextObject) are legacy duplicates with negligible usage — e.g., pinned "is" has 429 triples vs plain string "is" with 3. Changes: -...
[ "skills/intuition/SKILL.md", "skills/intuition/operations/create-atoms.md", "skills/intuition/reference/schemas.md" ]
[]
[ "skills" ]
3
3
true
1
fix
regex
fix
0xIntuition/agent-skills
746dd1bd
2026-02-27
2026-02-27T16:23:22-05:00
jonathanprozzi
test: add encoding-path validation prompts and clarify atom encoding guidance
[ "skills/intuition/SKILL.md" ]
[ "tests/prompts/b1-validation-prompts.md" ]
[ "skills" ]
2
1
false
0.5
test
regex
test
0xIntuition/agent-skills
3eea3fc5
2026-02-26
2026-02-26T21:13:46-05:00
jonathanprozzi
docs: add ipfs pinning schemas and wire create-atoms flow
[ "skills/intuition/SKILL.md", "skills/intuition/operations/create-atoms.md", "skills/intuition/reference/graphql-queries.md", "skills/intuition/reference/schemas.md" ]
[]
[ "skills" ]
4
4
true
1
docs
regex
feat
0xIntuition/agent-skills
3a9313fe
2026-02-26
2026-02-26T09:44:07-05:00
jonathanprozzi
test: add graphql prompt suites and fix search_term docs
[ "skills/intuition/reference/graphql-queries.md" ]
[ "tests/prompts/README.md", "tests/prompts/b1-graphql-prompts.md", "tests/prompts/b2-onchain-integration-prompts.md" ]
[ "skills" ]
4
1
false
0.25
test
regex
test
0xIntuition/agent-skills
9c84eff8
2026-02-25
2026-02-25T23:09:45-05:00
jonathanprozzi
docs: harden graphql read strategy and pre-write revalidation
[ "skills/intuition/SKILL.md", "skills/intuition/reference/graphql-queries.md", "skills/intuition/reference/reading-state.md" ]
[]
[ "skills" ]
3
3
true
1
docs
regex
feat
0xIntuition/agent-skills
acd329aa
2026-02-25
2026-02-25T22:01:04-05:00
jonathanprozzi
docs: harden receiver semantics for deposit and redeem flows
[ "skills/intuition/SKILL.md", "skills/intuition/operations/batch-deposit.md", "skills/intuition/operations/batch-redeem.md", "skills/intuition/operations/deposit.md", "skills/intuition/operations/redeem.md", "skills/intuition/reference/autonomous-policy.md" ]
[]
[ "skills" ]
6
6
true
1
docs
regex
fix
0xIntuition/agent-skills
aedcfefc
2026-02-25
2026-02-25T16:56:45-05:00
jonathanprozzi
docs: enforce JSON output contract for intuition writes
[ "skills/intuition/SKILL.md", "skills/intuition/operations/batch-deposit.md", "skills/intuition/operations/batch-redeem.md", "skills/intuition/operations/create-atoms.md", "skills/intuition/operations/create-triples.md", "skills/intuition/operations/deposit.md", "skills/intuition/operations/redeem.md", ...
[]
[ "skills" ]
8
8
true
1
docs
regex
fix
0xIntuition/agent-skills
440971d4
2026-02-25
2026-02-25T16:10:58-05:00
jonathanprozzi
feat: enforce blocking sign gate with approval-aware validation
[ "skills/intuition/README.md", "skills/intuition/SKILL.md", "skills/intuition/reference/autonomous-policy.md", "skills/intuition/reference/runtime-enforcement.md" ]
[ "scripts/enforce-and-sign.js", "scripts/validate-tx-from-intent.js" ]
[ "skills" ]
6
4
false
0.6667
feat
regex
feat
0xIntuition/agent-skills
25126904
2026-02-25
2026-02-25T16:05:21-05:00
jonathanprozzi
feat: add runtime tx validation and autonomous enforcement docs
[ "skills/intuition/README.md", "skills/intuition/SKILL.md", "skills/intuition/reference/autonomous-policy.example.json", "skills/intuition/reference/autonomous-policy.md", "skills/intuition/reference/runtime-enforcement.md", "skills/intuition/reference/schemas/approval-request.schema.json", "skills/intui...
[ "scripts/validate-tx-from-intent.js" ]
[ "skills" ]
9
8
false
0.8889
feat
regex
feat
0xIntuition/agent-skills
499774d9
2026-02-25
2026-02-25T15:36:24-05:00
jonathanprozzi
feat: add autonomous execution policy with safety gates, use awk for curveId tuple parsing
[ "skills/intuition/README.md", "skills/intuition/reference/autonomous-policy.md", "skills/intuition/reference/reading-state.md" ]
[]
[ "skills" ]
3
3
true
1
feat
regex
feat
0xIntuition/agent-skills
6bc2ed7c
2026-02-25
2026-02-25T15:35:43-05:00
jonathanprozzi
fix: add approval precondition and enum values for delegated receiver
[ "skills/intuition/operations/batch-deposit.md", "skills/intuition/operations/batch-redeem.md", "skills/intuition/operations/deposit.md", "skills/intuition/operations/redeem.md" ]
[]
[ "skills" ]
4
4
true
1
fix
regex
fix
0xIntuition/agent-skills
d23bab0b
2026-02-25
2026-02-25T15:31:28-05:00
jonathanprozzi
fix: correct creation value model and corrects duplicate create behavior
[ "skills/intuition/SKILL.md", "skills/intuition/operations/create-atoms.md", "skills/intuition/operations/create-triples.md", "skills/intuition/reference/simulation.md", "skills/intuition/reference/workflows.md" ]
[]
[ "skills" ]
5
5
true
1
fix
regex
fix
0xIntuition/agent-skills
fc3fcbbb
2026-02-24
2026-02-24T21:01:59-05:00
jonathanprozzi
refactor: workflow cleanup to reduce redundancy
[ "skills/intuition/reference/workflows.md" ]
[]
[ "skills" ]
1
1
true
1
refactor
regex
refactor
0xIntuition/agent-skills
d0e4bc70
2026-02-24
2026-02-24T20:43:45-05:00
jonathanprozzi
refactor: improve agent navigation and session setup references skills/intuition/SKILL.md # procedure step 3 workflow routing skills/intuition/operations/create-atoms.md # Requires line skills/intuition/operations/create-triples.md # Requires line skills/intuition/operations/deposit...
[ "skills/intuition/SKILL.md", "skills/intuition/operations/batch-deposit.md", "skills/intuition/operations/batch-redeem.md", "skills/intuition/operations/create-atoms.md", "skills/intuition/operations/create-triples.md", "skills/intuition/operations/deposit.md", "skills/intuition/operations/redeem.md" ]
[]
[ "skills" ]
7
7
true
1
refactor
regex
refactor
0xIntuition/agent-skills
802a1203
2026-02-24
2026-02-24T17:22:02-05:00
jonathanprozzi
docs: add repo and skill READMEs
[ "skills/intuition/README.md" ]
[ "README.md" ]
[ "skills" ]
2
1
false
0.5
docs
regex
docs
0xIntuition/agent-skills
db0a5708
2026-02-24
2026-02-24T17:21:46-05:00
jonathanprozzi
feat: add reference files for reads, workflows, and simulation
[ "skills/intuition/reference/reading-state.md", "skills/intuition/reference/simulation.md", "skills/intuition/reference/workflows.md" ]
[]
[ "skills" ]
3
3
true
1
feat
regex
feat
0xIntuition/agent-skills
ad8d273a
2026-02-24
2026-02-24T17:21:35-05:00
jonathanprozzi
feat: add write operation runbooks
[ "skills/intuition/operations/batch-deposit.md", "skills/intuition/operations/batch-redeem.md", "skills/intuition/operations/create-atoms.md", "skills/intuition/operations/create-triples.md", "skills/intuition/operations/deposit.md", "skills/intuition/operations/redeem.md" ]
[]
[ "skills" ]
6
6
true
1
feat
regex
feat
0xIntuition/agent-skills
8c5a35c4
2026-02-24
2026-02-24T17:21:11-05:00
jonathanprozzi
feat: add intuition skill orchestration with ABIs and protocol invariants
[ "skills/intuition/SKILL.md" ]
[]
[ "skills" ]
1
1
true
1
feat
regex
feat
0xIntuition/agent-skills
1e921d9a
2026-02-24
2026-02-24T17:20:45-05:00
jonathanprozzi
feat: scaffolds repo with gitignore, marketplace config, and CLAUDE.md
[ ".claude-plugin/marketplace.json" ]
[ ".gitignore", "CLAUDE.md" ]
[ ".claude-plugin" ]
3
1
false
0.3333
feat
regex
feat
0xMH/claude-skillify
e19c7426
2026-04-01
2026-04-01T23:33:26+02:00
Hamza
Initial release of claude-skillify plugin Reimplements the internal-only /skillify bundled skill as a user-installable Claude Code plugin. Analyzes session history and interviews the user to generate structured SKILL.md files.
[ ".claude-plugin/marketplace.json", ".claude-plugin/plugin.json", "skills/skillify/SKILL.md" ]
[ ".gitignore", "LICENSE", "README.md" ]
[ ".claude-plugin", "skills" ]
6
3
false
0.5
feat
llm
feat
0xdesign/design-plugin
931c20c7
2026-01-24
2026-01-24T17:06:57-05:00
0xdesign
chore: bump design-and-refine plugin to v1.1.0 Reflects stable release with: - FeedbackOverlay CSS isolation fix - Button overlap UX improvements - DESIGN_PRINCIPLES.md expansion (~1,700 lines) - Interaction design techniques integration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
[ ".claude-plugin/marketplace.json", "design-and-refine/.claude-plugin/plugin.json" ]
[]
[ ".claude-plugin" ]
2
2
true
1
chore
regex
chore
0xdesign/design-plugin
ab85419c
2026-01-21
2026-01-21T18:51:16-05:00
0xdesign
Integrate interaction design techniques into DESIGN_PRINCIPLES.md Expand Part 4 (Interaction Design) with: - Inferring intent (mousedown preloading, proximity detection) - Interaction metaphors (physical analogies, consistency rules) - Ergonomic interactions (hit area expansion, thumb zones) - Contained gestures (poin...
[ "design-and-refine/skills/design-lab/DESIGN_PRINCIPLES.md" ]
[]
[ "skills" ]
1
1
true
1
docs
llm
feat
0xdesign/design-plugin
e9223cc6
2026-01-20
2026-01-20T16:37:43-05:00
0xdesign
Refactor DESIGN_PRINCIPLES.md with comprehensive updates - Add URL state reflection and destructive action principles - Enhance typography with proper ellipsis, curly quotes, tabular-nums - Add dark mode setup with color-scheme and theme-color meta - Add Content Handling section (truncation, flex children, images) - M...
[ "design-and-refine/skills/design-lab/DESIGN_PRINCIPLES.md" ]
[]
[ "skills" ]
1
1
true
1
docs
llm
feat
0xdesign/design-plugin
879e659d
2026-01-18
2026-01-18T15:11:41-05:00
0xdesign
Fix FeedbackOverlay UX: CSS isolation and button overlap (#2) Two UX fixes: 1. **Contrast Issue**: Textarea text was invisible on some backgrounds - Added CSS isolation with injected <style> element using !important - Uses `all: revert` to reset inherited page styles - Guarantees dark text (#1f2937) on white...
[ "design-and-refine/skills/design-lab/SKILL.md" ]
[ ".gitignore", "design-and-refine/scripts/cleanup-check.sh", "design-and-refine/templates/feedback/FeedbackOverlay.tsx", "design-and-refine/templates/feedback/format-utils.ts", "design-and-refine/templates/feedback/index.ts", "design-and-refine/templates/feedback/selector-utils.ts", "design-and-refine/te...
[ "skills" ]
8
1
false
0.125
fix
llm
fix
0xdesign/design-plugin
b2e4e5f7
2026-01-14
2026-01-14T20:45:55-05:00
0xdesign
design-and-refine v0.1.0
[ ".claude-plugin/marketplace.json", "design-and-refine/.claude-plugin/plugin.json", "design-and-refine/commands/cleanup.md", "design-and-refine/commands/start.md", "design-and-refine/hooks/hooks.json", "design-and-refine/skills/design-lab/DESIGN_PRINCIPLES.md", "design-and-refine/skills/design-lab/SKILL....
[ "design-and-refine/README.md", "design-and-refine/scripts/cleanup-check.sh", "design-and-refine/templates/DESIGN_MEMORY.template.md", "design-and-refine/templates/DESIGN_PLAN.template.md" ]
[ ".claude-plugin", "commands", "hooks", "hooks.json", "skills" ]
11
7
false
0.6364
feat
llm
feat
0xinit/cryptoskills
4b933277
2026-03-09
2026-03-09T12:03:41-08:00
0xinit
feat: add solidity-auditor skill from pashov/skills
[ ".claude-plugin/marketplace.json" ]
[ "skills/solidity-auditor/README.md", "skills/solidity-auditor/SKILL.md", "skills/solidity-auditor/VERSION", "skills/solidity-auditor/assets/docs/README.md", "skills/solidity-auditor/assets/findings/README.md", "skills/solidity-auditor/references/agents/adversarial-reasoning-agent.md", "skills/solidity-a...
[ ".claude-plugin" ]
14
1
false
0.0714
feat
regex
feat
0xinit/cryptoskills
dd492d02
2026-03-09
2026-03-09T10:31:55-08:00
0xinit
feat: add crypto-skill-creator skill
[ ".claude-plugin/marketplace.json" ]
[ "skills/crypto-skill-creator/SKILL.md" ]
[ ".claude-plugin" ]
2
1
false
0.5
feat
regex
feat
0xinit/cryptoskills
1d48c6ba
2026-03-04
2026-03-04T16:01:22-06:00
0xinit
docs: update README with all 95 skills and cryptoskills.dev domain
[ ".claude-plugin/marketplace.json" ]
[ "README.md", "website/.gitignore" ]
[ ".claude-plugin" ]
3
1
false
0.3333
docs
regex
docs
0xinit/cryptoskills
85c0a9dc
2026-03-04
2026-03-04T16:32:09-08:00
0xinit
chore: update marketplace registry with 3 new skills
[ ".claude-plugin/marketplace.json" ]
[ ".gitignore" ]
[ ".claude-plugin" ]
2
1
false
0.5
chore
regex
chore
End of preview. Expand in Data Studio

Agent Plugin Marketplace

Mined data behind On the Maintenance and Co-evolution of Agent Plugins: An Empirical Study of Claude Code Plugin Marketplaces.

This is an observational dataset for empirical software engineering research, not a training corpus. It captures the state of the Claude Code plugin ecosystem on GitHub as of 2 April 2026, covering 1,926 repositories that host a marketplace.json.

Tables

Config Rows Cols Description
commit 77,773 16 Plugin-touching commits, with the Conventional Commits type inferred from the message (ccs_type) and the type after re-classifying docs, ci and style by what the diff does (ccs_type_corrected).
plugin 8,351 20 Valid, locally-resolvable plugins in repositories with at least 10 stars. The study set used throughout the paper.
marketplace 2,018 21 marketplace.json manifests in repositories with at least 10 stars.

Loading

import pandas as pd

df = pd.read_parquet("hf://datasets/AhmedHereiz/AgentPluginMarketplaces/plugin.parquet")

Code

Collection and analysis scripts: https://github.com/SAILResearch/agentic_plugin_marketplace

Downloads last month
40