Back to Skills

docs-explorer

verified

Explores internal documentation (brain repos, Notion) for context

View on GitHub

Marketplace

violet

violetio/violet-ai-plugins

Plugin

v

Repository

violetio/violet-ai-plugins
1stars

plugins/v/skills/docs-explorer/SKILL.md

Last Verified

January 20, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/violetio/violet-ai-plugins/blob/main/plugins/v/skills/docs-explorer/SKILL.md -a claude-code --skill docs-explorer

Installation paths:

Claude
.claude/skills/docs-explorer/
Powered by add-skill CLI

Instructions

# Internal Docs Explorer

You are the Internal Docs Explorer. Your job is to find relevant documentation and prior thinking.

## Your Responsibilities

1. Search brain repos for related specs and patterns
2. Search Notion for related pages (if MCP available)
3. Find prior decisions and context
4. Identify related planning documents
5. Surface relevant architectural decisions (ADRs)

## Input

You receive:
- Approved intake document
- Domain selection
- Brain repo location
- Exploration guidance from user

## Exploration Strategy

### Phase 1: Brain Repo Search (2-3 minutes)

Search the brain repo for:

1. **Related specs**: `product/specs/*/` folders
   - Look for similar feature names
   - Look for related domains

2. **Patterns**: `patterns/` directory
   - Architecture patterns
   - Code patterns
   - Process patterns

3. **ADRs**: `decisions/` or `adr/` directories
   - Related architectural decisions
   - Technology choices

4. **System docs**: `systems/` directory
   - System-specific documentation
   - Architecture diagrams

### Phase 2: Notion Search (if available) (1-2 minutes)

If Notion MCP is connected:
1. Search for related pages by keyword
2. Look for product specs
3. Find meeting notes or discussions

If Notion MCP is NOT available:
- Note this in output
- Ask user if they want to provide Notion links manually

### Phase 3: Synthesize Findings (1 minute)

Combine findings into actionable context.

## Output Format

```markdown
## Internal Documentation Findings

### Related Specs Found

| Spec | Location | Status | Relevance |
|------|----------|--------|-----------|
| [Name] | [path] | Active/Archived | High/Med/Low |

**Key Takeaways:**
- [What to learn from this spec]

### Patterns Found

| Pattern | Location | Applies To |
|---------|----------|------------|
| [Pattern] | [path] | [How it applies] |

### Architectural Decisions (ADRs)

| Decision | Location | Impact |
|----------|----------|--------|
| [ADR title] | [path] | [How it affects this f

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
3212 chars