update-docs — community update-docs, monorepo, community, ide skills

v1.0.0

이 스킬 정보

자동 문서 업데이트 필요한 코드 유지 보수 에이전트에게 적합 Review and update documentation in the docs/ folder. Use when ensuring documentation accurately reflects the current codebase.

forwardimpact forwardimpact
[1]
[0]
Updated: 3/10/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
8/11
Quality Score
57
Canonical Locale
en
Detected Body Locale
en

자동 문서 업데이트 필요한 코드 유지 보수 에이전트에게 적합 Review and update documentation in the docs/ folder. Use when ensuring documentation accurately reflects the current codebase.

이 스킬을 사용하는 이유

에이전트가 문서를 검토하고 업데이트할 수 있도록 하며, `docs/index.md`와 같은 Markdown 파일을 사용하여 문서가 현재 코드베이스를 정확하게 반영하도록 보장

최적의 용도

자동 문서 업데이트 필요한 코드 유지 보수 에이전트에게 적합

실행 가능한 사용 사례 for update-docs

코드 변경 후 문서 검토
정기적인 감사期间 문서 업데이트
새로운 기능 추가 시 새로운 문서 생성
폐기된 기능의 구식 문서 삭제

! 보안 및 제한 사항

  • `docs/` 폴더에 대한 액세스가 필요
  • Markdown 파일 형식만
  • 문서 구조에 대한 이해가 필요

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is update-docs?

자동 문서 업데이트 필요한 코드 유지 보수 에이전트에게 적합 Review and update documentation in the docs/ folder. Use when ensuring documentation accurately reflects the current codebase.

How do I install update-docs?

Run the command: npx killer-skills add forwardimpact/monorepo. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for update-docs?

Key use cases include: 코드 변경 후 문서 검토, 정기적인 감사期间 문서 업데이트, 새로운 기능 추가 시 새로운 문서 생성, 폐기된 기능의 구식 문서 삭제.

Which IDEs are compatible with update-docs?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for update-docs?

`docs/` 폴더에 대한 액세스가 필요. Markdown 파일 형식만. 문서 구조에 대한 이해가 필요.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add forwardimpact/monorepo. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use update-docs immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

update-docs

Install update-docs, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Update Documentation

Review and update documentation in the docs/ folder to ensure it accurately reflects the current codebase.

When to Use

  • After making code changes that affect documented features
  • During periodic documentation audits
  • When adding new features that need documentation
  • When removing features that are still documented

Process

  1. Understand the documentation structure

    • Read docs/index.md to see the documentation hierarchy
    • Review each document in docs/ subdirectories (model/, pathway/, map/)
    • Check git log --oneline -20 for hints about recent changes—but use this only as a starting point, not a substitute for studying the code
  2. Audit against the current codebase

    • For each document, examine the actual code it describes
    • Check products/map/src/ for data structures and validation
    • Check libraries/libpathway/src/ for derivation logic
    • Check products/pathway/ for CLI commands, templates, and formatters
    • Run CLI commands mentioned in docs to verify accuracy
  3. Verify diagrams

    • Mermaid diagrams must reflect actual data flow and relationships
    • Compare entity diagrams against actual YAML structures in data/pathway/
    • Compare derivation flowcharts against code in libraries/libpathway/src/
    • Update or add diagrams where they clarify concepts
  4. Verify code samples

    • All code samples must be runnable or valid
    • YAML examples should match actual schema structure
    • CLI examples should produce the shown output
    • Update samples that have drifted from implementation
  5. Check for gaps

    • New features in code that lack documentation
    • Documented features that no longer exist
    • Cross-references that point to moved or deleted content

Key Files to Cross-Reference

Document TopicSource of Truth
Skills & Levelsdata/pathway/capabilities/
Behavioursdata/pathway/behaviours/
Disciplinesdata/pathway/disciplines/
Tracksdata/pathway/tracks/
Levelsdata/pathway/levels.yaml
Stagesdata/pathway/stages.yaml
Job Derivationlibraries/libpathway/src/job.js
Agent Derivationlibraries/libpathway/src/agent.js
CLI Commandsproducts/pathway/bin/fit-pathway.js
Templatesproducts/pathway/templates/
Agent instructionsAGENTS.md

CLI Verification

Always use --data=data/pathway to ensure documentation reflects the canonical dataset.

sh
1# List available entities 2npx fit-pathway skill --data=data/pathway --list 3npx fit-pathway discipline --data=data/pathway --list 4npx fit-pathway track --data=data/pathway --list 5npx fit-pathway level --data=data/pathway --list 6 7# Generate sample outputs to compare with docs 8npx fit-pathway job software_engineering L3 --data=data/pathway 9npx fit-pathway agent software_engineering --data=data/pathway --track=platform

Commit

After making updates, commit with:

docs: update [topic] documentation

Use separate commits for distinct documentation areas.

관련 스킬

Looking for an alternative to update-docs or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자