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

ai-augmented-developer

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

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

이 저장소의 skills

analyze
소프트웨어 개발자

Check for drift between spec.md, plan.md, tasks.md, and the actual code. Reports the gaps; does not fix them.

2026-07-19
checklist
소프트웨어 개발자

Run a category-specific quality pass (security / performance / accessibility / i18n / privacy / observability) against the current plan and code.

2026-07-08
clarify
소프트웨어 개발자

Surface [NEEDS CLARIFICATION] markers in spec.md (or plan.md) to the user, one at a time, and edit the file with the answers.

2026-07-08
constitution
소프트웨어 개발자

Bootstrap or amend constitution.md (framework, preset, or project). Inspects existing project context first; enforces the amendment process: issue first, one article per PR, reviewer non-author.

2026-07-08
help
소프트웨어 개발자

Print the pipeline quick-reference — a one-screen summary of every /aia:* command and its hand-offs, prefixed by a state-aware "Próximo passo" line.

2026-07-08
implement
소프트웨어 개발자

Execute an approved plan + tasks list by dispatching one fresh subagent per task and applying two-stage review (spec compliance, then code quality) before moving on.

2026-07-08
plan
소프트웨어 개발자

Turn an approved spec.md into a plan.md (plus research, data-model, contracts as needed) that passes the Constitution Check.

2026-07-08
specify
소프트웨어 개발자

Turn a natural-language demand into a numbered spec.md under specs/<NNNN-slug>/. Use when the user describes what they want but no spec exists yet.

2026-07-08
task-context
소프트웨어 개발자

Compose a rich per-task context file (specs/<branch>/task-context/<TID>-<slug>.md) before each implementer dispatch. Opt-in; default off.

2026-07-08
tasks
소프트웨어 개발자

Decompose an approved plan.md into an ordered tasks.md ready for `implement`. Each task = one test + one implementation + one commit.

2026-07-08
something-else
소프트웨어 개발자

Frontmatter name does not match the parent directory name. Must fail.

2026-07-08
valid-skill
소프트웨어 개발자

A minimal skill used as a positive fixture for validator tests.

2026-07-08
requesting-code-review
소프트웨어 품질 보증 분석가·테스터

Use before opening a PR. Prepares context for code review and dispatches a reviewer subagent.

2026-05-14
finishing-a-branch
소프트웨어 개발자

Use after code review is approved to finalize, push, open PR, and clean up the development branch.

2026-04-27
using-ai-augmented-developer
소프트웨어 개발자

Meta-skill that explains the skill catalog and when to invoke each one. Load it at the start of a conversation to orient the agent before any code-writing action.

2026-04-27
hello
소프트웨어 개발자

Sample skill rendered from {{PROJECT_NAME}} during the extension round-trip test.

2026-04-14
hello-world
소프트웨어 개발자

Fixture skill used by the install-engine round-trip tests — greets {{PROJECT_NAME}}.

2026-04-14
deploy
소프트웨어 개발자

Deploy backend (Cloud Run), frontend (static/Cloud Run), or mobile (EAS). Use when publishing changes to production.

2026-04-14
run-tests
소프트웨어 품질 보증 분석가·테스터

Run project tests. Use after modifying code to catch regressions before committing.

2026-04-14
test-driven-development
소프트웨어 품질 보증 분석가·테스터

Use when implementing any feature or bugfix. Write the test first, always.

2026-04-14
build-android
소프트웨어 개발자

Build local Android AAB para Google Play. Usar quando precisar gerar build Android para producao.

2026-04-14
build-ios
소프트웨어 개발자

Build iOS na nuvem do EAS para TestFlight/App Store. Usar quando precisar gerar build iOS para producao.

2026-04-14
bump-version
소프트웨어 개발자

Incrementar versao do app mobile (versionCode, versionName, buildNumber). Usar antes de builds de producao.

2026-04-14
deploy-admin
소프트웨어 개발자

Deploy do admin dashboard React para Cloud Run (GCP). Usar quando precisar publicar mudancas do {{ADMIN_DIR}} em producao.

2026-04-14
deploy-backend
네트워크·컴퓨터 시스템 관리자

Deploy do backend Django para Cloud Run (GCP). Usar quando precisar publicar mudancas da API em producao.

2026-04-14
ota-update
소프트웨어 개발자

Publicar OTA update via EAS Update para o canal de producao. Usar para mudancas JS-only que nao precisam de build nativo.

2026-04-14
release-notes
소프트웨어 개발자

Gerar release notes para App Store e Google Play baseado nos commits recentes. Usar ao submeter nova versao para review.

2026-04-14
run-tests
소프트웨어 품질 보증 분석가·테스터

Executar testes do projeto. Usar apos modificar codigo para verificar regressoes.

2026-04-14
start-dev
소프트웨어 개발자

Iniciar ambiente de desenvolvimento completo (backend + mobile). Usar quando quiser subir os servicos para desenvolvimento.

2026-04-14
submit-android
소프트웨어 개발자

Enviar build Android AAB para Google Play Console. Usar apos build Android finalizado.

2026-04-14
submit-ios
소프트웨어 개발자

Enviar build iOS mais recente para TestFlight/App Store Connect. Usar apos build iOS finalizado.

2026-04-14
short-description
소프트웨어 개발자

too short

2026-04-14
ai-integration
소프트웨어 개발자

Integrate AI capabilities using LiteLLM (multi-provider) or Claude Agent SDK. Use when adding AI-generated content, streaming responses, or autonomous code execution.

2026-04-14
autodev-pipeline
소프트웨어 개발자

Build or use the proactive auto-development pipeline (issue detection → spec → plan → implement → PR). Covers the autodev Django app architecture.

2026-04-14
celery-async
소프트웨어 개발자

Create, debug, and test Celery 5 async tasks with Redis. Use when adding background processing, scheduled jobs, or long-running AI operations.

2026-04-14
django-patterns
소프트웨어 개발자

Conventions and patterns for Django 5.2 + DRF development. Use when creating new apps, models, serializers, views, or URLs.

2026-04-14
frontend-design
웹 개발자

Create distinctive, production-grade frontend interfaces with high design quality. Use when building web components, pages, or React Native screens. Generates creative, polished code that avoids generic AI aesthetics.

2026-03-16
systematic-debugging
소프트웨어 개발자

Use when encountering any bug, test failure, or unexpected behavior. Investigate root cause BEFORE proposing any fix.

2026-03-16