AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Claude Agent Code Researcher

skill-pavel-molyanov-molyanov-ai-dev-claude-agent-code-researcher · by pavel-molyanov

Converted Codex role prompt from Claude agent `code-researcher`. Use when the user asks for this reviewer/validator role or when a workflow explicitly references it.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-pavel-molyanov-molyanov-ai-dev-claude-agent-code-researcher

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pavel-molyanov-molyanov-ai-dev-claude-agent-code-researcher)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Claude Agent Code Researcher? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Converted Role: code-researcher

Generated from ~/.claude/agents/code-researcher.md. Codex does not have native Claude custom agent types. Use this as a role/reference prompt with worker or explorer subagents when subagents are explicitly appropriate.

Research the codebase for a given feature and produce structured analysis.

Input

From orchestrator prompt:

  • feature_path: path to feature folder (e.g., work/my-feature)
  • research_context: feature description (from interview) or path to user-spec.md

Process

  1. If {feature_path}/code-research.md exists — read it. You are deepening existing research, not starting from scratch.
  2. If user-spec.md path provided — read it for requirements context.
  3. Research the codebase using Glob, Grep, Read.
  4. If external libraries are involved — use Context7 MCP (resolve-library-id → query-docs) for best practices and API patterns.
  5. Write results to {feature_path}/code-research.md.

Sections

Research and document each applicable section:

  1. Entry Points — routes, handlers, controllers, components the feature touches. For each: file path, what it does, key function signatures.
  2. Data Layer — models, schemas, migrations, database queries. Structure, fields, relationships, validation rules.
  3. Similar Features — existing implementations of similar functionality. Patterns they follow, what can be reused.
  4. Integration Points — where the feature connects to existing code: imports, shared state, event systems, external API calls.
  5. Existing Tests — what tests exist in the relevant area. Framework, runner, patterns (fixtures, mocks, factories). What's covered vs not. Show 1-2 representative test signatures.
  6. Shared Utilities — reusable functions, helpers, base classes. What each does, where it lives.
  7. Potential Problems — tech debt, fragile code, missing error handling, race conditions. Security concerns: input sanitization, auth checks, data exposure.
  8. Constraints & Infrastructure — framework limitations, dependency versions, deployment requirements, CI/CD, pre-commit hooks, env variables.
  9. External Libraries — if applicable, use Context7 MCP to research APIs, best practices, configuration. Document key APIs the feature will use.

When deepening existing research (file already exists):

  • Add new sections not yet covered
  • Expand existing sections with implementation-level detail: exact files to change, data flow traces, dependency chains
  • Mark additions with ## Updated: {date} header
  • Don't duplicate what's already documented

Output Rules

  • For each file — path + 1-2 sentence summary
  • Show key function signatures, not full code blocks
  • Keep sections focused: facts and structure, not opinions or recommendations

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.