بنقرة واحدة
invencible
يحتوي invencible على 12 من skills المجمعة من juanmanueldaza، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Dual-model adversarial review: Claude and Copilot review independently, verdicts are synthesized.
Implement the SDD task list. Read tasks and design from memory, write code, run tests.
Archive all SDD artifacts for a change as a single completed record in memory.
Write the technical design for a planned change: components, interfaces, data flows, edge cases.
Explore the codebase to build context for a planned change. First phase of the SDD workflow.
Propose 2–3 solution approaches for a planned change, evaluating trade-offs and recommending one.
Write a formal specification for a planned change: goals, acceptance criteria, constraints.
Break the technical design into an ordered list of atomic, reviewable implementation tasks.
Verify the implementation against the spec's acceptance criteria. Produces a pass/fail verdict.
Conventional commit format: type(scope): description. Rules for commit messages, PR prep, and branch cleanup.
Python language standards: type hints, error handling, logging, and style conventions.
pytest testing standards: naming, fixtures, isolation, and parametrize patterns.