Skip to main content
irahardianto
GitHub クリエイタープロフィール

irahardianto

8 件の GitHub リポジトリにある 147 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
147
リポジトリ
8
更新
2026年8月23日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
awesome-agv
46 件の skills · 2026年8月21日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリストウェブ・デジタルインターフェースデザイナーデータサイエンティストデータベースアーキテクト
9 件の職業カテゴリ · 78% 分類済み
31%比率
#02
rugged-gemini
42 件の skills · 2026年5月12日
ソフトウェア開発者ネットワーク・コンピュータシステム管理者ソフトウェア品質保証アナリスト・テスターウェブ開発者データサイエンティストプロジェクト管理専門家
9 件の職業カテゴリ · 100% 分類済み
29%比率
#03
claude-superpowers
25 件の skills · 2026年4月14日
ソフトウェア開発者ネットワーク・コンピュータシステム管理者ウェブ・デジタルインターフェースデザイナーグラフィックデザイナーソフトウェア品質保証アナリスト・テスターデータベースアーキテクト
9 件の職業カテゴリ · 100% 分類済み
17%比率
#04
awesome-gcli-test
24 件の skills · 2026年4月21日
ソフトウェア開発者ウェブ・デジタルインターフェースデザイナーウェブ開発者ソフトウェア品質保証アナリスト・テスターデータベースアーキテクトネットワーク・コンピュータシステム管理者
6 件の職業カテゴリ · 100% 分類済み
16%比率
#05
qurio
5 件の skills · 2025年12月26日
ソフトウェア開発者ウェブ開発者コンピュータシステムアナリストテクニカルライター
4 件の職業カテゴリ · 100% 分類済み
3.4%比率
#06
gatekeeper
2 件の skills · 2026年2月17日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
1.4%比率
#07
monarch
2 件の skills · 2025年12月31日
グラフィックデザイナーソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
1.4%比率
#08
pathfinder
1 件の skills · 2026年8月23日
分類待ち
0.7%比率
リポジトリエクスプローラー

リポジトリと代表的な skills

agent-protocols
未分類

Shared protocols for all agents in the multi-agent pipeline: recursive nesting, pre-implementation restatement, agent spawn protocol, parallel dispatch format, completion reporting, and sovereign subagent awareness. Load this skill instead of inlining these…

2026年8月21日
parallel-dispatch
未分類

MECE task decomposition, file ownership enforcement, DAG-based execution, and safe merge protocol for intra-domain parallel dispatch. The safety invariants that prevent merge chaos when multiple agents write in parallel. Applies recursively at every nesting…

2026年8月21日
api-documentation
未分類

OpenAPI 3.1 specification writing, request/response examples, error documentation, versioning, and interactive API portal patterns.

2026年8月21日
code-review
未分類

Structured code review protocol for inspecting code quality against the full rule set. Use when auditing code written by yourself or another agent, during the /audit workflow, or when the user asks for a code review.

2026年8月21日
guardrails
未分類

Pre-flight checklist and post-implementation self-review protocol. Use before generating any code (pre-flight) and after writing code but before verification (self-review) to catch issues early.

2026年8月21日
research-methodology
未分類

Structured research protocol: investigate technologies, patterns, APIs before implementation. Multi-tool search, research logs, training data fallback honesty.

2026年8月21日
adr
未分類

Architecture Decision Record skill for documenting significant architectural decisions with context, options, and consequences. Use during the Research phase when choosing between approaches, or whenever the user asks to document an architectural decision.

2026年8月21日
structured-spec
未分類

Write, review, validate, or parse structured specification documents — PRDs, SDDs (design docs), implementation plans, TSDs (technical specs), BDD specs, and ADRs (architecture decision records) — using the Structured Spec standard (YAML frontmatter +…

2026年8月21日
収集済み skill 46 件中 8 件を表示しています。
pathfinder
ソフトウェア開発者

Session bootstrap + workflows for Pathfinder semantic navigation tools. Covers: discovery protocol, tool chaining patterns (explore, impact, audit, debug), search optimization, LSP degraded mode, and error recovery.

2026年5月12日
browser-automation
ウェブ開発者

Playwright browser automation via MCP. Covers E2E testing, UI review, web scraping, screenshot capture, and general browser interaction. MCP-first — CLI is fallback only.

2026年5月12日
command-execution-principles
ソフトウェア開発者

Safe command execution: input sanitization, timeout handling, output capture, error propagation. For spawning processes, shell commands, system calls.

2026年5月7日
git-workflow
ソフトウェア開発者

Git conventions: conventional commits, branch naming, PR hygiene, release tagging.

2026年5月7日
incident-response
ネットワーク・コンピュータシステム管理者

Structured incident workflow: severity classification, triage, diagnosis, mitigation, postmortem, and prevention. Template-driven with blameless review.

2026年5月7日
parallel-dispatch-dag
ソフトウェア開発者

Constructs, validates, and traverses a Directed Acyclic Graph (DAG) from scope cards for safe level-based parallel dispatch. Determines execution order via topological sort. Detects cycles and invalid dependencies.

2026年5月7日
parallel-dispatch-decomposition
ソフトウェア開発者

Decomposes broad tasks into MECE, parallelizable sub-tasks with explicit scope cards. Core skill for intra-domain parallel dispatch. Produces scope cards consumed by parallel-dispatch-dag, parallel-dispatch-ownership, and parallel-dispatch-merge skills.

2026年5月7日
parallel-dispatch-merge
ソフトウェア開発者

Safe, sequential merge protocol for integrating N parallel worktree branches back into main. Defines merge ordering, quality gates between merges, conflict classification, and the updated worktree naming convention for multi-instance dispatches.

2026年5月7日
収集済み skill 42 件中 8 件を表示しています。
code-review
ソフトウェア品質保証アナリスト・テスター

Execute a structured code review protocol that inspects code quality against the full rule set. Use when auditing code written by yourself or another agent, during code audit workflows, or when the user asks for a code review. Produces a findings document…

2026年4月14日
frontend-design
ウェブ開発者

Generates distinctive, production-grade frontend interfaces and artifacts (React, Vue, HTML/CSS). Prioritizes bold aesthetics, unique typography, and motion to avoid generic designs. Use when building websites, landing pages, dashboards, posters, or when the…

2026年4月14日
research-methodology
ソフトウェア開発者

Structured research protocol for investigating technologies, patterns, and APIs before implementation. Use when exploring unfamiliar technologies, evaluating library options, or documenting technical findings. Covers multi-tool search strategy, research log…

2026年4月14日
accessibility-principles
ウェブ・デジタルインターフェースデザイナー

Apply WCAG accessibility standards when building UI components, forms, interactive elements, or any user-facing interface. Covers semantic HTML, ARIA attributes, keyboard navigation, color contrast, and screen reader support.

2026年4月8日
adr
ソフトウェア開発者

Document significant architectural decisions using the ADR (Architecture Decision Record) format. Use during research phases when choosing between approaches, when introducing new dependencies or patterns, or when the user asks to document a technical…

2026年4月8日
api-design-principles
ソフトウェア開発者

Apply REST/HTTP API design conventions when implementing endpoints, handlers, middleware, request validation, or response formatting. Covers resource naming, status codes, error formats, versioning, and pagination.

2026年4月8日
ci-cd-gitops-kubernetes
ネットワーク・コンピュータシステム管理者

Apply Kubernetes deployment and GitOps patterns when configuring container orchestration, deployment strategies (rolling, blue-green, canary), ArgoCD/Flux manifests, or Kubernetes secrets management. Supplement to ci-cd-principles.

2026年4月8日
ci-cd-principles
ソフトウェア開発者

Apply CI/CD pipeline design patterns when configuring build pipelines, deployment processes, release strategies, Dockerfiles, or GitHub Actions workflows. Covers pipeline stages, artifact management, environment promotion, and rollback strategies.

2026年4月8日
収集済み skill 25 件中 8 件を表示しています。
accessibility-principles
ウェブ開発者

WCAG accessibility: semantic HTML, ARIA, keyboard nav, contrast, screen readers. For all user-facing interfaces.

2026年4月21日
adr
ソフトウェア開発者

Document architectural decisions using ADR format. Use during research when choosing approaches, introducing deps/patterns, or changing arch.

2026年4月21日
api-design-principles
ソフトウェア開発者

REST/HTTP API design: resource naming, status codes, error formats, versioning, pagination.

2026年4月21日
ci-cd-gitops-kubernetes
ソフトウェア開発者

Kubernetes deployment and GitOps patterns: rolling/blue-green/canary strategies, ArgoCD/Flux manifests, K8s secrets management. Supplement to ci-cd-principles.

2026年4月21日
ci-cd-principles
ソフトウェア開発者

CI/CD pipeline patterns: stages, Dockerfile, GitHub Actions, artifact management, environment promotion, rollback. Layered by deployment complexity.

2026年4月21日
code-review
ソフトウェア品質保証アナリスト・テスター

Structured code review protocol: inspect against full rule set. Use for audit workflows, code reviews, or when user requests review. Produces findings document with severity tags.

2026年4月21日
command-execution-principles
ソフトウェア開発者

Safe command execution: input sanitization, timeout handling, output capture, error propagation. For spawning processes, shell commands, system calls.

2026年4月21日
concurrency-and-threading-principles
ソフトウェア開発者

Concurrency/parallelism patterns: race prevention, deadlock avoidance, message passing, async/channels/mutexes/worker pools.

2026年4月21日
収集済み skill 24 件中 8 件を表示しています。
8 件中 8 件のリポジトリを表示
すべてのリポジトリを表示しました