Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
code-analysis
Check if code is readable by non-developers - clear names, plain English comments, no jargon
aiskillstore/marketplace 232
-
pdf-page-extract
Extract rich data from PDF pages including text spans with metadata, rendered PNG images, and page mapping. Creates persistent artifacts for downstream processing.
aiskillstore/marketplace 232
-
quality-verify
Verify the final deliverable meets all quality criteria before delivery. Use as the final validation step to ensure the output meets the user's quality standards across all 6 dimensions.
aiskillstore/marketplace 232
-
quality-report-generate
Generate comprehensive quality report with metrics and verification. Produces final CHAPTER_XX_VERIFICATION.md and quality_metrics.json for deployment approval.
aiskillstore/marketplace 232
-
generate-output
Create the deliverable (code, documentation, tests, content) following the user's standards and best practices. Use after validation passes to actually build the work product.
aiskillstore/marketplace 232
-
ai-visual-accuracy-check
Use AI to compare rendered HTML to original PDF page. AI makes contextual judgment about visual accuracy with explainable reasoning. BLOCKING quality gate - stops pipeline if score below 85%.
aiskillstore/marketplace 232
-
format-standardize
Standardize formatting and apply consistent style to the deliverable. Use after generation to ensure the output matches the user's formatting standards and conventions.
aiskillstore/marketplace 232
-
validate-requirements
Validate that input meets prerequisites based on the user's saved standards for the project type. Use at the start of any quality pipeline to ensure the user has provided sufficient requirements.
aiskillstore/marketplace 232
-
draft-commit
Create a thoughtful, supportive commit message from your staged changes.
aiskillstore/marketplace 232
-
ai-chapter-consolidate
Use AI to merge individual page HTML files into a unified chapter document. Creates continuous document format for improved reading experience and semantic consistency.
aiskillstore/marketplace 232
-
commit-drafter
Automatically draft commit messages by analyzing git status and staged changes
aiskillstore/marketplace 232
-
ascii-preview-generate
Use AI to create ASCII text-based preview of PDF page layout. Transforms visual and extracted data into structured ASCII representation for HTML generation.
aiskillstore/marketplace 232
-
html-structure-validate
Validate HTML5 structure and basic syntax. BLOCKING quality gate - stops pipeline if validation fails. Ensures deterministic output quality.
aiskillstore/marketplace 232
-
ai-html-generate
Use AI to recreate PDF page as semantic HTML. Consumes three inputs (PNG image, parsed text, ASCII preview) for complete contextual understanding and accurate generation.
aiskillstore/marketplace 232
-
swarm
Autonomous multi-agent workflow system for complex coding tasks. Use when the user requests non-trivial changes that would benefit from autonomous execution with built-in review gates. Ideal for refactoring modules, adding major features, migrating codebases, adding comprehensive test coverage, or any multi-step development task that can run autonomously. NOT for simple fixes, typos, or single-file changes.
aiskillstore/marketplace 232
-
setup-dev-env
開発環境セットアップスキル(依存関係インストール、DB初期化、環境変数設定)
aiskillstore/marketplace 232
-
review-architecture
アーキテクチャレビュースキル(設計整合性、コーディング規約、ドキュメント整合性の確認)
aiskillstore/marketplace 232
-
develop-frontend
Next.js/Reactによるフロントエンド実装スキル(UI、API連携、状態管理、テスト)
aiskillstore/marketplace 232
-
fix-bug
バグ修正統合スキル(原因調査→修正→テスト→レビュー→QA→PR作成の全工程自動化)
aiskillstore/marketplace 232
-
pre-commit-check
コミット前品質チェックスキル(Lint、テスト、ビルドの高速検証)
aiskillstore/marketplace 232
-
generate-api-client
Orval APIクライアント生成スキル(OpenAPI仕様書から型安全なAPIクライアントを自動生成)
aiskillstore/marketplace 232
-
update-docs
ドキュメント更新スキル(仕様書、設計書、README等の更新)
aiskillstore/marketplace 232
-
create-feature
新機能開発統合スキル - 要件分析からPR作成まで、新機能開発の全工程を自動化します。analyze-requirements、develop-backend、develop-frontend、review-architecture、qa-check、create-prの各専門スキルを適切な順序で呼び出し、完全な機能開発を実現します。品質基準(テストカバレッジ80%以上、Lint/ビルド成功)を満たすまで自動的にレビュー・修正を繰り返します。
aiskillstore/marketplace 232
-
qa-check
PR作成前の品質保証チェックを実行します。Lint、テスト、ビルド、カバレッジ確認を自動で行い、合格/不合格を判定します。フロントエンドのみ、バックエンドのみ、または両方のチェックが可能です。
aiskillstore/marketplace 232