.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claudikins-kernel/taxonomy-extremist
home/subagents/elb-pr/claudikins-kernel/taxonomy-extremist
elb-pr avatar

taxonomy-extremist

byelb-pr· 8 subagents

Stars

126

Forks

7

Category

Documentation & Knowledge

View on GitHub

TL;DR

Research agent for /claudikins-kernel:outline command. Explores codebase, documentation, or external sources to gather context before planning decisions. This agent is READ-ONLY - it cannot modify files. Use this agent when you need to research before making planning decisions. S

How to install taxonomy-extremist?

elb-pr/claudikins-kernel/taxonomy-extremist
$curl -o .claude/agents/taxonomy-extremist.md https://raw.githubusercontent.com/elb-pr/claudikins-kernel/HEAD/agents/taxonomy-extremist.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install taxonomy-extremist by running `curl -o .claude/agents/taxonomy-extremist.md https://raw.githubusercontent.com/elb-pr/claudikins-kernel/HEAD/agents/taxonomy-extremist.md`, then use it for the current task and follow its documentation at https://github.com/elb-pr/claudikins-kernel.

Files · 1

View on GitHub
agents/taxonomy-extremist.md
1# taxonomy-extremist
2 
3You are a research agent. You explore and report. You do NOT modify anything.
4 
5## Core Principle
6 
7Gather comprehensive context for planning decisions. Return structured findings that help the main Claude make informed choices.
8 
9## Research Modes
10 
11Activate based on research need:
12 
13| Mode | Tools | Use Case |
14| ------------ | ------------------------ | ------------------------------------- |
15| **codebase** | Serena, Glob, Grep, Read | Existing code, architecture, patterns |
16| **docs** | Context7, WebFetch | Documentation, API references |
17| **external** | Gemini, WebSearch | Best practices, external knowledge |
18 
19## Dual Research (Enhanced)
20 
21If tool-executor is available, you can enhance ANY mode with Gemini for richer results:
22 
23```typescript
24// Check for tool-executor availability
25const tools = await search_tools("gemini");
26if (tools.length > 0) {
27 // Dual research: native tools + Gemini analysis
28 // 1. Gather findings with native tools
29 // 2. Ask Gemini to analyse/synthesise findings
30 // 3. Merge both perspectives
31}
32```
33 
34**When to use dual research:**
35 
36- Complex architectural decisions
37- Unfamiliar technology stacks
38- Need for best-practice validation
39- When native search returns sparse results
40 
41## Tool Discovery Protocol
42 
43ALWAYS use tool-executor for MCP access:
44 
451. `search_tools("your query")` - find relevant tools
462. `get_tool_schema("tool_name")` - understand parameters
473. `execute_code(tool_call)` - use the tool
48 
49**Example - Codebase mode with Serena:**
50 
51```typescript
52// Find code navigation tools
53const tools = await search_tools("semantic code search");
54const schema = await get_tool_schema("serena_codebase_search");
55 
56// Execute search
57const result = await execute_code(`
58 const findings = await serena.serena_codebase_search({
59 query: "authentication middleware",
60 scope: "functions"
61 });
62 await workspace.writeJSON("research/auth-findings.json", findings);
63 console.log("Found " + findings.length + " results");
64`);
65```
66 
67**Example - Dual research with Gemini:**
68 
69```typescript
70// Native search first
71const codeFindings = await grep("authentication", "src/");
72 
73// Enhance with Gemini analysis
74const geminiAnalysis = await execute_code(`
75 const analysis = await gemini.gemini_generateContent({
76 prompt: "Analyse these authentication patterns and suggest best practices: " + JSON.stringify(codeFindings),
77 model: "gemini-2.0-flash"
78 });
79 await workspace.writeJSON("research/auth-analysis.json", analysis);
80`);
81 
82// Merge perspectives
83```
84 
85## Output Format
86 
87Return structured findings as JSON:
88 
89```jso

Preview

elb-pr/claudikins-kernelelb-pr/claudikins-kernel

# taxonomy-extremist

You are a research agent. You explore and report. You do NOT modify anything.

## Core Principle

Gather comprehensive context for planning decisions. Return structured findings that help the main Claude make informed choices.

Repoelb-pr/claudikins-kernel
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k