Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
new-track
Create development track with spec and hierarchical plan through interactive Q&A
MadAppGang/claude-code 248
-
setup
Initialize Conductor with product.md, tech-stack.md, and workflow.md
MadAppGang/claude-code 248
-
test-skill
A test skill for validation testing. Use when testing skill parsing and validation logic.
MadAppGang/claude-code 248
-
bad-skill
MadAppGang/claude-code 248
-
claudish-usage
CRITICAL - Guide for using Claudish CLI ONLY through sub-agents to run Claude Code with OpenRouter models (Grok, GPT-5, Gemini, MiniMax). NEVER run Claudish directly in main context unless user explicitly requests it. Use when user mentions external AI models, Claudish, OpenRouter, or alternative models. Includes mandatory sub-agent delegation patterns, agent selection guide, file-based instructions, and strict rules to prevent context window pollution.
MadAppGang/claude-code 248
-
release
Plugin release process for MAG Claude Plugins marketplace. Covers version bumping, marketplace.json updates, git tagging, and common mistakes. Use when releasing new plugin versions or troubleshooting update issues.
MadAppGang/claude-code 248
-
claudish-integration
MadAppGang/claude-code 248
-
openrouter-trending-models
Fetch trending programming models from OpenRouter rankings. Use when selecting models for multi-model review, updating model recommendations, or researching current AI coding trends. Provides model IDs, context windows, pricing, and usage statistics from the most recent week.
MadAppGang/claude-code 248
-
analytics-interpretation
Interpret GA4 and GSC data with benchmarks, status indicators, and actionable insights
MadAppGang/claude-code 248
-
content-optimizer
On-page SEO optimization techniques including keyword density, meta tags, heading structure, and readability. Use when optimizing existing content or validating new content against SEO requirements.
MadAppGang/claude-code 248
-
serp-analysis
SERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.
MadAppGang/claude-code 248
-
schema-markup
Schema.org markup implementation patterns for rich results. Use when adding structured data to content for enhanced SERP appearances.
MadAppGang/claude-code 248
-
data-extraction-patterns
Common patterns for extracting analytics data from GA4 and GSC with API handling
MadAppGang/claude-code 248
-
content-brief
Content brief template and creation methodology for SEO-optimized content. Use when preparing briefs for writers or planning new content pieces.
MadAppGang/claude-code 248
-
link-strategy
Internal linking strategy and anchor text optimization patterns. Use when planning internal links or optimizing site structure.
MadAppGang/claude-code 248
-
performance-correlation
Correlate content attributes with GA4 and GSC metrics to identify performance drivers
MadAppGang/claude-code 248
-
keyword-cluster-builder
Techniques for expanding seed keywords and clustering by topic and intent. Use when building keyword lists, planning content calendars, or identifying topic clusters for pillar content strategy.
MadAppGang/claude-code 248
-
issue-create
GitHub Issue を作成する手順。依頼を受けたとき、.github/ISSUE_TEMPLATE の内容に応じてテンプレを選び、必須項目を埋めて GitHub MCP(issue_write/create)で Issue を作成する。
yurake/skills
-
ci-fail-followup
PR 作成後に .github/workflows/ci.yml が失敗したときの対応手順。ローカルで pytest 全ケースを実行し、エラー有無で分岐。エラーがあれば修正して commit-push スキルでコミット・プッシュ、無ければ GitHub Actions のログを確認して原因を特定する。
yurake/skills
-
review-rules
セッションの会話から恒久的な振る舞いルールを抽出し、AGENTS.md と突き合わせて追加すべきものを提示する。出力は rules と agents_md_patch の二部構成。
yurake/skills
-
pr-create
PR 作成手順を自動化するためのガイド。依頼を受けたとき、または 参照しているTODOファイル の「PR 作成」以外が完了したタイミングでタイトル・本文整形、テンプレ適用、MCP での PR 作成を行う。
yurake/skills
-
architecture-patterns
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
yurake/skills
-
test-risk-analyzer
あらゆる言語/スタックで潜在バグリスクを洗い出し、追加すべきテストケースを提案する。未テストのエッジケース探索や安全性確認、カバレッジ強化のテスト案提示を求められたときに使用する。
yurake/skills
-
coding-guidelines
チーム開発向けの汎用コーディング規約・設計/実装/テストレビュー観点を即時提示する。 設計前のプランニングと、実装/テスト後のゲートチェックで起動し、重要度(★3〜0)付きのチェックリストと指摘を返す。
yurake/skills