.agents/skills/docs-analysis/SKILL.md
Expert in project documentation analysis and maintenance. Ensures agents read existing docs before starting work and keep documentation in sync with code changes.
npx skillsauth add takayatomose/tas-agent-skills docs-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill ensures that project documentation is treated as a first-class citizen alongside code. It focuses on systematic exploration of the docs/ directory and proactive maintenance of documentation.
docs/ folder to understand business logic, architecture, and constraints.Before any implementation or analysis, list the contents of the docs/ directory and read relevant files. This provides context that might not be evident from the code alone.
For every code change, identify which documentation files are affected:
api-docs.md, swagger.jsonarchitecture.md, design-decisions.mdbusiness-rules.md, workflows.mddatabase-schema.mdUpdate documentation within the same iteration as the code changes. Documentation should NEVER lag behind the implementation.
Consider a task "Done" ONLY if all related documentation has been verified and updated.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.
tools
Expert in unit testing, integration testing, E2E testing, and test automation strategies. Covers Jest, Mockito, and comprehensive test coverage approaches.
development
Expert in building type-safe, concurrent Rust services with ownership patterns, error handling, and clean architecture. Covers Actix, Axum, Rocket, and memory-safe patterns.