ops-agent
01Plugin Claude Code
AI-Native Development Experience for Claude Code.
Plugin Claude Code
AI-Native Development Experience for Claude Code.
Plugin Claude Code
AI-Native Development Workflow — Issue Flow with pluggable providers.
Instructions file
Claude Code instructions for idean3885/claude-ops-agent, covering claude.md, 작업 방식, git flow, 커밋 전 필수 확인 and 이슈 플로우 (issue flow).
Agent
An expert adviser that reads a project's goals, evaluation criteria, and PARA-based organization method.
Agent
A hidden review agent that checks a result from four different viewpoints and returns its findings to the agent that called it.
Hook
Runs when a session starts, executing session-start.mjs and patch-hud.sh via node (2 commands). From idean3885/claude-ops-agent.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit, NotebookEdit and AskUserQuestion tool calls, executing pre-tool-use.mjs and lesson-boundary-pretool.sh via node (2 commands). From idean3885/claude-ops-agent.
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing lint-posttool.sh via bash. From idean3885/claude-ops-agent.
Hook
Runs when you submit a prompt, before the agent sees it, executing forbidden-words-prompt.sh via bash. From idean3885/claude-ops-agent.
Hook
Runs when the agent finishes a response, executing forbidden-words-stop.sh and lesson-capture-stop.sh via bash (2 commands). From idean3885/claude-ops-agent.
Hook
Runs before the context is compacted, executing precompact-state.py via python3. From idean3885/claude-ops-agent.
Hook
Runs after the context is compacted, executing postcompact-pointer.py via python3. From idean3885/claude-ops-agent.
Skill Claude CodeCodex
An expert adviser skill that uses a project's goals to review work or give growth advice, with PARA as its organizing framework.
Skill Claude CodeCodex
A cross-checking skill that reviews decisions, designs, documents, and implementations from four viewpoints.
Skill Claude CodeCodex
A single-entry workflow for taking a software issue through a specification, implementation, commit, and pull request.
Skill Claude CodeCodex
A skill for reviewing lessons learned from a work session and deciding which ones are new, repeated, or no longer valid.
Skill Claude CodeCodex
A writing-review skill that checks text against rules for facts, structure, readability, tone, punctuation, and signs of AI-generated wording.
Skill Claude CodeCodex
A skill for coordinating work across multiple repositories and choosing between internal and public service providers.
Skill Claude CodeCodex
A skill for publishing blog posts by collecting content, reviewing it, converting it to Jekyll format, and committing the result.
Skill Claude CodeCodex
A skill for explaining a previous answer again when the reader did not understand or receive it.
Skill Claude CodeCodex
Skill "setup" from idean3885/claude-ops-agent, covering setup skill, 트리거, 서브커맨드, /setup provider and /setup status.
Skill Claude CodeCodex
A writing and editing skill that requires a plan before drafting and applies separate drafting and revision stages.
Skill Claude CodeCodex
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling.
Skill Claude CodeCodex
Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag.