Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:
irahardianto
GitHub creator profile

irahardianto

Repository-level view of 120 collected skills across 8 GitHub repositories, including approximate occupation coverage.

skills collected
120
repositories
8
occupation fields
1
updated
2026-05-30
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

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

#01
rugged-gemini
42 skills · 2026-05-12
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursDéveloppeurs webScientifiques des donnéesSpécialistes en gestion de projets
9 occupation categories · 98% classified
35%share
#02
claude-superpowers
24 skills · 2026-04-14
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'informationArchitectes de bases de donnéesConcepteurs web et d'interfaces numériques
8 occupation categories · 100% classified
20%share
#03
awesome-gcli-test
24 skills · 2026-04-21
Développeurs de logicielsConcepteurs web et d'interfaces numériquesAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursArchitectes de bases de donnéesDéveloppeurs web
6 occupation categories · 100% classified
20%share
#04
awesome-agv
19 skills · 2026-05-25
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'informationConcepteurs web et d'interfaces numériquesDéveloppeurs webRédacteurs techniques
7 occupation categories · 100% classified
16%share
#05
scaffold
5 skills · 2025-12-31
Développeurs de logicielsDéveloppeurs webDirecteurs marketing
3 occupation categories · 100% classified
4.2%share
#06
qurio
3 skills · 2025-12-26
Analystes des systèmes informatiquesDéveloppeurs de logicielsRédacteurs techniques
3 occupation categories · 100% classified
2.5%share
#07
gatekeeper
2 skills · 2026-02-17
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logiciels
2 occupation categories · 100% classified
1.7%share
#08
pathfinder
1 skills · 2026-05-30
classification pending
0.8%share
repository explorer

Repositories and representative skills

#001
rugged-gemini
42 skills52updated 2026-05-12
35% of creator
pathfinder
non classé

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-05-12
browser-automation
Développeurs web

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-05-12
command-execution-principles
Développeurs de logiciels

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

2026-05-07
git-workflow
Développeurs de logiciels

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

2026-05-07
incident-response
Administrateurs de réseaux et de systèmes informatiques

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

2026-05-07
parallel-dispatch-dag
Développeurs de logiciels

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-05-07
parallel-dispatch-decomposition
Développeurs de logiciels

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-05-07
parallel-dispatch-merge
Développeurs de logiciels

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-05-07
Showing top 8 of 42 collected skills in this repository.
#002
claude-superpowers
24 skills20updated 2026-04-14
20% of creator
code-review
Analystes en assurance qualité des logiciels et testeurs

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 with severity tags.

2026-04-14
research-methodology
Développeurs de logiciels

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 conventions, and training data fallback honesty protocol.

2026-04-14
accessibility-principles
Concepteurs web et d'interfaces numériques

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-04-08
adr
Développeurs de logiciels

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 decision.

2026-04-08
api-design-principles
Développeurs de logiciels

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-04-08
ci-cd-gitops-kubernetes
Administrateurs de réseaux et de systèmes informatiques

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-04-08
ci-cd-principles
Développeurs de logiciels

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-04-08
command-execution-principles
Développeurs de logiciels

Apply safe command execution patterns when spawning external processes, shell commands, or system calls from application code. Covers input sanitization, timeout handling, output capture, and error propagation.

2026-04-08
Showing top 8 of 24 collected skills in this repository.
#003
awesome-gcli-test
24 skills00updated 2026-04-21
20% of creator
accessibility-principles
Développeurs web

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

2026-04-21
adr
Développeurs de logiciels

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

2026-04-21
api-design-principles
Développeurs de logiciels

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

2026-04-21
ci-cd-gitops-kubernetes
Développeurs de logiciels

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

2026-04-21
ci-cd-principles
Développeurs de logiciels

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

2026-04-21
code-review
Analystes en assurance qualité des logiciels et testeurs

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-04-21
command-execution-principles
Développeurs de logiciels

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

2026-04-21
concurrency-and-threading-principles
Développeurs de logiciels

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

2026-04-21
Showing top 8 of 24 collected skills in this repository.
#004
awesome-agv
19 skills14647updated 2026-05-25
16% of creator
omni
Rédacteurs techniques

Token-efficient communication protocol. Activate ONLY when: (1) user explicitly requests it (e.g., "use omni", "be concise", "compress output"), (2) dispatched as a sub-agent in /workflow-team pipelines where token budget matters, or (3) agent-to-agent communication via /omni headless modifier. Never activate by default in normal conversations — users expect natural language responses unless they opt in. Compresses prose form while preserving 100% technical accuracy. Code blocks, tool calls, file paths, and data are NEVER compressed.

2026-05-25
code-review
Analystes en assurance qualité des logiciels et testeurs

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-05-25
guardrails
Développeurs de logiciels

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-05-25
debugging-protocol
Développeurs de logiciels

Comprehensive protocol for validating root causes of software issues. Use when you need to systematically debug a complex bug, flaky test, or unknown system behavior by forming hypotheses and validating them with specific tasks.

2026-05-25
perf-optimization
Développeurs de logiciels

Profile-driven performance optimization protocol. Use when profiling data (CPU, heap, trace) is available or when the user requests performance analysis. Covers methodology, pattern catalog, safety invariants, and when-to-stop heuristics. Language-specific tooling is in languages/*.md.

2026-05-25
adr
Développeurs de logiciels

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-05-25
api-documentation
Développeurs de logiciels

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

2026-05-25
chaos-testing
Analystes en assurance qualité des logiciels et testeurs

Controlled failure injection: hypothesis design, blast radius control, safety mechanisms, game day planning, and resilience verification.

2026-05-25
Showing top 8 of 19 collected skills in this repository.
#005
scaffold
5 skills00updated 2025-12-31
4.2% of creator
brand-identity-creator
Directeurs marketing

Comprehensive guide for creating brand identity guidelines. Use this skill when a user wants to define, create, or document a brand's identity, including mission, vision, values, personality, and visual elements.

2025-12-31
mobile-design
Développeurs de logiciels

Create distinctive, production-grade mobile interfaces with high design quality using Flutter. Use this skill when the user asks to build mobile apps, screens, widgets, animations, or UI components. Generates creative, polished Flutter code that avoids generic standard widget aesthetics.

2025-12-31
frontend-design
Développeurs web

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 user requests to style, beautify, or create visually striking UI.

2025-12-16
knowledge-searching
Développeurs de logiciels

Retrieves implementation knowledge, code examples, and documentation references. Use to inform technical decision-making when the user requires specific library usage, framework patterns, or syntax details. Trigger on requests to 'search docs', 'find code examples', or 'check implementation details'.

2025-12-16
sequential-thinking
Développeurs de logiciels

Performs dynamic, reflective problem-solving through iterative thought chains. Use for complex planning requiring revision, branching, backtracking, or hypothesis verification. Ideal for multi-step analysis where context maintenance is required or the full scope isn't initially clear.

2025-12-16
#006
qurio
3 skills175updated 2025-12-26
2.5% of creator
#007
gatekeeper
2 skills00updated 2026-02-17
1.7% of creator
8 sur 8 depots affiches
Tous les depots sont affiches