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

coderphonui

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

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

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

skill-creator
مطوّرو البرمجيات

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends the AI agent's capabilities with specialized knowledge, workflows, or tool integrations.

2026-05-11
brainstorm
محللو الإدارة

Thinking partner and creativity facilitator for one-on-one brainstorming, idea generation, problem-solving, and decision-making. Uses Socratic questioning as default mode with a toolkit of proven creativity frameworks (SCAMPER, First Principles, Six Hats, HMW, Reverse Brainstorm, JTBD, Analogical Thinking, Pre-mortem, Five Whys, Second-order Thinking, Rapid Ideation, Regret Minimization). Use when the user says "brainstorm", "think through", "help me decide", "explore ideas for", "I'm stuck", "tôi cần ý tưởng", or any brainstorming or ideation request.

2026-05-10
capture-reference
الكتّاب التقنيون

Turn an external source — a URL, a pasted article, a paper, a video, a book — into a structured reference note in the knowledge base. Use this skill when the user shares a link and wants to save it, pastes text from an article they just read, says "save this", "add this to my KB", "make a note of this", "I want to remember this", "capture this reference", or drops a URL with no other instruction (which usually means "save this for me"). Also trigger when the user wants to annotate or add their own thoughts to an external source.

2026-05-10
mermaid-tools
مطوّرو البرمجيات

Extracts Mermaid diagrams from markdown files and generates high-quality PNG images using bundled scripts. Activates when working with Mermaid diagrams, converting diagrams to PNG, extracting diagrams from markdown, or processing markdown files with embedded Mermaid code.

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

Help a new user set up their personal Knowledge OS data folder (data/) by interviewing them about their work context, roles, and goals, then using AI to generate a personalized folder structure and profile. Use this skill when the user says "set up my KB", "onboard me", "create my knowledge base", "setup my data folder", "setup knowledge OS", "tôi muốn thiết lập KB", "khởi tạo knowledge base", or any first-time setup request.

2026-05-10
project-data-manager
مطوّرو البرمجيات

Create, edit, archive/delete, and query project notes in the knowledge base. Use this skill when the user wants to: create a new project, update project info, delete or archive a project, add a note inside a project (decisions, roadmap, architecture, retrospective, etc.), search within a project, or get a summary/ overview of a project's state. Triggers: "create project", "new project", "delete project", "archive project", "add note to project", "search in project", "project summary", "project overview", "update project", "tạo project", "tạo dự án", "xóa project".

2026-05-10
query
مطوّرو البرمجيات

Search, retrieve, and synthesize information from the personal knowledge base (KB). Use this skill whenever the user asks what they know about a topic, wants to find notes, wants a summary of their knowledge on something, asks to "look in the KB", or phrases a question as if they expect the answer to come from their own notes (e.g. "what have I written about X", "do I have anything on Y", "pull up my notes on Z", "what do I know about W"). Also trigger when the user asks a technical question that could plausibly be answered from their own knowledge base before searching the web. **How to run search (shared script):** ```bash brain/scripts/kb-search/.venv/bin/python brain/scripts/kb-search/search.py "QUERY" --top-k 5 --json ``` **How to rebuild index (shared script):** ```bash brain/scripts/kb-search/.venv/bin/python brain/scripts/kb-search/index.py full ```

2026-05-10
markdown-tools
فنيو النشر المكتبي

Converts documents to markdown with multi-tool orchestration for best quality. Supports Quick Mode (fast, single tool) and Heavy Mode (best quality, multi-tool merge). Use when converting PDF/DOCX/PPTX files to markdown, extracting images from documents, validating conversion quality, or needing LLM-optimized document output.

2026-03-24
feature-review
محللو ضمان جودة البرمجيات والمختبرون

Run the QA & code review stage of the feature lifecycle as the INDEPENDENT checker: re-run verification yourself, check every acceptance criterion from spec.md with cited evidence, review the code, and issue an evidence-backed verdict (Accept / Revise / Block) in review.md. Use when: (1) a feature is at status `in_qa`, (2) the user asks to QA, review, or accept a feature, (3) acting as evaluator for another agent's or session's implementation. MUST run in a session that did not write the code (maker ≠ checker). Exit gate: Verdict: Accept → feature.py pass.

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

Orchestrate the feature development lifecycle: find where a feature stands (brainstorm & analyze → requirement spec → technical design → implementation → QA & code review), route to the right stage skill, and drive gated stage transitions with scripts/feature.py. Use when: (1) the user says "work on feature X", "continue the cart feature", "what's next for <id>", (2) starting a new feature idea end-to-end, (3) the user asks which stage a feature is in or what remains, (4) managing feature_list.json states (advance, verify, block, pass). Companion to the harness skill; stage-specific guidance lives in the feature-brainstorm, feature-spec, feature-design, feature-implement, and feature-review skills.

2026-07-16
harness
مطوّرو البرمجيات

Audit, scaffold, and operate harness engineering best practices for any repository — the engineering infrastructure that makes AI coding agents reliable: entry instruction files (AGENTS.md/CLAUDE.md), machine-readable feature lists, progress logs, init/verification scripts, session start/exit protocols, maker-checker verification, and autonomous loops. Covers both single-package repositories and monorepos (per-app harness at the application level). Use when: (1) starting long or multi-session agent work, (2) an agent forgets context between sessions, drifts out of scope, or claims "done" before verification passes, (3) creating or improving AGENTS.md, CLAUDE.md, feature_list.json, PROGRESS.md, init.sh, or session-handoff files, (4) the user asks for a harness audit, harness setup, session handoff, definition of done, or an automated/scheduled agent loop, (5) setting up per-app instructions and verification in a monorepo, (6) enabling or operating the optional feature development lifecycle (brainstorm → spec →

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

Run the brainstorm & analyze stage of the feature lifecycle: explore the problem, generate and weigh real options, converge on a direction with recorded rationale, and produce a complete brief.md. Use when: (1) a feature is at status `proposed`, (2) the user has a raw idea and wants it analyzed before speccing, (3) evaluating build-vs-buy or competing approaches for a feature, (4) the user asks to brainstorm, explore, or analyze a feature idea. Exit gate: brief.md complete → advance to in_spec.

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

Run the technical design stage of the feature lifecycle: choose the smallest architecture that satisfies the spec, map affected components (change-scope triage in monorepos), name changed contracts and their end-to-end checks, and produce design.md with a one-session-sized implementation plan. Use when: (1) a feature is at status `in_design`, (2) the user asks for a technical design, architecture proposal, or implementation plan for a feature, (3) a change might cross app/package boundaries and needs scope triage. Exit gate: design.md complete (+ `affects` filled in a monorepo) → advance to in_progress.

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

Run the implementation stage of the feature lifecycle: build exactly what design.md specifies, under harness discipline — WIP=1, atomic verification-green commits per plan step, decisions recorded, evidence-gated completion via feature.py verify. Use when: (1) a feature is at status `in_progress` (or `not_started` in light tier), (2) the user says "implement/build/code feature X", (3) resuming implementation of a partly built feature in a new session. Exit gate: verification commands run and PASS → advance to in_qa (full tier) or passing (light tier).

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

Run the requirement spec stage of the feature lifecycle: turn a brief's chosen direction into user-visible behavior, verifiable acceptance criteria, explicit scope boundaries, edge cases, and an executable verification plan in spec.md. Use when: (1) a feature is at status `in_spec`, (2) the user asks to write requirements, acceptance criteria, or a spec for a feature, (3) a feature keeps failing QA because "done" was never defined. Exit gate: spec.md complete AND verification commands recorded on the feature entry → advance to in_design.

2026-07-16
security-scan
محللو أمن المعلومات

Run automated security scanning on a web app or API. Invoke when the user wants to find security vulnerabilities, run OWASP ZAP scans, check for common web vulnerabilities (XSS, SQL injection, insecure headers, misconfigurations), or get a security assessment. Trigger when the user says "scan for vulnerabilities", "security audit", "run OWASP scan", "check for XSS/SQLi", "security test my app", or mentions ZAP, DAST, or penetration testing.

2026-03-18
perf-test
محللو ضمان جودة البرمجيات والمختبرون

Run performance and load tests against an API or web app. Invoke when the user wants to measure response times, throughput, error rates under load, or find performance regressions. Trigger when the user says "load test", "stress test", "performance test", "benchmark my API", "test under load", "how many requests per second can it handle", or provides a URL and wants performance metrics. Also trigger when the user mentions k6, load testing, or wants to check SLAs (response time < 200ms, error rate < 1%).

2026-03-18
a11y-test
محللو ضمان جودة البرمجيات والمختبرون

Run accessibility audit on a web page or application. Invoke when user wants WCAG compliance checking or accessibility issue detection.

2026-03-18
api-test
محللو ضمان جودة البرمجيات والمختبرون

This skill should be used when the user wants to test an API, analyze an API spec, generate API test plans, run automated API tests, or check for security vulnerabilities. Trigger when the user says "test my API", "analyze this spec", "run API tests", "generate test code for my API", "check my OpenAPI file", "test my Postman collection", or provides an OpenAPI/Swagger/Postman/GraphQL spec file or URL. Also trigger when the user mentions Schemathesis, contract testing, or wants to validate their REST API.

2026-03-18
skill-creator
مطوّرو البرمجيات

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-03-18
ux-test
محللو ضمان جودة البرمجيات والمختبرون

Analyze and review the UI/UX of a web application to produce actionable recommendations, identify usability issues, and evaluate design quality. Use when the user wants to audit UX, review UI design, get UX improvement suggestions, evaluate usability, check design consistency, or assess user experience quality. Trigger when the user says "review my UX", "audit my UI", "analyze my design", "check usability", "give UX feedback", "UX review", or provides a URL for UX/design evaluation.

2026-03-18
e2e-test
محللو ضمان جودة البرمجيات والمختبرون

This skill should be used when the user wants to test a web app end-to-end, crawl a UI, generate Playwright tests, check user flows, or validate frontend behavior in a browser. Trigger when the user says "test my web app", "crawl this URL", "generate E2E tests", "write Playwright tests", "check my login flow", "test my checkout flow", or provides a URL to a web application. Also trigger when the user mentions Playwright, Page Object Model (POM), user journey testing, or wants to validate that a UI works correctly.

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