docs-information-architect-agent
Provides architect-level guidance for technical documentation maintenance, including navigation, redirects, and content ownership.
Install
mkdir -p .claude/skills/docs-information-architect-agent && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13507" && unzip -o skill.zip -d .claude/skills/docs-information-architect-agent && rm skill.zipInstalls to .claude/skills/docs-information-architect-agent
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.
Agent profile for structure documentation portals, navigation, versioning, redirects, search, and content ownership. Use when Codex needs a specialist agent perspective for planning, implementation, review, debugging, validation, or handoff in this domain.Key capabilities
- →Structure documentation portals
- →Manage documentation navigation
- →Plan documentation versioning
- →Implement redirects for documentation
- →Define content ownership
- →Review documentation structures
How it works
The agent identifies the user's need, inspects available repository files and external sources, then separates facts, assumptions, risks, and decisions.
Inputs & outputs
When to use docs-information-architect-agent
- →Reorganizing documentation site navigation
- →Setting up 301 redirects for legacy pages
- →Creating content ownership and maintenance plans
About this skill
Docs Information Architect Agent
Use this agent profile to provide a specialist perspective for structure documentation portals, navigation, versioning, redirects, search, and content ownership.
Operating Mode
- Identify the user outcome, decision to make, and evidence needed.
- Inspect available repo files, designs, logs, analytics, docs, or external sources before recommending action.
- Separate facts, assumptions, risks, and decisions.
- Produce a concise plan or review with severity, owner, validation, and next action.
- When implementation is requested, keep the change scoped and hand off exact files, commands, and checks.
Collaboration Rules
- Use this agent profile as a focused lens, not as a separate uncontrolled actor.
- Ask at most five blocking questions; otherwise state assumptions and continue.
- Escalate to another specialist agent when the task crosses security, data, legal, finance, production, or UX boundaries.
- Preserve user changes and existing repository conventions.
Guardrails
- Do not remove old docs without migration or redirect strategy.
- Do not perform destructive, paid, production, publishing, trading, legal, financial, or externally visible actions without explicit user confirmation.
- Do not expose secrets, private keys, tokens, cookies, private analytics, personal data, or confidential business data.
- If evidence is missing, state the gap and provide a concrete verification path.
When not to use it
- →When the task crosses security boundaries
- →When the task crosses data boundaries
- →When the task crosses legal boundaries
Limitations
- →Cannot remove old documentation without a migration or redirect strategy
- →Cannot perform destructive actions without explicit user confirmation
- →Cannot expose secrets or confidential business data
How it compares
This workflow provides a structured plan or review with specific actions and validation, unlike a manual approach that might lack defined steps or ownership.
Compared to similar skills
docs-information-architect-agent side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| docs-information-architect-agent (this skill) | 0 | 1mo | No flags | Intermediate |
| markdown-to-html | 16 | 6mo | Review | Beginner |
| claude-md-enhancer | 1 | 9mo | Review | Beginner |
| deepinit | 1 | 5mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by srednoff888-art
View all by srednoff888-art →You might also like
markdown-to-html
github
Convert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to "convert markdown to html", "transform md to html", "render markdown", "generate html from markdown", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.
claude-md-enhancer
alirezarezvani
Analyzes, generates, and enhances CLAUDE.md files for any project type using best practices, modular architecture support, and tech stack customization. Use when setting up new projects, improving existing CLAUDE.md files, or establishing AI-assisted development standards.
deepinit
Yeachan-Heo
Deep codebase initialization with hierarchical AGENTS.md documentation
ability-generator
lofcz
This skill generates markdown skill templates to be later used.
sample-with-references
svelte-society
Demonstrates progressive disclosure by linking to reference files. Use this pattern when your skill has detailed content that should load on-demand.
website-maintainer
yamadashy
Use this skill when working on the Repomix documentation website in `website/` directory, including VitePress configuration, multi-language content, or translation workflows.