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

pikit

يحتوي pikit على 22 من skills المجمعة من 5uck1ess، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
22
Stars
0
محدث
2026-04-08
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

context-budget
مطوّرو البرمجيات

Recognizing context pressure before it degrades output quality.

2026-04-08
planning
متخصصو إدارة المشاريع

Writing implementation plans — small testable steps, dependency ordering, upfront risk identification.

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

Evidence before claims, always — run verification commands and confirm output before making any completion or success claims.

2026-04-08
adr
مطوّرو البرمجيات

Generate Architecture Decision Records — use when asked to document a decision, create an ADR, record why we chose X, or capture architectural rationale.

2026-04-06
changelog
مطوّرو البرمجيات

Generate a structured changelog from git history — use when asked to create a changelog, release notes, or summarize what changed between versions/tags/branches.

2026-04-06
creating-workflows
مطوّرو البرمجيات

How to write pikit workflow YAML files — steps, loops, branches, interpolation.

2026-04-06
deep-research
محللو أبحاث السوق ومتخصصو التسويق

Deep research with Analysis of Competing Hypotheses — use when asked to do deep research, deeply investigate, validate claims, or when correctness is critical and the user wants rigorous analysis with disconfirmation testing.

2026-04-06
doc-gen
مطوّرو البرمجيات

Generate documentation for code — use when asked to document a module, generate API docs, create a README for code, or write reference documentation.

2026-04-06
dont-reinvent
مطوّرو البرمجيات

Don't reinvent the wheel — use existing libraries, tools, and stdlib before building custom solutions. Every custom solution is maintenance burden.

2026-04-06
onboard
مطوّرو البرمجيات

Generate a codebase onboarding guide — use when asked to explain this codebase, help understand the architecture, give a tour of the repo, or onboard a new contributor.

2026-04-06
research
محللو أبحاث السوق ومتخصصو التسويقمحللو التمويل والاستثمار

Research workflow — use when asked to research a topic, investigate options, compare approaches, or find the best solution. For high-stakes or complex questions, use deep-research instead.

2026-04-06
scrape
مطوّرو البرمجيات

Scrape a URL to clean Markdown — use when asked to scrape, fetch, extract content from, or read a webpage and convert it to Markdown.

2026-04-06
scratchpad
مطوّرو البرمجيات

Persistent iteration memory — prevents Groundhog Day loops by recording what was tried, what failed, and what to try next.

2026-04-06
stuck
مطوّرو البرمجيات

Detect when an agent is looping or failing repeatedly, and trigger structured recovery — backtrack, simplify, or escalate.

2026-04-06
systematic-debugging
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior — enforces root cause investigation before proposing fixes.

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

Test-driven development — write the test first, watch it fail, write minimal code to pass. Use when implementing features or fixing bugs.

2026-04-06
test-gen
محللو ضمان جودة البرمجيات والمختبرون

Generate tests for code — use when asked to write tests, create a test suite, add test coverage, or generate unit/integration tests for a file or module.

2026-04-06
brainstorming
متخصصو إدارة المشاريع

Guide for collaborative ideation sessions — when to explore vs narrow, evaluating ideas, avoiding premature commitment.

2026-03-31
clean-code
مطوّرو البرمجيات

Clean code principles — meaningful names, small functions, single responsibility, stepdown rule, flat nesting.

2026-03-31
executing
مطوّرو البرمجيات

Executing implementation plans — work through steps methodically, verify each one, keep changes small and reviewable.

2026-03-31
skill-authoring
مطوّرو البرمجيات

How to write new skills for pikit — SKILL.md format, frontmatter, progressive disclosure, keeping content concise.

2026-03-31
writing-tests
محللو ضمان جودة البرمجيات والمختبرون

Test writing guide — one assertion per behavior, test contracts not implementation, arrange-act-assert, mocking strategy.

2026-03-31