plugins/documentation-pipeline/skills/ln-113-backend-docs-creator/SKILL.md
Creates backend docs (api_spec.md, database_schema.md). Use when project has backend API or database.
npx skillsauth add levnikolaevich/claude-code-skills ln-113-backend-docs-creatorInstall 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.
Paths: File paths (
references/,../ln-*) are relative to this skill directory.
Type: L3 Worker
L3 Worker that creates 2 backend documentation files. CONDITIONAL - only invoked when project has backend or database.
hasBackend=true (express, fastify, nestjs, fastapi detected)hasDatabase=true (pg, mongoose, prisma, sequelize detected)From coordinator:
contextStore: Context Store with backend-specific data
targetDir: Project root directoryflags: { hasBackend, hasDatabase }MANDATORY READ: Load references/docs_quality_contract.md, and references/markdown_read_protocol.md.
Optional rule catalog: load references/docs_quality_rules.json only when exact rule IDs, path matrices, or allowlisted placeholder exceptions are needed.
| File | Condition | Questions | Auto-Discovery | |------|-----------|-----------|----------------| | docs/project/api_spec.md | hasBackend | Q39-Q40 | Medium | | docs/project/database_schema.md | hasDatabase | Q41-Q42 | High |
!hasBackend && !hasDatabase: return early with empty resultFor each applicable document:
[TBD: ...]Quick Navigation, Agent Entry, Maintenance){
"created_files": ["docs/project/api_spec.md"],
"skipped_files": ["docs/project/database_schema.md"],
"quality_inputs": {
"doc_paths": ["docs/project/api_spec.md", "docs/project/database_schema.md"],
"owners": {
"docs/project/api_spec.md": "ln-113-backend-docs-creator",
"docs/project/database_schema.md": "ln-113-backend-docs-creator"
}
},
"validation_status": "passed"
}
[TBD: ...], TODO, or leaked template metadata in backend docsAPI spec documents contracts, NOT implementations:
<!-- NO_CODE_EXAMPLES: ... --> tag - FOLLOW ITTables (endpoints, schemas) > Mermaid (ER diagrams) > Lists > Text
MANDATORY READ: Load references/docs_generation_summary_contract.md
Accept optional summaryArtifactPath.
Summary kind:
docs-generationRequired payload semantics:
worker = "ln-113"statuscreated_filesskipped_filesquality_inputsvalidation_statuswarningsWrite the summary to the provided artifact path or return the same envelope in structured output.
references/templates/api_spec_template.md, references/templates/database_schema_template.mdreferences/questions_backend.md (Q39-Q42)Version: 1.2.0 Last Updated: 2025-01-12
testing
Drafts and publishes fact-checked GitHub Discussions announcements. Use for releases, updates, or project news; not for release creation or issue responses.
testing
Prepares and publishes a tagged GitHub release from repository evidence. Use for an explicit release request; not for ordinary commits, packages, or community news.
testing
Validates, commits, pushes, and remotely verifies approved repository changes. Use when publication is requested; not for releases, package publishing, or announcements.
development
Reviews standalone skills and their configured distribution surfaces before publication. Use for skill release readiness; not for product code or implementation-plan review.