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

project-ax

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

skills مجمعة
46
مستودعات
2
محدث
2026-06-03
مستكشف المستودعات

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

ax-logging-errors
مطوّرو البرمجيات

Use when modifying logging, error handling, or diagnostic messages — logger setup, transports, error diagnosis patterns in src/logger.ts and src/errors.ts

2026-04-22
ax-host
مطوّرو البرمجيات

Use when modifying the trusted host process — server orchestration, message routing, IPC handler, request lifecycle, event streaming, file handling, plugin loading, or agent delegation in src/host/

2026-04-22
ax-agent
مطوّرو البرمجيات

Use when modifying the sandboxed agent process — runner, IPC client, local/IPC tools, tool catalog, prompt building, or identity loading in src/agent/

2026-04-22
ax-provider-sandbox
مطوّرو البرمجيات

Use when modifying agent sandbox isolation -- Docker, Apple Container (macOS), or k8s providers in src/providers/sandbox/

2026-04-22
ax-ipc
مطوّرو البرمجيات

Use when modifying IPC protocol between host and agent — schemas, actions, length-prefix framing, or Zod validation in ipc-schemas.ts and ipc-server.ts

2026-04-22
ax
مطوّرو البرمجيات

AX project architecture and coding skills - use sub-skills for specific subsystems (agent, host, cli, providers, etc.)

2026-04-22
skill-creator
المهن الحاسوبية الأخرى

Use this skill when the user asks for a capability the agent doesn't yet have — a new integration (Linear, GitHub, Notion, Slack, etc.), a new workflow, a new tool, or "can you check our team's X" where X is a service the agent has no existing connector for. Creates a proper AX skill under .ax/skills/<name>/ with the right frontmatter, credentials, and domain allowlist so the capability becomes permanent after admin approval. Use this skill whenever you'd otherwise be tempted to improvise with one-off scripts, `npm install`, or `execute_script` to reach an external service.

2026-04-22
petstore
محللو ضمان جودة البرمجيات والمختبرون

Petstore REST API via mock OpenAPI (e2e test fixture — do not use in production)

2026-04-22
عرض أهم 8 من أصل 35 skills مجمعة في هذا المستودع.
ux-design
المصممون الجرافيكيون

Use this skill for any ax-next UX or usability question — it carries the project-specific framework (non-technical-user north star, four lenses, shadcn constraints, voice rules) that Claude cannot apply correctly without consulting it. Trigger whenever asked to: review whether a UI surface, flow, or screen is clear or confusing to a non-technical/first-time user; rewrite an error message, empty state, label, tooltip, button text, or onboarding copy for any ax-next UI; decide what to show vs. hide (progressive disclosure) in admin, settings, chat, or wizard screens; do a UX or usability pass before shipping a UI change; or answer "is this overwhelming?", "what should we show instead of this error?", "how do I make this simpler for first-timers?", "does a regular person understand this?". Covers chat, admin, settings, onboarding wizard, credentials UI, error pages, empty states. Advisory — never edits files.

2026-06-03
ax-connector-creator
مطوّرو البرمجيات

Use when the user wants to connect a service or data source — "connect my Salesforce", "set up Google Drive", "add a GitLab integration", "hook up an MCP server". Authors a connector (the access) and installs it with one approval card.

2026-06-01
ax-skill-creator
مطوّرو البرمجيات

Use when the user wants to create, author, build, or modify a skill — e.g. "make a skill for Linear", "turn this workflow into a skill", "teach the assistant how to do X". Writes the know-how and references the connector it needs.

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

Use when asked to autonomously drain the "TO DO" GitHub project board — watch the To Do lane (token-free, once a minute), review dependencies on every change, ship each dep-free card via yolo-ship (up to 3 in flight), merge the green PRs through a serialized queue, and loop continuously. Also decomposes a finished design doc into PR-sized To Do cards (deps wired) before draining. Drain triggers: "drain the board", "run auto-ship", "watch the To Do board and ship ready tasks", "work the board autonomously", "fan out the To Do lane and ship it". Design-intake triggers: "auto-ship --design <path>", "decompose this design into cards", "plan this design into PR-sized tasks and ship it", "break this design into cards". For a SINGLE task, use yolo-ship instead.

2026-05-31
yolo-ship
مطوّرو البرمجيات

Use when asked to implement, build, or ship a task or feature end-to-end with minimal supervision and you are expected to own it from request to a passing, review-clean pull request. Triggers on "implement X end to end", "build X and open a PR", "take this and run with it autonomously", "ship this task", or any request to deliver a unit of work with minimal back-and-forth.

2026-05-30
k8s-acceptance-loop
محللو ضمان جودة البرمجيات والمختبرون

Use when the user wants to verify expected behavior in the browser UI against the local kind cluster `ax-next-dev` and iterate until it works. The verification mechanism is Playwright MCP — drive the chat UI (or whatever surface the user names) in a real browser, observe outcomes (console, network, DOM snapshot), and loop on failures. Picks between an image-rebuild loop (Dockerfile / chart / env / runner-side code) and a fast hostPath-mounted dist loop (host-side TypeScript only). Triggers on phrases like "get this working in the browser against ax-next-dev", "loop until the chat sends a response", "fix until the UI shows X", "use playwright to verify Y in the cluster", or any request to keep fixing until a browser-observable outcome passes. Works for scripted procedures in `deploy/MANUAL-ACCEPTANCE.md`, ad-hoc bug repros, or any scenario the user describes in UI terms.

2026-05-28
chat-qa-sweep
محللو ضمان جودة البرمجيات والمختبرون

Use when you want to QA / pressure-test / smoke-test / regression-sweep the chat UI against the local kind cluster ax-next-dev and get a findings report — not fix one bug, but run a fixed battery of common activities (new chat, npx, skills, attachments, artifacts, reload old sessions, title generation, parallel sessions) plus fault injection (sandbox killed mid-turn, host killed, provider error, network blip) and report what broke or glitched. Triggers on "pressure test the chat", "QA the chat UI", "run a chat smoke sweep", "chaos-test chat", "find UI glitches", "make sure chat still works end to end".

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

Use at session start to read project memory in `.claude/memory/`, during the session to capture corrections / dead ends / "remember this" / "log that", and at session end ("done", "wrap up", PR opened, tests pass) to update it. Five files — context.md, decisions.md, patterns.md, mistakes.md, meta.md — keep project facts, decisions, reusable patterns, mistakes to avoid, and self-observations about how I work on this project. Also handles first-session bootstrap (creating the directory, seeding files, committing them).

2026-05-24
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
عرض 2 من أصل 2 مستودعات
تم تحميل كل المستودعات