Skip to main content
irahardianto
GitHub-Creator-Profil

irahardianto

Repository-Ansicht von 147 gesammelten Skills in 8 GitHub-Repositories.

gesammelte Skills
147
Repositories
8
aktualisiert
23. Aug. 2026
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

#01
awesome-agv
46 Skills · 21. Aug. 2026
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -testerInformationssicherheitsanalystenDatenbankarchitektenDatenwissenschaftlerNetzwerk- und Computersystemadministratoren
9 Berufskategorien · 78 % klassifiziert
31 %Anteil
#02
rugged-gemini
42 Skills · 12. Mai 2026
SoftwareentwicklerNetzwerk- und ComputersystemadministratorenSoftwarequalitätssicherungsanalysten und -testerDatenwissenschaftlerProjektmanagementspezialistenWebentwickler
9 Berufskategorien · 100 % klassifiziert
29 %Anteil
#03
claude-superpowers
25 Skills · 14. Apr. 2026
SoftwareentwicklerNetzwerk- und ComputersystemadministratorenDatenbankarchitektenGrafikdesignerHochschullehrer für MathematikInformationssicherheitsanalysten
9 Berufskategorien · 100 % klassifiziert
17 %Anteil
#04
awesome-gcli-test
24 Skills · 21. Apr. 2026
SoftwareentwicklerWeb- und digitale SchnittstellendesignerDatenbankarchitektenNetzwerk- und ComputersystemadministratorenSoftwarequalitätssicherungsanalysten und -testerWebentwickler
6 Berufskategorien · 100 % klassifiziert
16 %Anteil
#05
qurio
5 Skills · 26. Dez. 2025
SoftwareentwicklerComputersystemanalytikerTechnische RedakteureWebentwickler
4 Berufskategorien · 100 % klassifiziert
3,4 %Anteil
#06
gatekeeper
2 Skills · 17. Feb. 2026
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -tester
2 Berufskategorien · 100 % klassifiziert
1,4 %Anteil
#07
monarch
2 Skills · 31. Dez. 2025
GrafikdesignerSoftwareentwickler
2 Berufskategorien · 100 % klassifiziert
1,4 %Anteil
#08
pathfinder
1 Skills · 23. Aug. 2026
Klassifizierung ausstehend
0,7 %Anteil
Repository-Explorer

Repositories und repräsentative Skills

agent-protocols
nicht klassifiziert

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…

21. Aug. 2026
parallel-dispatch
nicht klassifiziert

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…

21. Aug. 2026
api-documentation
nicht klassifiziert

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

21. Aug. 2026
code-review
nicht klassifiziert

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.

21. Aug. 2026
guardrails
nicht klassifiziert

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.

21. Aug. 2026
research-methodology
nicht klassifiziert

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

21. Aug. 2026
adr
nicht klassifiziert

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.

21. Aug. 2026
structured-spec
nicht klassifiziert

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

21. Aug. 2026
Es werden 8 von 46 gesammelten Skills angezeigt.
pathfinder
Softwareentwickler

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.

12. Mai 2026
browser-automation
Webentwickler

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

12. Mai 2026
command-execution-principles
Softwareentwickler

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

7. Mai 2026
git-workflow
Softwareentwickler

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

7. Mai 2026
incident-response
Netzwerk- und Computersystemadministratoren

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

7. Mai 2026
parallel-dispatch-dag
Softwareentwickler

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.

7. Mai 2026
parallel-dispatch-decomposition
Softwareentwickler

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.

7. Mai 2026
parallel-dispatch-merge
Softwareentwickler

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.

7. Mai 2026
Es werden 8 von 42 gesammelten Skills angezeigt.
code-review
Softwarequalitätssicherungsanalysten und -tester

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…

14. Apr. 2026
frontend-design
Webentwickler

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…

14. Apr. 2026
research-methodology
Softwareentwickler

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…

14. Apr. 2026
accessibility-principles
Web- und digitale Schnittstellendesigner

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.

8. Apr. 2026
adr
Softwareentwickler

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…

8. Apr. 2026
api-design-principles
Softwareentwickler

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.

8. Apr. 2026
ci-cd-gitops-kubernetes
Netzwerk- und Computersystemadministratoren

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.

8. Apr. 2026
ci-cd-principles
Softwareentwickler

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.

8. Apr. 2026
Es werden 8 von 25 gesammelten Skills angezeigt.
accessibility-principles
Webentwickler

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

21. Apr. 2026
adr
Softwareentwickler

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

21. Apr. 2026
api-design-principles
Softwareentwickler

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

21. Apr. 2026
ci-cd-gitops-kubernetes
Softwareentwickler

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

21. Apr. 2026
ci-cd-principles
Softwareentwickler

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

21. Apr. 2026
code-review
Softwarequalitätssicherungsanalysten und -tester

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.

21. Apr. 2026
command-execution-principles
Softwareentwickler

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

21. Apr. 2026
concurrency-and-threading-principles
Softwareentwickler

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

21. Apr. 2026
Es werden 8 von 24 gesammelten Skills angezeigt.
8 von 8 Repositories angezeigt
Alle Repositories angezeigt