Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

ai-augmented-developer

ai-augmented-developer には suportly から収集した 38 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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