Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
Alfonso-Castano
ملف منشئ GitHub

Alfonso-Castano

عرض على مستوى المستودعات لـ 13 skills مجمعة عبر 3 مستودعات GitHub.

skills مجمعة
13
مستودعات
3
محدث
2026-07-08
مستكشف المستودعات

المستودعات و skills الممثلة

feature-discuss
مطوّرو البرمجيات

Capture implementation decisions for a feature before planning begins — libraries, error handling, edge cases, scope boundary. First step of the full feature loop.

2026-07-08
feature-execute
مطوّرو البرمجيات

Run the task files produced by /feature-plan, one fresh-context executor subagent per task (or wave), one commit per completed task. Third step of the full feature loop.

2026-07-08
feature-plan
مطوّرو البرمجيات

Research (conditionally) and decompose an approved feature into per-task files. Second step of the full feature loop. Supports --thorough for a fuller research pass on unfamiliar or high-risk work.

2026-07-08
feature-quick
مطوّرو البرمجيات

Fast path for a small, well-understood feature or fix. Skips discuss/plan/verify ceremony but still writes one task file and still requires evidence before claiming completion.

2026-07-08
feature
مطوّرو البرمجيات

Entry point for building a feature. Classifies scope and routes to the fast path or the full discuss/plan/execute/verify loop. Also reports status on an in-flight feature.

2026-07-08
feature-verify
مطوّرو البرمجيات

Single merged review pass (spec compliance + code quality + goal alignment) plus a hard evidence gate before the feature can be marked done. Fourth step of the full feature loop.

2026-07-08
init-project
مطوّرو البرمجيات

Initialize a new project from a rough idea. Deep interrogation, optional domain research, and a roadmap if needed — writes durable context to .context/ that every future session and skill reads from. One-time, whole-project setup — not for individual features within an already-initialized project.

2026-07-08
prompt-engineer
مطوّرو البرمجيات

Generate self-contained, agent-ready prompts for delegating work to fresh Claude sessions or sub-agents. Use whenever you need to hand off a task (fix, feature, debug, refactor) to another agent that has no prior context. Also use when crafting sub-agent prompts within workflows, or when any skill/workflow needs a high-quality delegation prompt. Trigger on: "generate a prompt for", "write a prompt to", "hand this off to another agent", "create a fix prompt", or any context where work must be delegated to a fresh agent with zero shared context.

2026-07-08
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
orchestrator
المهن الحاسوبية الأخرى

Multi-agent strategy skill for deciding how to parallelize work and generating ready-to-use spawn prompts. Invoke this skill — automatically or via /orchestrate — whenever a task scope feels too large for a single context window, when specialization would clearly benefit different parts of the task, when independent parallel tracks exist, or when the complexity suggests the main context would be polluted by keeping everything inline. This skill diagnoses whether to use a single session, subagents, or an agent team; decomposes work into tracks with explicit file ownership; seeds each agent's context; and produces ready-to-use spawn prompts. Subagents are the default parallelization tool — use them liberally. Agent teams have a high bar. When in doubt about whether to parallelize, invoke this skill to decide.

2026-06-16
prompt-engineer
المهن الحاسوبية الأخرى

Generate self-contained, agent-ready prompts for delegating work to fresh Claude sessions or sub-agents. Use whenever you need to hand off a task (fix, feature, debug, refactor) to another agent that has no prior context. Also use when crafting sub-agent prompts within workflows, or when any skill/workflow needs a high-quality delegation prompt. Trigger on: "generate a prompt for", "write a prompt to", "hand this off to another agent", "create a fix prompt", or any context where work must be delegated to a fresh agent with zero shared context.

2026-06-16
عرض 3 من أصل 3 مستودعات
تم تحميل كل المستودعات