Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

aiboarding

aiboarding enthält 8 gesammelte Skills von gustavo-meilus, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
8
Stars
1
aktualisiert
2026-07-15
Forks
0
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

cutting-a-release
Softwareentwickler

Cut an aiboarding version release (vX.Y.Z) - verify the single version target agrees, draft matching CHANGELOG + RELEASE-NOTES entries, commit to main, then create the GitHub release + tag and verify. Use when the user asks to cut/ship/publish a release, tag a version, do release work, or write release notes for aiboarding.

2026-07-15
audit-agent-onboarding
Softwareentwickler

Use to lint a repo's agent onboarding files (AGENTS.md, CLAUDE.md, .claude/rules/*.md) for bloat, contradictions, duplication, stale or vague commands, missing sections, leakage, and secrets - or with --stats to view compression receipts. Read-only; reports findings and hands fixes to update-agent-onboarding.

2026-07-04
compress-onboarding
Softwareentwickler

Use to compress any agent-instruction file (AGENTS.md, CLAUDE.md, .claude/rules/*.md, legacy AIBOARDING.md) into terse, high-signal prose without altering commands, code, URLs, or paths. Standalone compression engine with levels (off/lite/full/ultra), byte-preservation verification, and token receipts. Also invoked by the create/update onboarding skills.

2026-07-04
create-agent-onboarding
Softwareentwickler

Use when a repo has no AGENTS.md and an AI coding agent needs onboarding context, or the user asks to generate onboarding files. Produces AGENTS.md (cross-agent), a CLAUDE.md wrapper, and the .aiboarding lifecycle (state, config, hooks). Fallback target when the session-start hook reports missing onboarding files.

2026-07-04
migrate-aiboarding
Softwareentwickler

Use when a repo has a legacy AIBOARDING.md (v1 layout) and should move to the standard AGENTS.md + CLAUDE.md layout with the .aiboarding/state.json sidecar. One-shot, preview-first migration that preserves the existing onboarding content and rewires the hooks.

2026-07-04
update-agent-onboarding
Softwareentwickler

Use when commits have landed since the onboarding files were last synced (the drift-check hook nudges for this), or the user asks to refresh AGENTS.md. Triages whether the change touches onboarding scope and patches only the affected sections; on no-op it advances the state pointer only.

2026-07-04
create-aiboarding
Sonstige Computerberufe

DEPRECATED alias for create-agent-onboarding (kept so /create-aiboarding keeps resolving). Prefer create-agent-onboarding, which generates AGENTS.md + CLAUDE.md instead of the legacy AIBOARDING.md.

2026-07-02
update-aiboarding
Sonstige Computerberufe

DEPRECATED alias for update-agent-onboarding (kept so /update-aiboarding keeps resolving). Prefer update-agent-onboarding, which triages drift against AGENTS.md and the .aiboarding/state.json pointer.

2026-07-02