Skip to main content
Run any Skill in Manus
with one click
GitHub repository

meetup-coding-with-ai

meetup-coding-with-ai contains 22 collected skills from SebastienDegodez, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
22
Stars
3
updated
2026-06-03
Forks
2
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

mutation-testing
software-quality-assurance-analysts-and-testers

Use when running mutation testing, killing mutants, verifying test quality, checking mutation score, or analyzing survivors after the test baseline is green

2026-06-03
architecture-patterns
software-developers

Use when selecting architecture patterns for a new feature, performing Event Modeling, defining bounded contexts, choosing DDD tactical patterns, evaluating pattern fitness, or understanding how patterns compose. Covers Event Modeling methodology, DDD strategic design, DDD tactical patterns, Clean Architecture, CQRS, and Event Sourcing.

2026-06-02
architecture-review-criteria
software-developers

Use when reviewing DESIGN artefacts (event models, ADRs, component diagrams, context maps, interface contracts) for quality, DDD compliance, architectural correctness, and prohibition of negative or baseline-restating ADRs. Contains gate definitions and scoring rubric for the solution-architect-reviewer lenses.

2026-06-02
resolving-stack-commands
software-developers

Use whenever an agent must run a toolchain command (build, test, mutation) and needs the concrete invocation. Resolves build/test/mutation commands from the detected stack so no agent hardcodes `dotnet test`, `dotnet build`, or any toolchain command. Loaded by acceptance-designer and software-engineer.

2026-06-02
genesis
software-developers

Use this skill BEFORE drafting any agentic primitive module (skill, persona scoping file, scope-attached rule file, orchestrator workflow) or when refactoring an existing one. Activate whenever the task asks to design, restructure, or critique an agentic module across any agent harness (Claude Code, Copilot, Cursor, OpenCode, Codex). This skill drives an 8-step disciplined design process whose output is mermaid diagrams + an interface sketch + a persisted plan that the calling thread (or a coder persona it loads) then turns into natural-language modules. Do not skip to natural-language drafting before the design artifacts exist.

2026-06-02
architecture-decisions
software-developers

Use when documenting architecture decisions as ADRs, evaluating trade-offs between alternatives, or managing the lifecycle of existing decisions. Covers ADR template, status transitions, consequence analysis, and quality criteria.

2026-05-30
test-design-mandates
software-quality-assurance-analysts-and-testers

Use when designing test coverage matrices, assigning tests to Clean Architecture layers, planning the outside-in implementation order, or applying the Walking Skeleton strategy. Ensures every behaviour is tested at the right level with no redundancy. Load after writing Gherkin scenarios.

2026-05-30
discovery-review-criteria
project-management-specialists

Use when reviewing DISCOVER artefacts (triage reports, sprint proposals) for completeness, prioritization quality, and duplicate handling. Contains gate definitions G1-G6 and scoring rubric for the backlog-discoverer-reviewer lenses.

2026-05-20
acceptance-review-criteria
software-quality-assurance-analysts-and-testers

Use when reviewing DISTILL artefacts (Gherkin scenarios, test plans, implementation plans) for quality, completeness, and alignment. Contains the gate definitions and scoring rubric for the acceptance-designer-reviewer lenses.

2026-05-18
bdd-methodology
software-quality-assurance-analysts-and-testers

Use when writing, reviewing, or structuring BDD scenarios in Gherkin format. Covers Given/When/Then conventions, scenario outline patterns, background usage, tag strategies, and domain language alignment. Load before any Gherkin authoring.

2026-05-18
clean-architecture-testing
software-developers

Use when deciding what to test at each Clean Architecture layer (Domain, Application, Infrastructure, API, Architecture), selecting test doubles per boundary, or enforcing layer boundaries through architecture tests. Language-agnostic principles with .NET, Java, Python, TypeScript examples.

2026-05-18
contract-testing
software-developers

Use when authoring OpenAPI/AsyncAPI contracts, generating Microcks samples, setting up Testcontainers mocks, verifying provider contracts, or bridging API contracts across DESIGN → DISTILL → DELIVER phases.

2026-05-18
craft-discipline
software-quality-assurance-analysts-and-testers

Use when completing a TDD phase or before committing — self-discipline checkpoints the software-engineer runs against their own output. Not a review contract. The reviewer verifies artifacts independently.

2026-05-18
issue-refinement
project-management-specialists

Use when transforming raw issues or feature requests into well-structured user stories with acceptance criteria. Covers user story format, INVEST criteria, acceptance criteria patterns, story splitting techniques, DoR 8-item gate, and 8 antipatterns to detect.

2026-05-18
outside-in-tdd
software-developers

Use when writing tests from the outside-in, defining behavior before code, or any feature where tests should start from observable business behavior and let internal design emerge. Covers double-loop TDD, 4-phase cycle, boundary-to-boundary testing, iron rule of tests, walking skeleton, and post-GREEN wiring verification.

2026-05-18
playwright-evidence
software-quality-assurance-analysts-and-testers

Use when capturing E2E test evidence (screenshots, videos, traces), uploading evidence to GitHub issue comments, or configuring Playwright in CI pipelines for the DELIVER phase and orchestrator feedback loop.

2026-05-18
install-skraft-pipeline
network-and-computer-systems-administrators

Install the full eleven-workflow skraft SDLC pipeline (discover → discuss → design → distill → deliver, each with an automated reviewer) into the current repo in one pass. Use when the user wants an end-to-end agent pipeline driven by a single issue label, or types /install-skraft-pipeline.

2026-05-18
liquid-glass-design
web-developers

iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit.

2026-05-17
designing-bdd-scenarios
software-quality-assurance-analysts-and-testers

Use when writing or improving Gherkin .feature files, after business rules and examples have been discovered

2026-05-17
discovering-bdd-scenarios
project-management-specialists

Use before writing any Gherkin scenario, when business rules need to be explored and edge cases discovered through collaborative example mapping

2026-05-17
autoresearch-skill
software-developers

Autonomously optimize any Github Copilot skill by running it repeatedly, scoring outputs against binary evals, mutating the prompt, and keeping improvements. Based on Karpathy's autoresearch methodology. Use when: optimize this skill, improve this skill, run autoresearch on, make this skill better, self-improve skill, benchmark skill, eval my skill, run evals on. Outputs: an improved SKILL.md, a results log, and a changelog of every mutation tried.

2026-05-07
red-synthesize-green
software-quality-assurance-analysts-and-testers

Use when implementing any feature or fix using TDD, before writing any implementation code

2026-05-07