Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
networking-data
ネットワーク通信・データ永続化ガイド。API通信、HTTP/WebSocket、データキャッシュ、Core Data、Realm、UserDefaults、Keychain等、iOS開発におけるデータ取得・保存の実践的なパターン。
Gaku52/claude-code-skills 5
-
lessons-learned
インシデントから抽出された教訓・ベストプラクティスを体系的に管理し、チーム全体の知識として共有・活用するナレッジベース。継続的学習と品質向上の核となるSkill。
Gaku52/claude-code-skills 5
-
documentation
技術ドキュメント、README、API仕様書、技術書、記事の作成ガイド。
【最重要】実測データ・検証結果の扱い方
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
絶対に守るべきルール:
1. 実際に測定・検証していないデータを「実測」として書かない
2. 架空の数値を具体的に記載しない
3. 「〜したところ」「検証した結果」など、実証したかのような表現を使わない
4. Before/Afterに具体的な数値(メモリ使用量、処理時間等)を書かない
5. 公式ドキュメント・論文・信頼できる情報源のみを引用
読者は「著者が実際に検証した」と受け取ります。
検証していないのに検証したように見える表現は、読者の信頼を裏切る行為です。
Gaku52/claude-code-skills 5
-
incident-logger
開発中に発生した問題・エラー・失敗を即座に記録し、体系的に管理するシステム。再発防止、ナレッジ蓄積、チーム学習を実現する問題管理の中核Skill。
Gaku52/claude-code-skills 5
-
testing-strategy
Gaku52/claude-code-skills 5
-
quality-assurance
品質保証・QAガイド。テスト計画、品質メトリクス、バグ管理、リリース判定基準、探索的テスト、ユーザビリティテストなど、ソフトウェア品質を確保するための実践的な手法。
Gaku52/claude-code-skills 5
-
code-review
効果的なコードレビューの実施方法、レビュー観点チェックリスト、建設的なフィードバック技術、セルフレビュー手法、自動化ツール活用まで、品質とチームコラボレーションを向上させる包括的ガイド。
Gaku52/claude-code-skills 5
-
dependency-management
依存関係管理ガイド。Swift Package Manager、CocoaPods、npm、pip等のパッケージマネージャー運用、バージョン管理、セキュリティアップデート、ライセンス管理など、依存関係の効率的な管理方法。
Gaku52/claude-code-skills 5
-
ci-cd-automation
GitHub Actions、Fastlane、Bitriseを活用したCI/CDパイプライン構築。自動ビルド、テスト実行、コード署名、TestFlight配布、App Store申請まで、開発からリリースまでの完全自動化ガイド。
Gaku52/claude-code-skills 5
-
cli-development
CLIツール開発ガイド。Node.js(Commander、Inquirer)、Python(Click、Typer)、Go(Cobra)、引数パース、インタラクティブUI、アーキテクチャ設計、テスト、配布方法など、プロフェッショナルなCLIツール開発のベストプラクティス。
Gaku52/claude-code-skills 5
-
script-development
スクリプト開発ガイド。Shell、Python、Node.jsスクリプト、自動化、バッチ処理、環境変数管理など、効率的なスクリプト開発のベストプラクティス。
Gaku52/claude-code-skills 5
-
database-design
Gaku52/claude-code-skills 5
-
sql-and-query-mastery
Gaku52/claude-code-skills 5
-
memex-fallback
Fallback to memex-cli when codeagent-wrapper is unavailable. Automatically converts codeagent-wrapper syntax to memex-cli stdin protocol and executes.
chaorenex1/coding-workflow 1
-
tdd
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
chaorenex1/coding-workflow 1
-
codex-cli-bridge
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
chaorenex1/coding-workflow 1
-
git-code-review
Get git records for specified users and days, perform code review for each commit, and generate detailed code review reports
chaorenex1/coding-workflow 1
-
component-tester
This skill should be used when the user asks to "test memex-cli", "test code-with-codex", "test ux-design-gemini", "test /multcode", "run component tests", "validate workflow components", "run integration tests", or "verify plugin functionality". Provides comprehensive testing framework for coding-workflow plugin components.
chaorenex1/coding-workflow 1
-
test-case-organizer
This skill should be used when the user asks to "测试用例整理", "测试整理", "organize test cases", "reorganize tests", "consolidate scattered tests", or mentions test cases scattered in business code that need to be moved to proper test directories.
chaorenex1/coding-workflow 1
-
api-document-generator
Parses interface/API information from files or directories and generates OpenAPI-compliant documentation with timestamps
chaorenex1/coding-workflow 1
-
git-commit-summarizer
Summarizes git commits for specified users over a given time period and generates markdown reports
chaorenex1/coding-workflow 1
-
skill-validator
Validates Claude skill files for correct structure, YAML frontmatter, Python imports, naming conventions, and compliance with official documentation
chaorenex1/coding-workflow 1
-
memex-cli
Execute AI tasks (codex/claude/gemini) with memory and resume support via memex-cli stdin protocol.
chaorenex1/coding-workflow 1
-
design-doc-generator
This skill should be used when the user asks to "generate design document", "create database schema", "design API interface", "draw flowchart", "create sequence diagram", "design system architecture", "design module structure", "create data flow diagram", or mentions technical design documentation. Generates comprehensive technical design documents with database schemas, API specs, and Mermaid diagrams.
chaorenex1/coding-workflow 1