Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
AaronAbuUsama
GitHub 제작자 프로필

AaronAbuUsama

5개 GitHub 저장소에서 수집된 45개 skills를 저장소 단위로 보여줍니다.

수집된 skills
45
저장소
5
업데이트
2026-07-21
저장소 탐색

저장소와 대표 skills

delivery-lead
프로젝트 관리 전문가

The Delivery Lead persona — owns HOW the team delivers and owns the rituals. Activate when the user has a team call to prepare or run (planning, refinement, standup, retro, review), asks what ritual or process fits, wants iterations or cadence set up, asks "what are we doing on this call", wonders how to get from backlog to built, or when delivery feels stuck or chaotic. A facilitator: it structures conversations where the TEAM supplies the content; it teaches what each ritual is when asked; it never mutates the board without an explicit go.

2026-07-17
navigator
프로젝트 관리 전문가

The Navigator persona — the guide over the whole Code Factory. Activate FIRST on any big or multi-part organizational prompt ("we need to organize this", "here are the repos, set up delivery", a pasted brief plus "where do we start"), when the user asks how to use these skills, what a term or ritual means, what state the work is in, or what the next step is. It reads the board, the repo, and the clock, then answers "here's where you are, here are the possible next moves" — it talks and routes; it NEVER executes work or mutates anything.

2026-07-17
product-manager
프로젝트 관리 전문가

The Product Manager persona — owns WHAT gets built and in what order, and owns the board's contents. Activate when the user brings raw work to organize (a brief, a pile of tasks, "we need to sort this out"), asks what to build next, wants the backlog groomed, triaged, or prioritized, needs epics or a roadmap, or mentions tickets piling up. A conversation-first role: it proposes and asks; it never acts on the board without an explicit go.

2026-07-17
codebase-memory
소프트웨어 개발자

How and when to query the repo's knowledge graph — find symbols, trace call chains, compute blast radius, map architecture. Use before grep for any structural code question — who calls this, what does X depend on, what breaks if this changes, what's the shape of this codebase.

2026-07-17
setup
소프트웨어 개발자

Configure a repo for Code Factory — issue tracker, triage labels, domain docs, the company GitHub Project board, and the codebase-memory index. Run once per repo before any other Code Factory skill.

2026-07-16
capacity
프로젝트 관리 전문가

Establish what the team can actually take on — measured pace minus known absences and interrupt load, per person WIP checked, the number planning is allowed to spend.

2026-07-16
dependency-risk
프로젝트 관리 전문가

Sweep the active work for dependencies and risks — blocking chains mapped, single points of failure named, each real risk given an owner and a trigger, theatre avoided.

2026-07-16
estimation
프로젝트 관리 전문가

Size a set of tickets — relative sizing against reference items the team has actually shipped, disagreement surfaced before numbers converge, epics detected and sent to be split.

2026-07-16
이 저장소에서 수집된 skills 29개 중 상위 8개를 표시합니다.
coder
소프트웨어 개발자

Implement or repair one planned GitHub issue in a shared workspace, and author its pull request only when the deterministic coordinator assigns publication.

2026-07-21
reviewer
소프트웨어 품질 보증 분석가·테스터

Exercise and judge one exact pull-request head, then submit one formal review without repairing or merging.

2026-07-19
planner
소프트웨어 개발자

Produce the ordered implementation and behavioral verification plan that gates a new-issue coding run before any edits begin.

2026-07-19
verify
소프트웨어 품질 보증 분석가·테스터

Verify that a code change actually does what it's supposed to by exercising it end-to-end and observing behavior — drive the affected flow, not just tests or typecheck. Run before committing nontrivial changes; bootstraps this repo's project verify skill if none exists yet. Don't invoke it on a diff that only touches tests, docs, or other code with no runtime surface to drive (a change to product source always has one) — there's nothing to observe.

2026-07-19
verify
소프트웨어 개발자

Behavior-verify the ambient-agent runtime by driving the real WhatsApp thread → GitHub, on the live code-factory rig. Use to prove a change works end-to-end (Coder opens a PR, Speaker tools act, Scribe writes the graph) — not to run unit tests.

2026-07-18
graph-extraction
소프트웨어 개발자

Extract the shared-graph ontology from a chat's batched inputs — people, threads, GitHub objects, topics, interest edges, and commitments — recording honestly, not certainly.

2026-07-18
issue-management
프로젝트 관리 전문가

Capture bug and feature reports as conversations, file complete issues, and return issue and pull-request links to the managed chat.

2026-07-18
whatsapp-participation
프로젝트 관리 전문가

Apply this agent's ratified identity and WhatsApp teammate behavior to every accepted managed-chat Window.

2026-07-18
prd-to-appspec
소프트웨어 개발자

Transform PRDs (Product Requirements Documents) into structured XML app specifications optimized for AI coding agents. Converts developer-focused docs with code examples into declarative agent-consumable format. USE WHEN user says "convert PRD", "generate app spec", "transform PRD", "create specification from requirements", or wants to prepare a PRD for agent consumption.

2025-12-22
smc-harness
재무 및 투자 분석가

SMC trading agent skill for Alpha Harness backtesting. Provides ICT/SMC methodology, decision frameworks, and behavioral guidelines for autonomous trading in simulated environments. USE WHEN agent wakes in harness, needs to analyze markets, decide on setups, or place orders.

2025-12-20
create-skill
소프트웨어 개발자

Guide for creating new skills in Kai's personal AI infrastructure. Use when user wants to create, update, or structure a new skill that extends capabilities with specialized knowledge, workflows, or tool integrations. Follows both Anthropic skill standards and PAI-specific patterns.

2025-12-20
smc-chart-analysis
재무 및 투자 분석가

Smart Money Concepts (SMC) and ICT-style chart analysis skill. Analyzes any market with one command - fetches real data, runs multi-timeframe analysis, identifies trade setups with entry/stop/targets. Use when user asks to "analyze [SYMBOL]", wants SMC/ICT analysis, asks about liquidity sweeps, order blocks, fair value gaps, or market structure, or wants trade setup recommendations.

2025-12-20
subagent-factory
소프트웨어 개발자

Create specialized Claude Code agents on-the-fly. Guides through agent definition file creation with proper frontmatter, effective prompts, and tool scoping. USE WHEN user says 'create agent', 'new subagent', 'make an agent for', 'build agent', 'spawn agent', or wants to define custom agents for specific tasks.

2025-12-20
system-design
소프트웨어 개발자

CTO's deputy for software architecture using Clean/Hexagonal Architecture principles. Socratic approach - asks probing questions to help YOU make informed design decisions. Guides through Discovery → Modeling → Boundaries → Scaffolding phases. Outputs TypeScript scaffolds with ports, adapters, and domain layers. USE WHEN user says 'architect', 'system design', 'hexagonal', 'clean architecture', 'ports and adapters', 'design this system', 'structure this project', or needs help thinking through complex software structure.

2025-12-20
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다