Plugin Claude Code
Plugin marketplace listing 12 plugins: claude-archivist, timestamp-tracker, imagine, ultrapowers, cleanup.
Plugin Claude Code
Plugin marketplace listing 12 plugins: claude-archivist, timestamp-tracker, imagine, ultrapowers, cleanup.
Instructions file
Claude Code instructions for jaidhyani/jai-cc-plugins, covering claude code plugin marketplace, adding a new plugin, marketplace registration, plugin structure and hooks.
Plugin Claude Code
Think before coding. Scales with complexity: quick exchanges for simple tasks, deep sessions for hard problems.
Skill Claude CodeCodex
This skill should be used when the user asks to 'brainstorm', 'design this', 'think through', 'plan this out', 'what should we build', 'how should this work', 'let's think about', 'explore approaches', or 'before we start'. Also appropriate when beginning tasks with genuine ambiguity: multiple reasonable approaches…
Plugin Claude Code
Self-updating local catalogue of Claude Code features. Subagent fetches docs on version change, answers CC questions from the cache.
Agent
Maintains and queries a local catalogue of Claude Code features. Two modes — sync mode: fetches the changelog and docs, updates feature files, records the new VERSION (invoked by SessionStart hook when catalogue is behind); query mode: answers questions about Claude Code from the cache, verifies against live docs when…
Hook
Runs when a session starts, executing cc-catalogue-check.sh. From jaidhyani/jai-cc-plugins.
Plugin Claude Code
Sync claude.ai web conversations to local markdown files via CDP through any Chromium-based browser.
Command
Sync claude.ai web conversations to local markdown files.
Skill Claude CodeCodex
This skill should be used when the user asks to "sync claude.ai chats", "export claude.ai conversations", "backup my claude web history", "save claude conversations locally", "download claude.ai chats", "set up claude.ai sync", "install claude-ai-sync", "run the claude.ai export", or mentions wanting local markdown…
Plugin Claude Code
Back up session transcripts to /.claude-archive/.
Command
Archive all session transcripts (full scan).
Command
Show archive status and statistics.
Command
Archive the current session transcript.
Command
Configure the claude-archivist plugin settings.
Command
Restore deleted sessions from archive.
Plugin Claude Code
Programmatic Claude Code CLI testing — structured JSON output parsing, multiturn session management via --resume, and isolation patterns for CI/containers.
Skill Claude CodeCodex
This skill should be used when the user asks to "test claude code", "run claude programmatically", "claude-in-claude", "automate claude", "spawn a new claude session", "run claude code autonomously", "multiturn claude testing", "use claude cli in a script", "parse claude output", "claude subprocess", or needs to…
Plugin Claude Code
Scope-sensitive code quality sweep: scan, fix safe issues, verify, report. Defaults to PR/branch scope.
Skill Claude CodeCodex
This skill should be used when the user asks to "clean up the code", "cleanup", "do a cleanup pass", "review and fix code quality", "scan and fix tech debt", "simplify and refactor", "simplify recent changes", "code quality sweep", "tidy up", "refactor this", "refactor pass", "simplification pass", "dead code…
Plugin Claude Code
Create or update ARCHITECTURE.md — module relationships, entry points, key abstractions.
Skill Claude CodeCodex
Create or update ARCHITECTURE.md - module relationships, entry points, key abstractions.
Plugin Claude Code
End-to-end autonomous development pipeline: goal → plan → TDD → implement → validate → PR → review loop → merge → close tracking.
Skill Claude CodeCodex
Mid-review entry point: fetch PR comments and CI failures, address them, validate, push. Use when jumping into an existing PR. /dev handles this automatically.