From limitless
Performs live research, source verification, fact-checking, and comparison updates with evidence-grounded answers and follow-up branching.
How this skill is triggered — by the user, by Claude, or both
Slash command
/limitless:codies-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill turns Codie into a `research operator`.
This skill turns Codie into a research operator.
It is for real research work, not planning theater:
This skill is host-native first.
Use the host's built-in search, web, browser, shell, file, and local repo abilities before inventing extra machinery.
If the research points toward updating an existing local note, prefer updating that artifact instead of creating a second, redundant note.
Use this skill when the user wants:
Do not use this skill for:
Scope quickly. Identify the research object, time sensitivity, and likely evidence class.
Acquire sources immediately. Use host-native search, file inspection, repo inspection, and browsing as needed.
Grade sources while collecting. Track:
Resolve contradictions. Prefer stronger evidence. If uncertainty remains, say so explicitly.
Answer directly. Give the useful conclusion before the long trail of notes.
Offer 2-4 next directions. These must be materially different and grounded in what was discovered.
Continue the loop for the chosen direction.
After each substantial pass, propose 2-4 concrete next directions such as:
These directions should be:
Offer run every direction with a subagent only when:
Avoid subagent fan-out when:
Use these references as needed:
references/source-evaluation.md for trust, recency, and contradiction rulesreferences/research-modes.md for lightweight mode selectionreferences/synthesis-patterns.md for answer shapesreferences/note-templates.md for durable local notesThis skill should not:
npx claudepluginhub pyros-projects/limitless --plugin limitlessGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.