Skip to main content
irahardianto
GitHub creator profile

irahardianto

Repository-level view of 147 collected skills across 8 GitHub repositories.

skills collected
147
repositories
8
updated
Aug 23, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
awesome-agv
46 skills · Aug 21, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersInformation Security AnalystsData ScientistsDatabase ArchitectsNetwork & Computer Systems Administrators
9 occupation categories · 78% classified
31%share
#02
rugged-gemini
42 skills · May 12, 2026
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & TestersData ScientistsProject Management SpecialistsWeb Developers
9 occupation categories · 100% classified
29%share
#03
claude-superpowers
25 skills · Apr 14, 2026
Software DevelopersNetwork & Computer Systems AdministratorsDatabase ArchitectsGraphic DesignersInformation Security AnalystsMathematical Science Teachers, Postsecondary
9 occupation categories · 100% classified
17%share
#04
awesome-gcli-test
24 skills · Apr 21, 2026
Software DevelopersWeb & Digital Interface DesignersDatabase ArchitectsNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & TestersWeb Developers
6 occupation categories · 100% classified
16%share
#05
qurio
5 skills · Dec 26, 2025
Software DevelopersComputer Systems AnalystsTechnical WritersWeb Developers
4 occupation categories · 100% classified
3.4%share
#06
gatekeeper
2 skills · Feb 17, 2026
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 100% classified
1.4%share
#07
monarch
2 skills · Dec 31, 2025
Graphic DesignersSoftware Developers
2 occupation categories · 100% classified
1.4%share
#08
pathfinder
1 skills · Aug 23, 2026
classification pending
0.7%share
repository explorer

Repositories and representative skills

agent-protocols
unclassified

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…

Aug 21, 2026
parallel-dispatch
unclassified

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…

Aug 21, 2026
api-documentation
unclassified

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

Aug 21, 2026
code-review
unclassified

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.

Aug 21, 2026
guardrails
unclassified

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.

Aug 21, 2026
research-methodology
unclassified

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

Aug 21, 2026
adr
unclassified

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.

Aug 21, 2026
structured-spec
unclassified

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 +…

Aug 21, 2026
Showing 8 of 46 collected skills.
pathfinder
software-developers

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.

May 12, 2026
browser-automation
web-developers

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

May 12, 2026
command-execution-principles
software-developers

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

May 7, 2026
git-workflow
software-developers

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

May 7, 2026
incident-response
network-and-computer-systems-administrators

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

May 7, 2026
parallel-dispatch-dag
software-developers

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.

May 7, 2026
parallel-dispatch-decomposition
software-developers

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.

May 7, 2026
parallel-dispatch-merge
software-developers

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.

May 7, 2026
Showing 8 of 42 collected skills.
code-review
software-quality-assurance-analysts-and-testers

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…

Apr 14, 2026
frontend-design
web-developers

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…

Apr 14, 2026
research-methodology
software-developers

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…

Apr 14, 2026
accessibility-principles
web-and-digital-interface-designers

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.

Apr 8, 2026
adr
software-developers

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…

Apr 8, 2026
api-design-principles
software-developers

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.

Apr 8, 2026
ci-cd-gitops-kubernetes
network-and-computer-systems-administrators

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.

Apr 8, 2026
ci-cd-principles
software-developers

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.

Apr 8, 2026
Showing 8 of 25 collected skills.
accessibility-principles
web-developers

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

Apr 21, 2026
adr
software-developers

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

Apr 21, 2026
api-design-principles
software-developers

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

Apr 21, 2026
ci-cd-gitops-kubernetes
software-developers

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

Apr 21, 2026
ci-cd-principles
software-developers

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

Apr 21, 2026
code-review
software-quality-assurance-analysts-and-testers

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.

Apr 21, 2026
command-execution-principles
software-developers

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

Apr 21, 2026
concurrency-and-threading-principles
software-developers

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

Apr 21, 2026
Showing 8 of 24 collected skills.
Showing 8 of 8 repositories
All repositories loaded