Install
mkdir -p .claude/skills/docs-chinhanxt && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13549" && unzip -o skill.zip -d .claude/skills/docs-chinhanxt && rm skill.zipInstalls to .claude/skills/docs-chinhanxt
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.
Use this skill when contributing to InsForge's product documentation in this repository. This is for maintainers editing public docs in `docs/core-concepts`, agent docs in `docs/agent-docs`, SDK integration guides in `docs/sdks`, and OpenAPI specs in `openapi`.Key capabilities
- →Update documentation in `docs/core-concepts/` for public users.
- →Edit agent-specific instructions in `docs/agent-docs/`.
- →Revise SDK integration guides in `docs/sdks/` for each framework.
- →Modify OpenAPI contract changes in `openapi/` files.
- →Ensure documentation style matches the intended audience.
- →Prevent documentation drift by updating docs with implementation changes.
How it works
This skill directs documentation changes to specific directories based on audience and content type, such as public docs, agent instructions, SDK guides, or OpenAPI specifications.
Inputs & outputs
When to use docs
- →Updating SDK integration guides
- →Writing product core concepts
- →Editing agent documentation
- →Updating OpenAPI specifications
About this skill
InsForge Dev Docs
Use this skill for docs/core-concepts/, docs/agent-docs/, docs/sdks/, and openapi/ in the InsForge repository.
The documentation in this repo is primarily product documentation for InsForge users and agents integrating with InsForge. This skill is for InsForge engineers maintaining that public documentation surface.
Scope
docs/core-concepts/**docs/agent-docs/**docs/sdks/**openapi/**
Working Rules
-
Put each document in the correct documentation surface.
- Human-friendly docs published on the public doc site belong in
docs/core-concepts/and related public doc folders. - For implementation-heavy public docs, prefer an
architecture.mdfile inside the relevantdocs/core-concepts/<domain>/folder. - Agent-only instructions belong in
docs/agent-docs/. - SDK integration guides for each framework belong in
docs/sdks/. - OpenAPI contract changes belong in the matching files under
openapi/.
- Human-friendly docs published on the public doc site belong in
-
Match the writing style to the audience.
- Public docs should be human-friendly and explain the implementation clearly.
architecture.mdpages indocs/core-concepts/should explain how the feature works in detail.- Agent docs in
docs/agent-docs/should be instruction-first and execution-oriented. - Agent docs should avoid explanatory filler and focus on the exact steps an agent should follow to complete the work.
-
Prevent documentation drift on every implementation change.
- Before changing implementation, check the current user-facing docs for that feature.
- After changing implementation, update the relevant Markdown docs and the relevant OpenAPI YAML files in the same pass.
- Do not treat OpenAPI and Markdown as separate optional follow-ups when the feature contract or behavior changed.
- If a change affects agent workflows, update the corresponding file in
docs/agent-docs/. - If a change affects public product understanding, update the corresponding file in
docs/core-concepts/, includingarchitecture.mdwhen implementation details changed. - If a change affects SDK integration guidance, update the corresponding framework guide in
docs/sdks/.
Validation
- Re-read every documented command, path, route, and payload for correctness.
- Cross-check OpenAPI YAML and Markdown docs against the implemented behavior before finishing.
- Mention anything you could not verify directly.
When not to use it
- →When the task is not related to InsForge product documentation.
- →When the task involves documentation outside `docs/core-concepts`, `docs/agent-docs`, `docs/sdks`, or `openapi`.
Limitations
- →This skill is limited to documentation within the InsForge repository.
- →It only applies to `docs/core-concepts/`, `docs/agent-docs/`, `docs/sdks/`, and `openapi/`.
How it compares
This skill ensures documentation consistency and accuracy by linking documentation updates directly to implementation changes, unlike manual processes that might lead to outdated information.
Compared to similar skills
docs side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| docs (this skill) | 0 | 4mo | No flags | Beginner |
| architecture-decision-records | 54 | 5mo | Review | Beginner |
| meeting-minutes | 41 | 6mo | No flags | Beginner |
| docs-write | 22 | 6mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
architecture-decision-records
wshobson
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.
meeting-minutes
github
Generate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, action items (owner + due date), and follow-up steps.
docs-write
metabase
Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).
rust-docs-guidelines
RediSearch
Guidelines for writing Rust documentation
ml-paper-writing
davila7
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.
content-research-writer
ComposioHQ
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.