Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

aix-boilerplate

aix-boilerplate에는 JStepUX에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
4
Stars
0
업데이트
2026-06-22
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

bash-tools
소프트웨어 개발자

Lists the agent bash utility scripts in scripts/agent/ with their headers and usage lines. Use this at the start of a session, when decomposing a new task, or whenever you catch yourself about to reach for raw tool calls that one of these scripts already composes. Refreshes your working memory of the bash layer so you don't reinvent what's already there.

2026-06-22
pre-commit-qa
소프트웨어 개발자

A mandatory quality gate that enforces test coverage, localization, documentation, spec archival, and commit hygiene after any implementation work. Use this skill whenever code changes are complete and about to be committed — trigger on phrases like "I'm done", "ready to commit", "finished implementing", "task complete", "wrap up", "ship it", "PR ready", or any signal that implementation is finished and the work is moving toward version control. Also trigger when reviewing someone else's completed work before merge. This skill should fire even if the user doesn't explicitly ask for a quality check — if implementation just finished, this gate applies. Do NOT skip steps. Do NOT self-certify. Every item requires evidence.

2026-06-22
recon
소프트웨어 개발자

Discovery-phase skill for symptom-shaped tasks. Use when the user hands you a vague problem, a bug report, a console error, or a "this is broken" style request rather than a well-specified feature. Produces a grounded problem brief you can either act on directly or hand to the project-coordinator agent as a sharp, pre-diagnosed task spec. Closes the gap between "here's a symptom" and "here's a decomposable plan".

2026-06-22
release-prep
소프트웨어 개발자

Prepares a release. Reads the changelog entries that pre-commit-qa has accumulated since the last release marker, cross-checks against git for any bypassed commits, proposes a semver bump, and — on explicit user approval — inserts a release marker, bumps the version, commits, and tags. Does not push and does not deploy. Use before running the project's deploy command, or when the user signals release intent ("ready to deploy", "time to ship", "cut a release", "write the changelog", "release prep"). The authoring side of the release pipeline — complements `pre-commit-qa` (which gates individual commits) by gating the batch that becomes a release.

2026-06-22
aix-boilerplate GitHub Agent Skills | SkillsMP