Skip to main content
Run any Skill in Manus
with one click
agustinusnathaniel
GitHub creator profile

agustinusnathaniel

Repository-level view of 27 collected skills across 6 GitHub repositories.

skills collected
27
repositories
6
updated
2026-07-11
repository explorer

Repositories and representative skills

global-rules
computer-occupations-all-other

Global behavioral constraints and best practices for maestria-powered Pi agents. Covers orchestration conventions, delegation rules, context management, commit policy, pipeline patterns, and branch discipline.

2026-07-11
orchestrator
computer-occupations-all-other

Maestria agent orchestration dispatcher. Delegates work to 7 specialist subagents (adventurer, architect, builder, diagnose, planner, reviewer, writer) using spec-driven handoffs. Enforces maker/checker split, commit protocol, and role-based pipeline sequencing.

2026-07-11
orchestrator
software-developers

Methodology + delegation + swarm usage for the maestria workflow

2026-07-10
adventurer
software-developers

Codebase reconnaissance agent for deep code understanding. Maps unknown territory - traces call chains, maps module relationships, generates structured reports for downstream specialists. Use for: understanding unfamiliar code, tracing dependencies, gathering context before implementation, investigating module structures. One role per session: exploration only - never implement or design.

2026-07-10
architect
software-developers

Architecture decisions using decision matrices and ADRs. Evaluates options with weighted criteria, clarifies business context first. Use for: technology choices, implementation approaches, trade-off analysis.

2026-07-10
builder
software-developers

Focused implementation agent for atomic tasks. Executes one verifiable unit of work with minimal context. Use for: targeted fixes, feature implementation, refactors, adding tests.

2026-07-10
diagnose
software-developers

Systematic 6-step regression tracing. From error message to root cause to prevention. Use for: cryptic errors, regressions, production bugs.

2026-07-10
planner
software-developers

Create detailed implementation plans with phased dependencies, timelines, and success criteria. Breaks down complex features into verifiable milestones. Use for: complex features requiring multi-phase execution, when the plan needs review before building.

2026-07-10
Showing top 8 of 13 collected skills in this repository.
create-xtarter-app
software-developers

Scaffold new JS/TS projects from curated starter templates pre-configured with Biome, TypeScript strict mode, GitHub Actions CI, VS Code settings, and AI agent skills. Use when user wants to create a new project, scaffold an app from a template, or mentions "create-xtarter-app", "npx create-xtarter-app", "scaffold", "starter template", or a template name like "next-tailwind", "vite-chakra", "vite-tailwind", "vite-hero", or "next-chakra".

2026-06-30
xtarterize
software-developers

Apply production-grade conformance configurations (linting, type checking, CI, editor settings, AI skills, release tooling) to JS/TS projects. Scans package.json and config files to auto-detect framework, bundler, and styling, then resolves applicable tasks. Use when user mentions "xtarterize", "conformance", "setup linting", "add CI", "configure project", "init xtarterize", or any task name like "lint/biome", "ts/strict", or "ci/workflow".

2026-06-30
opensrc
software-developers

Fetch dependency source code to give AI agents deeper implementation context. Use when the agent needs to understand how a library works internally, read source code for a package, fetch implementation details for a dependency, or explore how an npm/PyPI/crates.io package is built. Triggers include "fetch source for", "read the source of", "how does X work internally", "get the implementation of", "opensrc path", or any task requiring access to dependency source code beyond types and docs.

2026-05-21
handoff
secretaries-and-administrative-assistants-except-legal-medical-and-executive

Compact the current conversation into a handoff document for another agent to pick up.

2026-05-19
improve-codebase-architecture
software-developers

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2026-05-19
skill-creator
software-developers

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

2026-05-19
template-skill
software-developers

Replace with description of the skill and when Claude should use it.

2026-05-19
write-a-skill
software-developers

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

2026-05-19
Showing 6 of 6 repositories
All repositories loaded