Source profileQuality 96/100

kryptobaseddev/cleo/packages/skills/skills/ct-research-agent/SKILL.md

ct-research-agent

Multi-source research and investigation combining web search, documentation lookup via Context7, and codebase analysis. Synthesizes findings into actionable recommendations with proper citation and task traceability. Use when conducting research, investigating best practices, gathering technical information, or analyzing existing implementations. Triggers on research tasks, investigation needs, or information discovery requests.

Source repository stars
160
Declared platforms
3
Static risk flags
0
Last source update
2026-08-20
Source checked
2026-08-25

Decision brief

What it does: where it fits

Protocol: @src/protocols/research.md Type: Context Injection (cleo-subagent) Version: 2.0.0

Best for

  • Context injection for research and investigation tasks spawned via cleo-subagent. Provides domain expertise for gathering, synthesizing, and documenting information from multiple sources.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeDeclaredSource recordInstall path and trigger
CursorDeclaredSource recordInstall path and trigger
Gemini CLIDeclaredSource recordInstall path and trigger
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/kryptobaseddev/cleo --skill "packages/skills/skills/ct-research-agent"
Safe inspection promptEditorial

Inspect the Agent Skill "ct-research-agent" from https://github.com/kryptobaseddev/cleo/blob/77fb47e0495c2456dfd45bdbe480198e7445123b/packages/skills/skills/ct-research-agent/SKILL.md at commit 77fb47e0495c2456dfd45bdbe480198e7445123b. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Research Process

    1. Understand scope - Review research questions 2. Gather raw data - Collect information from sources 3. Synthesize findings - Identify patterns and insights 4. Form recommendations - Actionable next steps 5. Document sources - Cite all references

    Understand scope - Review research questionsGather raw data - Collect information from sourcesSynthesize findings - Identify patterns and insights
  2. 02

    Purpose

    Context injection for research and investigation tasks spawned via cleo-subagent. Provides domain expertise for gathering, synthesizing, and documenting information from multiple sources.

    Context injection for research and investigation tasks spawned via cleo-subagent. Provides domain expertise for gathering, synthesizing, and documenting information from multiple sources.
  3. 03

    Capabilities

    1. Web Research - Search for current practices, standards, and solutions 2. Documentation Lookup - Query official docs via Context7 3. Codebase Analysis - Analyze existing code via grep/tools 4. Synthesis - Combine findings into actionable recommendations

    Web Research - Search for current practices, standards, and solutionsDocumentation Lookup - Query official docs via Context7Codebase Analysis - Analyze existing code via grep/tools
  4. 04

    Parameters (Orchestrator-Provided)

    Review the “Parameters (Orchestrator-Provided)” section in the pinned source before continuing.

    Review and apply the “Parameters (Orchestrator-Provided)” source section.
  5. 05

    Task System Integration

    @skills/shared/task-system-integration.md

    Read task: {{TASKSHOWCMD}} {{TASKID}}Focus already set by orchestrator (skip if working standalone, set if needed)Conduct research (see Methodology below)

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score96/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars160SourceRepository attention, not individual Skill quality
Compatibility3 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
kryptobaseddev/cleo
Skill path
packages/skills/skills/ct-research-agent/SKILL.md
Commit
77fb47e0495c2456dfd45bdbe480198e7445123b
License
MIT
Collected
2026-08-25
Default branch
main
View the original SKILL.md

Research Context Injection

Protocol: @src/protocols/research.md Type: Context Injection (cleo-subagent) Version: 2.0.0


Purpose

Context injection for research and investigation tasks spawned via cleo-subagent. Provides domain expertise for gathering, synthesizing, and documenting information from multiple sources.


Capabilities

  1. Web Research - Search for current practices, standards, and solutions
  2. Documentation Lookup - Query official docs via Context7
  3. Codebase Analysis - Analyze existing code via grep/tools
  4. Synthesis - Combine findings into actionable recommendations

Parameters (Orchestrator-Provided)

ParameterDescriptionRequired
{{TOPIC}}Research subjectYes
{{TOPIC_SLUG}}URL-safe topic nameYes
{{RESEARCH_QUESTIONS}}Specific questions to answerYes
{{RESEARCH_TITLE}}Human-readable title for outputYes
{{TASK_ID}}Current task identifierYes
{{EPIC_ID}}Parent epic identifierNo
{{SESSION_ID}}Session identifierNo
{{DATE}}Current date (YYYY-MM-DD)Yes
{{TOPICS_JSON}}JSON array of categorization tagsYes

Task System Integration

@skills/_shared/task-system-integration.md

Execution Sequence

  1. Read task: {{TASK_SHOW_CMD}} {{TASK_ID}}
  2. Focus already set by orchestrator (skip if working standalone, set if needed)
  3. Conduct research (see Methodology below)
  4. Write output: {{OUTPUT_DIR}}/{{DATE}}_{{TOPIC_SLUG}}.md
  5. Append manifest: {{MANIFEST_PATH}}
  6. Complete task: {{TASK_COMPLETE_CMD}} {{TASK_ID}}
  7. Return summary message

Methodology

Research Sources

  1. Web Search - Current practices, recent developments

    • Use web search for up-to-date information
    • Prioritize authoritative sources
  2. Documentation Lookup - Official APIs, libraries

    • Use Context7 for framework/library documentation
    • Verify version compatibility
  3. Codebase Analysis - Existing patterns, implementations

    • Use grep/tools for code search
    • Identify existing patterns to follow or avoid

Research Process

  1. Understand scope - Review research questions
  2. Gather raw data - Collect information from sources
  3. Synthesize findings - Identify patterns and insights
  4. Form recommendations - Actionable next steps
  5. Document sources - Cite all references

Subagent Protocol

@skills/_shared/subagent-protocol-base.md

Output Requirements

  1. MUST write findings to: {{OUTPUT_DIR}}/{{DATE}}_{{TOPIC_SLUG}}.md
  2. MUST append ONE line to: {{MANIFEST_PATH}}
  3. MUST return ONLY: "Research complete. Manifest appended to pipeline_manifest."
  4. MUST NOT return research content in response

Output File Format

Write to {{OUTPUT_DIR}}/{{DATE}}_{{TOPIC_SLUG}}.md:

# {{RESEARCH_TITLE}}

## Summary

{{2-3 sentence overview of key findings}}

## Findings

### {{Finding Category 1}}

{{Details with evidence and citations}}

### {{Finding Category 2}}

{{Details with evidence and citations}}

## Recommendations

1. {{Actionable recommendation 1}}
2. {{Actionable recommendation 2}}
3. {{Actionable recommendation 3}}

## Sources

- {{Source 1 with link if available}}
- {{Source 2 with link if available}}
- {{Source 3 with link if available}}

## Linked Tasks

- Epic: {{EPIC_ID}}
- Task: {{TASK_ID}}

Manifest Entry Format

Append ONE entry via cleo manifest append <json> (writes to pipeline_manifest table per ADR-027):

{"id":"{{TOPIC_SLUG}}-{{DATE}}","file":"{{DATE}}_{{TOPIC_SLUG}}.md","title":"{{RESEARCH_TITLE}}","date":"{{DATE}}","status":"complete","agent_type":"research","topics":{{TOPICS_JSON}},"key_findings":["Finding 1","Finding 2","Finding 3"],"actionable":true,"needs_followup":[],"linked_tasks":["{{EPIC_ID}}","{{TASK_ID}}"]}

Field Guidelines

FieldGuideline
key_findings3-7 one-sentence findings, action-oriented
actionabletrue if findings require implementation work
needs_followupTask IDs requiring attention based on findings
topics2-5 categorization tags for discoverability

Completion Checklist

  • Task details read via {{TASK_SHOW_CMD}}
  • Research conducted across multiple sources
  • Findings synthesized with recommendations
  • Output file written to {{OUTPUT_DIR}}/
  • Manifest entry appended (single line, valid JSON)
  • Task completed via {{TASK_COMPLETE_CMD}}
  • Response is ONLY the summary message

Error Handling

Partial Research

If complete answers cannot be found:

  1. Document what was found
  2. Note gaps and why they exist
  3. Set manifest "status": "partial"
  4. Add suggestions for followup to needs_followup
  5. Complete task
  6. Return: "Research partial. Manifest appended to pipeline_manifest."

Blocked Research

If research cannot proceed (access denied, topic too broad, etc.):

  1. Document blocking reason
  2. Set manifest "status": "blocked"
  3. Add blocker details to needs_followup
  4. Do NOT complete task
  5. Return: "Research blocked. Manifest appended to pipeline_manifest."

Quality Standards

Findings Quality

  • Evidence-based - Every claim has a source
  • Current - Prefer recent sources (within 1-2 years)
  • Relevant - Directly addresses research questions
  • Actionable - Clear path from finding to action

Recommendation Quality

  • Specific - Concrete actions, not vague suggestions
  • Prioritized - Most important first
  • Justified - Tied to specific findings
  • Feasible - Achievable within project constraints

See also / References

This skill binds to the research LOOM lifecycle stage. Governing ADRs:

LOOM coverage matrix: docs/skills/loom-coverage-matrix.md.

See references/

Progressive disclosure — load on demand only:

  • references/triggers-and-routing.md — when to use ct-research-agent and what downstream skill consumes the output
  • references/source-strategy.md — codebase + Context7 + web hierarchy, query patterns, time-boxing
  • references/citation-and-evidence.md — evidence ladder, citation format, confidence labels
  • references/anti-patterns.md — ten failure modes observed in past CLEO sessions and how to avoid them

Frequently asked questions

What to verify before installation and use

What does the ct-research-agent source document cover?

Protocol: @src/protocols/research.md Type: Context Injection (cleo-subagent) Version: 2.0.0

How do I install ct-research-agent?

The source record exposes this install command: npx skills add https://github.com/kryptobaseddev/cleo --skill "packages/skills/skills/ct-research-agent". Inspect the command and pinned source before running it.

Which Agent platforms does the source record declare?

The pinned source record declares support for: claude code, cursor, gemini cli.

Alternatives

Compare before choosing

Computed 967

aomi-labs/skills

crypto-skill-creator

Step-by-step guide for creating enriched CryptoSkills agent skills. Use when building new protocol skills, contributing to the directory, or understanding the enriched skill pattern. Covers SKILL.md structure, YAML frontmatter, examples, docs, resources, templates, marketplace registration, and validation. Triggers: "create a skill", "add a protocol", "contribute a skill", "new skill template".

Computed 9420

upex-galaxy/agentic-qa-boilerplate

test-documentation

Analyze, prioritize, and document test cases in TMS (Jira/Xray), or repair an existing Story-ATS-ATP-ATR-TC cascade through a sealed explicit mode. Use for Test/ATP/ATR artifacts, ROI and automation verdicts, maintaining traceability, fix-traceability, or broken TMS links. The repair-traceability mode audits, plans, waits for explicit approval, applies, and verifies without launching the general documentation workflow. Do NOT use for writing test code (test-automation) or running suites (regress

Computed 9265

brucesongs/kali-claw

verification-loop

After discovering a potential vulnerability or exploit - Before submitting any finding to a report or bounty platform - When verifying that a remediation or patch is effective - When cross-checking automated scanner results - User says "verify", "confirm", "validate.

Computed 9024,921

alirezarezvani/claude-skills

research-summarizer

Structured research summarization agent skill for non-dev users. Handles academic papers, web articles, reports, and documentation. Extracts key findings, generates comparative analyses, and produces properly formatted citations. Use when: user wants to summarize a research paper, compare multiple sources, extract citations from documents, or create structured research briefs. Plugin for Claude Code, Codex, Gemini CLI, and OpenClaw.