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

ai

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

skills مجمعة
53
Stars
7
محدث
2026-06-20
Forks
1
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

bugbash
محللو ضمان جودة البرمجيات والمختبرون

Use when the user wants to do a QA session or report multiple bugs — interactive session where bugs are reported conversationally and agents fix them in parallel

2026-06-20
agent-driven-development
مطوّرو البرمجيات

Use when executing implementation plans with independent tasks — orchestration pattern for worktree isolation, TDD discipline, and two-stage review. Referenced by execute-plan, fixit, and bugbash.

2026-06-20
fixit
مطوّرو البرمجيات

Use when the user reports a bug or issue that can be fixed without blocking their current work — backgrounds an agent in a worktree to fix and merge back without breaking stride

2026-06-20
ralph-review
محللو ضمان جودة البرمجيات والمختبرون

Use after implementing changes in an OpenSpec project to review implementation against the active change's deltas — auto-fixes confident issues, parks questions for the user

2026-06-20
anutron-install
مطوّرو البرمجيات

Install the anutron (claude-skills) kit into the current project — symlinks or copies skills, registers hooks, compiles CLAUDE.md from snippets.

2026-06-01
anutron-uninstall
مطوّرو البرمجيات

Uninstall the anutron (claude-skills) kit from the current project — reverses everything /anutron-install did.

2026-06-01
bash-style
مطوّرو البرمجيات

Reference for bash patterns that trigger Claude Code permission guardrails (static-analysis flags that allowlist rules cannot silence). Load when about to run bash with `cd <repo> && git ...`, `$(...)`, backticks, heredocs, inline `python3 -c` / `node -e` / `ruby -e` / `perl -e`, multi-line shell logic with variables/conditionals, or before allowlisting a new script path. Also covers always-prompt verbs and the `git -C` known gap.

2026-06-01
debug
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes — multi-agent competing hypotheses debugging

2026-06-01
handoff
مطوّرو البرمجيات

Generate a handoff prompt to pass context to another agent thread. Use when switching repos, handing off work, or sharing context between agents.

2026-06-01
improve
مطوّرو البرمجيات

Use at the end of a session to run a retrospective — upgrades skills, fixes codebase gaps, and captures durable knowledge

2026-06-01
kickoff
مطوّرو البرمجيات

Use when starting a brand new project from scratch -- runs discovery, picks a tech stack tier, then hands off to brainstorm and build. Guides non-technical and technical users alike.

2026-06-01
migrate-to-openspec
مطوّرو البرمجيات

Use when a project has legacy AI-RON specs (a `.specs` file or top-level `specs/*.md`) but no `openspec/` directory and the user wants spec work. Convert a legacy AI-RON spec project (`.specs` file + `specs/*.md`) to OpenSpec layout with verifiable fidelity. One-time per project. Translator + verifier agents preserve every Given/When/Then case as an OpenSpec scenario, archive originals at `.workflow/legacy-specs/`, and install the new pre-commit hook + CLAUDE.md snippets.

2026-06-01
plannotator-specs
محللو ضمان جودة البرمجيات والمختبرون

Interactive spec review via Plannotator. Use after writing a spec document (design doc, SPEC file) to let the user review it with inline annotations before committing. Auto-detects the most recently written spec file.

2026-06-01
upload-notion-image
مطوّرو البرمجيات

Upload local images to Notion pages natively via the Notion API file upload flow. No external hosting needed — images live inside Notion. Use when embedding images in Notion pages.

2026-06-01
close-worktree
مطوّرو البرمجيات

Use when done working in a git worktree and ready to merge it back to the main branch — asks whether to merge or squash

2026-05-26
execute-plan
مطوّرو البرمجيات

Use when an OpenSpec change is approved and ready to implement — executes the change's tasks.md with agent-driven development, worktree isolation, TDD discipline, two-stage review, native Task dependencies for parallel execution, and `openspec archive` at the end.

2026-05-25
changelog
مطوّرو البرمجيات

Use when the user asks for a changelog, release notes, or summary of recent changes

2026-05-25
guard
محللو أمن المعلومات

Use before any git commit to check for secrets, security antipatterns, and test breakage

2026-05-25
merge
مطوّرو البرمجيات

Use when the user wants to merge the current branch to master — merges via GitHub PR

2026-05-25
pr
مطوّرو البرمجيات

Use when code is ready to ship — opens a PR, waits for CI to pass, fixes failures, addresses review comments, and loops until fully green

2026-05-25
rereview
مطوّرو البرمجيات

Use when a previous review missed something or the user wants a thorough second pass — re-review with fresh eyes, zero regressions, go slow and analyze everything

2026-05-25
save-w-specs
مطوّرو البرمجيات

Use when ready to commit completed work — saves progress and verifies that behavioral code changes are accompanied by deltas in an active OpenSpec change (but never derives specs from code)

2026-05-25
spec-audit
مطوّرو البرمجيات

Audit codebase spec coverage – inventory OpenSpec capabilities, map them to code, dispatch agents to find behavioral gaps. Use when the user wants to check spec health or find coverage holes.

2026-05-25
spec-recommender
مطوّرو البرمجيات

Use when code exists without spec coverage to detect gaps, infer intent, and recommend OpenSpec capabilities + requirements. Output points the user at `openspec instructions specs` to scaffold the right structure.

2026-05-25
spec-todo
مطوّرو البرمجيات

List, pick, and execute deferred work items from .workflow/todo/. Use when the user asks about backlog, deferred work, or what needs doing.

2026-05-25
spec-writer
مطوّرو البرمجيات

Use whenever writing or updating OpenSpec artifact text — thin orchestrator around `openspec instructions <artifact>`. Returns enriched templates plus project context per artifact (proposal, design, tasks, specs).

2026-05-25
test
محللو ضمان جودة البرمجيات والمختبرون

Use after writing or modifying code to run targeted tests and identify coverage gaps, before claiming code works

2026-05-25
unstaged
مطوّرو البرمجيات

Use when the user wants to see what's changed or plan commits — shows uncommitted/unstaged changes grouped by logical commit themes

2026-05-25
write-skill
مطوّرو البرمجيات

Use when creating a new skill or improving an existing one — applies best practices for structure, dynamic context, and safety

2026-05-25
airon-excluded
مطوّرو البرمجيات

A personal skill matching the airon-* exclude pattern.

2026-05-23
brainstorm
مطوّرو البرمجيات

Explore ideas and design solutions collaboratively before building.

2026-05-23
bugbash
محللو ضمان جودة البرمجيات والمختبرون

Interactive QA session for reporting and fixing bugs in parallel.

2026-05-23
guard
محللو أمن المعلومات

Pre-commit quality gate — checks for secrets and test failures.

2026-05-23
personal-only
مطوّرو البرمجيات

A personal skill that should not appear in non-full scopes.

2026-05-23
pr
مطوّرو البرمجيات

Open a PR, wait for CI, fix failures, address review, loop until green.

2026-05-23
untagged
مطوّرو البرمجيات

A skill with no tags field — only installable under scope=full.

2026-05-23
brainstorm
مطوّرو البرمجيات

You MUST use this before any creative work -- creating features, building components, adding functionality, or modifying behavior. Explores intent, designs the solution, scaffolds an OpenSpec change folder (proposal + design + delta specs + tasks), and hands off to execution.

2026-05-23
devils-advocate
محللو الإدارة

Use when the user wants to stress-test an idea, plan, or approach — challenges assumptions and finds weaknesses before committing

2026-05-23
doitright
متخصصو إدارة المشاريع

Pick the long-term-correct option from the choices you just presented. Use when the user types /doitright in response to a multi-option recommendation, meaning "go with the proper long-term fix unless there's a real downside beyond effort."

2026-05-23
eli5
الكتّاب التقنيون

Restate your prior response in plain, non-technical language and orient the user around the decision they need to make. Use when the user types /eli5 or asks to have something explained simply.

2026-05-23
عرض أهم 40 من أصل 53 skills مجمعة في هذا المستودع.