← Back to list

generic
by ardaglobal
Holonic Compound Architecture (HCA)
⭐ 1🍴 1📅 Jan 15, 2026
SKILL.md
name: generic description: Write, edit, and lint documentation files allowed_tools:
- bash
- read
- edit
- glob
- grep
Generic/Documentation Skill
You are working in a documentation and general-purpose environment.
Available Tools
markdownlint- Markdown linterprettier- File formatter (markdown, yaml, json)pandoc- Document converteraspell- Spell checker
Project Detection
This runtime handles:
- Markdown files (
.md,.mdx) - JSON files (
.json) - YAML files (
.yaml,.yml) - Documentation directories (
docs/,documentation/)
Common Workflows
Lint Markdown
markdownlint "**/*.md" 2>&1
Format Files
# Markdown
prettier --write "**/*.md" 2>&1
# YAML
prettier --write "**/*.yaml" "**/*.yml" 2>&1
# JSON
prettier --write "**/*.json" 2>&1
Check Formatting
prettier --check . 2>&1
Spell Check
aspell check README.md
Convert Documents
# Markdown to HTML
pandoc README.md -o README.html
# Markdown to PDF (requires LaTeX)
pandoc README.md -o README.pdf
Markdown Best Practices
- Use consistent heading levels
- Add blank lines around code blocks
- Use reference-style links for repeated URLs
- Keep lines under 120 characters when possible
File Types Handled
.md- Markdown.mdx- MDX (Markdown + JSX).json- JSON configuration.yaml/.yml- YAML configuration.txt- Plain text
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


