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

blueprint

يحتوي blueprint على 17 من skills المجمعة من owainlewis، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
17
Stars
205
محدث
2026-06-29
Forks
38
التغطية المهنية
التصنيف قيد الانتظار
مستكشف المستودعات

Skills في هذا المستودع

plan
غير مصنف

Break a spec, brief, issue tracker item, or user request into agent-sized tasks, using phases and milestones only when they clarify larger work, delivered to exactly one destination.

2026-06-29
bootstrap-project
غير مصنف

Bootstrap a new or empty project repository with a local skeleton: README, license, .gitignore, AGENTS.md, docs, and optional commit or push only when explicit. Interview the repo creator when file-changing decisions are unclear.

2026-06-24
branch
غير مصنف

Create a traceable Git branch for the current task.

2026-06-24
browser-verify
غير مصنف

Verify browser-rendered work in a real browser. Use for HTML, UI, visual docs, presentations, local apps, and browser-facing changes.

2026-06-24
commit
غير مصنف

Stage intended changes and create one Conventional Commit.

2026-06-24
debug
غير مصنف

Find and fix the root cause when something breaks: a failing test, a broken build, a bug report, or behavior that doesn't match expectations. Use when the user says 'debug', 'why is this failing', 'fix this bug', or when a failure interrupts other work.

2026-06-24
design-doc
غير مصنف

Write a lightweight technical design document for ambiguous or consequential architecture decisions before implementation.

2026-06-24
goal-design
غير مصنف

Write or tighten Codex and Claude Code /goal prompts with clear done conditions, required checks, evidence, and stop rules.

2026-06-24
implement
غير مصنف

Turn one scoped task into a verified diff: code, tests, verification, report. The inner build step of the delivery flow. Use directly when the workspace is prepared and no PR is expected; use task-to-pr when a ticket should become a PR.

2026-06-24
multitask
غير مصنف

Run several tickets to draft PRs at the same time, one isolated worker per ticket. Use when the user passes multiple tickets and wants them worked in parallel. Composes task-to-pr per ticket; never writes code itself.

2026-06-24
pr
غير مصنف

Commit, push, and open a pull request. Use when finished work on the current branch needs to become a PR.

2026-06-24
pr-to-ready
غير مصنف

Takes an open pull request with feedback to merge-ready by inspecting live PR state, classifying feedback, fixing only still-actionable findings, verifying checks, and reporting merge readiness. Never merges. Use when the user asks 'fix the PR', 'address review comments', 'merge?', 'is this ready?', or wants PR feedback resolved.

2026-06-24
refactor
غير مصنف

Improve the shape of existing code without changing behavior.

2026-06-24
review
غير مصنف

Review a code change for correctness, security, contracts, and tests.

2026-06-24
spec
غير مصنف

Write an implementation spec to docs/<feature-slug>/spec.md and pause for human review. Use when the user says "write a spec" or "spec this out", or when implementation requirements, contracts, invariants, interfaces, or error behavior need review before coding. Use design-doc instead for architecture ambiguity, alternatives, or tradeoffs.

2026-06-24
task-to-pr
غير مصنف

Turn one ticket into a draft PR. Use when the user passes a ticket reference (JIRA-123, LIN-123, github#456, an issue URL) and expects code, tests, review, verification, and a PR. Use implement when no PR is expected; use multitask for several tickets at once.

2026-06-24
tdd
غير مصنف

Test-first variant of implement: understand the desired behavior, write a failing test, make it pass, then simplify.

2026-06-24