Instantly search and retrieve relevant sections from the architecture documentation.
Install
mkdir -p .claude/skills/doc-llloooggg && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13461" && unzip -o skill.zip -d .claude/skills/doc-llloooggg && rm skill.zipInstalls to .claude/skills/doc-llloooggg
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Look up a section of docs/ARCHITECTURE.md without reading the whole file. Given a task description OR a § identifier (numeric like "3.6", "§11" or header fragment like "Security", "Tags", "Transfer Queue"), returns the relevant ARCHITECTURE.md section(s) verbatim. Executes Grep + Read itself in a single invocation — does not ask the user to run anything. Trigger phrases: "/doc <anything>", "docs on X", "architecture of X", "find the ARCHITECTURE § about X". Use when you need to consult docs/ARCHITECTURE.md for a specific topic instead of reading the full 3000-line file.Key capabilities
- →Classify input as a task description or section identifier
- →Load the Table of Contents from ARCHITECTURE.md
- →Pick relevant sections from the TOC based on task description
- →Locate specific headings within ARCHITECTURE.md using Grep
- →Read the body of identified sections verbatim
- →Surface cross-linked sections as hints and fetch them if relevant
How it works
The skill autonomously classifies the input, uses Grep and Read to locate and extract specific sections from docs/ARCHITECTURE.md based on the Table of Contents or direct identifiers, and then surfaces cross-links.
Inputs & outputs
When to use doc
- →Finding specific architectural rules
- →Looking up security protocols
- →Searching for project documentation by section
- →Explaining project architecture
About doc
Uses grep to extract specific content from `docs/ARCHITECTURE.md` based on topic descriptions or section numbers, improving documentation navigation.
Look up a section of docs/ARCHITECTURE.md without reading the whole file. Given a task description OR a § identifier (numeric like "3.6", "§11" or header fragment like "Security", "Tags", "Transfer Queue"), returns the relevant ARCHITECTURE.md section(s) verbatim. Executes Grep + Read itself in a si
When not to use it
- →When the user wants a summary or paraphrase of the documentation
- →When the topic is not covered in docs/ARCHITECTURE.md
- →When the user wants to read the entire ARCHITECTURE.md file
Limitations
- →Never reads docs/ARCHITECTURE.md without offset + limit
- →Never summarises or paraphrases the section body
- →Does not fall back to reading the whole file if no match is found
How it compares
This skill provides a targeted, autonomous lookup of specific documentation sections, avoiding full-file reads and manual navigation, which is more efficient than a generic search or manual browsing.
Compared to similar skills
doc side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| doc (this skill) | 0 | 3mo | Review | Intermediate |
| deepwiki-rs | 25 | 9mo | Review | Intermediate |
| codex-cli-bridge | 9 | 9mo | Review | Intermediate |
| skill-development | 17 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Llloooggg
View all by Llloooggg →You might also like
deepwiki-rs
sopaco
AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional documentation from any programming language.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
skill-development
anthropics
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
skill-writer
pytorch
Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.
openapi-spec-generation
wshobson
Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.
korean-skill-creator
clwmfksek
한글 기반 클로드 스킬 자동 생성 도구. 사용자가 "클로드 스킬을 만들어줘" 또는 "[요구사항] 스킬 만들어줘"라고 요청할 때 사용. Progressive disclosure 원칙을 따르는 한글 문서 구조(SKILL.md + references/)를 자동으로 생성하고, 실전 예시를 포함한 일관성 있는 스킬 템플릿을 제공.