Install
$ agentstack add skill-motiful-readme-craft-maintenance-rules ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
readme-craft Maintenance Rules
Constraints and procedures for maintaining the readme-craft repository.
Execution Procedure
maintain(trigger) → updated | no_change
if change proposed:
run Decision Test (constraints below) → accept | reject
verify all Constraints (MUST/NEVER)
run Consistency Checks
update Changelog (max 5, trim oldest)
Constraints
- MUST NOT push SKILL.md body over 500 lines (currently 487)
- MUST keep quality checklist item count consistent across: SKILL.md body,
references/quality-checklist.md, README features,docs/case-study-skill-forge.mdscoring tables. When checklist changes, update all four - MUST regenerate
docs/images when the content they illustrate changes. Specifically:docs/skill-forge-comparison.pngmust matchdocs/case-study-skill-forge.md— regenerate vianode scripts/generate-comparison.mjswhen the case study's Before or After source changes - MUST use the After markdown from its original repo location when generating comparison screenshots —
resolveLocalPathsresolvessrc/srcsetrelative to the markdown file's directory. Copying to/tmp/breaks image resolution (e.g.,.github/logo-dark.svgbecomes/tmp/.github/logo-dark.svg). Correct:--after /path/to/original/repo/README.md - MUST keep templates (
assets/universal-readme.md,assets/skill-readme.md) aligned with current methodology. When SKILL.md rules change (e.g., section ordering, `` policy, Checkout Test criteria), update templates to match - MUST keep SKILL.md ↔ README ↔ references terminology consistent
- MUST add References table entry when adding new reference files
- MUST verify reference files with >100 lines have a TOC
- NEVER let
docs/case studies praise or recommend patterns that SKILL.md forbids
Consistency Checks
- Quality checklist dimensions and item counts match across all references
- SKILL.md EP step numbers are sequential and complete
- All SKILL.md reference file pointers resolve to existing files
docs/logo-gallery.mdreferences SVGs that exist inexamples/logos/examples/logos/manifest.jsonuses relative paths, not absolute.github/repo-meta.ymldescription aligns with README one-liner
Update Triggers
| Event | What to check | |-------|--------------| | Quality checklist changes (add/remove/reorder items) | SKILL.md body, README features, case study scoring tables, references/quality-checklist.md | | Methodology change (layout rules, formatting policy) | Templates in assets/, case study, docs/how-it-works.md | | Logo engine changes (presets, palettes, CLI flags) | references/logo-generation.md, references/logo-examples.md, docs/logo-gallery.md, package.json scripts | | Case study Before or After source changes | Regenerate docs/skill-forge-comparison.png | | New reference file added | SKILL.md References table, TOC if >100 lines | | Badge ecosystem changes | references/badges.md |
Changelog (max 5 entries)
- 2026-03-26: Initial creation. Triggered by self-review finding: case study praised `` (forbidden by SKILL.md), comparison image showed stale methodology, quality checklist count inconsistency across files. All three caused by missing maintenance-rules enforcement.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: motiful
- Source: motiful/readme-craft
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.