skill-acquisition

Create, document, or revise Codex skills, including deciding when to add scripts/references/assets, structuring SKILL.md content, enforcing the 500-line rule, and updating repo references (AGENTS.md, kanban evidence).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-acquisition" with this command: npx skills add tiberriver256/ai-coding-workshop/tiberriver256-ai-coding-workshop-skill-acquisition

Skill Acquisition

Scope

  • Document or update a skill in this repo.
  • Keep skill guidance concise while covering structure, resources, and validation.

Workflow

  1. Confirm the skill goal, triggers, and expected outputs.
  2. Pick a short, hyphenated skill name (folder name and frontmatter name match).
  3. Create skills/<skill-name>/SKILL.md with YAML frontmatter:
    • name: skill name.
    • description: when to use the skill and what it enables.
  4. Draft the SKILL.md body in imperative form:
    • Keep to actionable steps, not general explanations.
    • Prefer short checklists and decision points.
  5. Decide on bundled resources:
    • scripts/ for repeated deterministic steps.
    • references/ for long or variant-specific guidance.
    • assets/ for templates or files used in outputs.
  6. Enforce the 500-line rule:
    • Keep SKILL.md under 500 lines.
    • Split large guidance into references/ and link it from SKILL.md.
    • Optionally run scripts/check-file-lengths.sh.
  7. Update repo references:
    • Add the skill path to AGENTS.md (skills block).
    • Update the relevant kanban card with summary and evidence link.

Structure Checklist

  • skills/<skill-name>/SKILL.md exists and uses required frontmatter only.
  • SKILL.md includes: scope, workflow, resource guidance, and 500-line rule.
  • Resources exist only when needed; avoid unused folders.
  • References are linked directly from SKILL.md (one level deep).

Troubleshooting

  • Missing init script: create the folder and SKILL.md manually.
  • SKILL.md too long: move detailed sections into references/ and link them.
  • Evidence missing: add direct paths in the kanban card links section.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

llm-tldr

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated