Skip to main content
مستودع GitHub

pilgrim-android

يحتوي pilgrim-android على 5 من skills المجمعة من walktalkmeditate، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

blunder-hunt
محللو ضمان جودة البرمجيات والمختبرون

Multi-pass adversarial critique primitive. Use when another skill or the user invokes /blunder-hunt or asks for a "5x critique", "find what's wrong", or "blunder hunt". Composed by skills like pr-review, polish, and unstuck to surface bugs that single-pass review misses.

2026-05-06
dispatch-parallel
مطوّرو البرمجيات

Fan out N independent tasks to parallel subagents, collect their results, optionally synthesize. Use when another skill needs work that decomposes into independent pieces — review passes with different lenses, multi-file searches, multi-source data gathering. Composed by skills like blunder-hunt, pr-review, polish, journal.

2026-05-06
lie-to-them
مطوّرو البرمجيات

Prompt primitive that forces exhaustive enumeration. Use when another skill needs to push the agent past surface-level findings — assert a minimum count of issues exist so the agent keeps searching instead of stopping at the first 2-3. Composed by skills like blunder-hunt, pr-review, and polish.

2026-05-06
multi-model-synth
مطوّرو البرمجيات

Fan out the same task to multiple models, compare their responses, synthesize a "best of all worlds" answer. Use when one model's output is a good first draft but you want to surface blind spots and combine strengths — planning, design proposals, code reviews, retrospectives. Composes dispatch-parallel.

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

Adversarial pull-request review. Use when the user says "review this PR", "code review", "review the diff", "look at PR

2026-05-06