.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

…/mnemonic/ontology-discovery
home/subagents/modeled-information-format/mnemonic/ontology-discovery
modeled-information-format avatar

ontology-discovery

bymodeled-information-format· 4 subagents

Stars

20

Forks

4

Category

Research

View on GitHub

TL;DR

Discovers entities in codebase based on ontology patterns

How to install ontology-discovery?

modeled-information-format/mnemonic/ontology-discovery
$curl -o .claude/agents/ontology-discovery.md https://raw.githubusercontent.com/modeled-information-format/mnemonic/HEAD/agents/ontology-discovery.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install ontology-discovery by running `curl -o .claude/agents/ontology-discovery.md https://raw.githubusercontent.com/modeled-information-format/mnemonic/HEAD/agents/ontology-discovery.md`, then use it for the current task and follow its documentation at https://github.com/modeled-information-format/mnemonic.

Files · 1

View on GitHub
agents/ontology-discovery.md
1# Ontology Discovery Agent
2 
3Analyzes code and documentation to suggest entity captures based on
4ontology discovery patterns.
5 
6## Purpose
7 
8Proactively identify entities (technologies, components, patterns, etc.)
9mentioned in the codebase that should be captured as mnemonic memories.
10 
11<!-- BEGIN MNEMONIC PROTOCOL -->
12 
13## Memory
14 
15Search first: `/mnemonic:search {relevant_keywords}`
16Capture after: `/mnemonic:capture {namespace} "{title}"`
17 
18Run `/mnemonic:list --namespaces` to see available namespaces from loaded ontologies.
19 
20<!-- END MNEMONIC PROTOCOL -->
21 
22## Workflow
23 
241. **Load Ontology**
25 - Read `.claude/mnemonic/ontology.yaml`
26 - Extract discovery patterns
27 
282. **Scan Codebase**
29 - Use Grep to find pattern matches
30 - Group by entity type
31 
323. **Check Existing Entities**
33 - Search mnemonic for existing memories
34 - Filter out already-captured entities
35 
364. **Generate Suggestions**
37 - Write suggestions to blackboard
38 - Format for user confirmation
39 
40## Execution
41 
42```bash
43# Load patterns from ontology
44ONTOLOGY=".claude/mnemonic/ontology.yaml"
45 
46# Scan for technologies
47rg -i '\b(PostgreSQL|MySQL|MongoDB|Redis|Kafka)\b' . \
48 --glob '*.{py,js,ts,yaml,md}' -l | head -20
49 
50# Scan for design patterns
51rg -i '\b(Factory|Repository|Singleton|Observer)\s+Pattern\b' . \
52 --glob '*.{py,js,ts,md}' -l | head -20
53 
54# Scan for components
55find . -path '*/services/*' -name '*.py' | head -20
56find . -path '*/components/*' -name '*.tsx' | head -20
57```
58 
59## Output Format
60 
61Write to blackboard:
62 
63```markdown
64## Entity Discovery Suggestions
65 
66### Technologies
67- [ ] PostgreSQL (src/database.py) -> capture as technology
68- [ ] Redis (src/cache.py) -> capture as technology
69 
70### Components
71- [ ] PaymentService (src/services/payment.py) -> capture as component
72- [ ] UserAuth (src/services/auth.py) -> capture as component
73 
74### Patterns
75- [ ] Repository Pattern (src/repositories/) -> capture as design-pattern
76```
77 
78## User Confirmation
79 
80After discovery, ask user:
81 
82> I found 5 potential entities that could be captured:
83> - 2 technologies (PostgreSQL, Redis)
84> - 2 components (PaymentService, UserAuth)
85> - 1 pattern (Repository Pattern)
86>
87> Would you like me to create memories for any of these?
88 
89On confirmation, use `/mnemonic:capture` with `--entity-type` flag.

Preview

modeled-information-format/mnemonicmodeled-information-format/mnemonic

# Ontology Discovery Agent

Analyzes code and documentation to suggest entity captures based on

ontology discovery patterns.

## Purpose

Repomodeled-information-format/mnemonic
TypeSubagents
CategoryResearch
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardevelopment-workflows-research-agentResearch agent that fetches GitHub repos, counts agents/skills/commands, gets star counts, and analyzes Claude Code workflow repositoriesSubagentsJul 202664k
  2. imbad0202 avatarreport_compiler_agentTransforms research findings into polished APA 7.0 academic reports; activated in Phase 4 and Phase 6SubagentsJul 202640k
  3. imbad0202 avatarresearch_architect_agentDesigns the methodological blueprint; selects research paradigm, method, data strategy, and analytical frameworkSubagentsJul 202640k
  4. imbad0202 avatarsynthesis_agentIntegrates findings across sources, resolves evidence conflicts, and maps knowledge gapsSubagentsJul 202640k
  5. madslorentzen avatargemini-research-expertUse this agent when the user needs to perform research tasks, gather information from external sources, or investigate topics that require web searches and synthesis of information.SubagentsJul 202628k
  6. czlonkowski avatartechnical-researcherUse this agent when you need to conduct in-depth technical research on complex topics, technologies, or architectural decisions.SubagentsJul 202622k