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

pythinker-code

يحتوي pythinker-code على 23 من skills المجمعة من Pythoughts-labs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
23
Stars
21
محدث
2026-06-23
Forks
4
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

judge-minimum-diff
محللو ضمان جودة البرمجيات والمختبرون

Reduction-ladder and minimum-diff checks the Pythinker judge subagent applies to every non-trivial diff.

2026-06-23
judge-overengineering-review
محللو ضمان جودة البرمجيات والمختبرون

Over-engineering review checklist the parent runs before declaring non-trivial code changes done.

2026-06-23
cleanup-audit
مطوّرو البرمجيات

Whole-repo audit for over-engineering and accidental complexity. Scans the entire codebase (not just a diff) and returns a ranked, read-only list of what to delete, simplify, or replace with standard-library or platform equivalents. Use when the user asks to "audit the codebase", "find bloat", "what can I delete", or wants a repo-wide simplification pass. For a diff-scoped pass use `pythinker review diff --mode deslopify` instead. One-shot report; applies no fixes.

2026-06-20
designer-skill
مصممو واجهات الويب والرقمية

Prescriptive frontend design guidance via the designer-skill MCP server. Use when the user asks to use designer-skill, improve UI/UX, run the anti-slop ship gate, apply a design system, or enhance pages/components with MCP-backed design references — especially for Pythinker docs and marketing surfaces with DESIGN.md/PRODUCT.md.

2026-06-13
agent-creator
المهن الحاسوبية الأخرى

Author a new project-specific Pythinker subagent (a specialist like "migration-reviewer" or "api-contract-checker") with a correct spec, a persona-rich system prompt, and a structured output contract. Use when the user wants to create, scaffold, or design a custom agent / subagent, or asks how Pythinker agent YAML / markdown agent files, tool scoping, or the extend-inheritance schema work.

2026-06-09
customize-pythinker
المهن الحاسوبية الأخرى

Edit Pythinker's own configuration — agent YAML specs and extend-inheritance, the permission profiles that gate tools, plugin.json, and hook lifecycle events. Use ONLY when the user wants to configure, customize, or extend Pythinker itself (its agents, permissions, plugins, or hooks). For authoring a new agent use agent-creator; for authoring a skill use skill-creator; for general usage Q&A use pythinker-code-help.

2026-06-09
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 Pythinker's capabilities with specialized knowledge, workflows, or tool integrations.

2026-06-09
pythinker-code-help
مطوّرو البرمجيات

Answer Pythinker CLI usage, configuration, and troubleshooting questions. Use when user asks about Pythinker CLI installation, setup, configuration, slash commands, keyboard shortcuts, MCP integration, providers, environment variables, how something works internally, or any questions about Pythinker CLI itself.

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

Execute the release workflow for Pythinker CLI packages.

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

Produce a concise reviewer-friendly walkthrough of a PR or diff, including changed areas, behavior, tests, and risks.

2026-05-24
reproduce-bug-report
محللو ضمان جودة البرمجيات والمختبرون

Reproduce a bug report with evidence-first investigation, bounded variants, and a clear repro/non-repro verdict.

2026-05-24
write-product-spec
متخصصو إدارة المشاريع

Draft a product spec from a user request, issue, or bug report with goals, non-goals, requirements, and acceptance criteria.

2026-05-24
write-tech-spec
مطوّرو البرمجيات

Draft a technical implementation spec from product requirements and codebase evidence.

2026-05-24
check-impl-against-spec
محللو ضمان جودة البرمجيات والمختبرون

Compare an implementation against a product or technical spec and report gaps with evidence.

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

Prepare a pull request by summarizing changes, verification, risks, and reviewer guidance without adding AI footers.

2026-05-24
fix-errors
مطوّرو البرمجيات

Fix concrete errors from logs, failing commands, exceptions, or diagnostics with root-cause-first discipline.

2026-05-24
implement-specs
مطوّرو البرمجيات

Implement one or more checked-in specs using scout-plan-implement-verify workflow.

2026-05-24
resolve-merge-conflicts
مطوّرو البرمجيات

Resolve git merge/rebase conflicts safely by preserving both sides' intent and validating the result.

2026-05-24
diagnose-ci-failures
مطوّرو البرمجيات

Diagnose failing CI, lint, typecheck, build, or test logs and propose or implement the smallest verified fix.

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

Review a pull request or working-tree diff with severity-scored, evidence-backed findings.

2026-05-24
spec-driven-implementation
مطوّرو البرمجيات

Implement a feature or fix from product/technical specs while checking the final code against the stated requirements.

2026-05-24
gen-rust
مطوّرو البرمجيات

Sync Rust implementation with Python changes (exclude UI/login) by reviewing recent changes, mapping modules, porting logic, and updating tests.

2026-05-07
sample-plugin
مطوّرو البرمجيات

Sample plugin demonstrating the Skills + Tools model. Includes a Python tool (greeting) and a TypeScript tool (calculator).

2026-05-07