← all publishers

stefaniuk

@stefaniuk source repo

34 published skills

  1. Incremental Implementation · stefaniuk
    Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
    0 installs
  2. Dispatching Parallel Agents · stefaniuk
    Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
    0 installs
  3. Subagent Driven Development · stefaniuk bundle
    Use when executing implementation plans with independent tasks in the current session
    0 installs
  4. Browser Testing With Devtools · stefaniuk
    Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.
    0 installs
  5. Finishing A Development Branch · stefaniuk
    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work
    0 installs
  6. Speckit Converge · stefaniuk
    Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
    0 installs
  7. Architecture Docs · stefaniuk bundle
    Generate architecture documentation for a repository, producing structured artefacts from repository maps to C4 models and infrastructure diagrams.
    0 installs
  8. Enforcement Audit · stefaniuk bundle
    Run a compliance audit against a technology instruction file, detecting discrepancies, planning workstreams, implementing fixes, and validating quality gates.
    0 installs
  9. Speckit Checklist · stefaniuk
    Generate a custom checklist for the current feature based on user requirements.
    0 installs
  10. Speckit Implement · stefaniuk
    Speckit Implement
    0 installs
  11. Spec Consolidation · stefaniuk bundle
    Consolidate per-feature Spec Kit artefacts under specs/ into a product-facing specification set aligned to a selected baseline, excluding plan.md and tasks.md from the final output.
    0 installs
  12. Virtual Think Tank · stefaniuk bundle
    Run a structured multi-step think tank for engineering, architecture, product, process, policy, vendor, or organisational decisions. Use when the user needs conflicting viewpoints, explicit trade-offs, and a forced human decision rather than a one-shot answer.
    0 installs
  13. Gha Security Review · stefaniuk bundle
    GitHub Actions security review for workflow exploitation vulnerabilities. Use when asked to "review GitHub Actions", "audit workflows", "check CI security", "GHA security", "workflow security review", or review .github/workflows/ for pwn requests, expression injection, credential theft, and supply chain attacks. Exploitation-focused with concrete PoC scenarios.
    0 installs
  14. Repository Template · stefaniuk bundle
    Create code repository from template, or/and update it in parts from the content of the template that contains example of use of tools like make, pre-commit git hooks, Docker, and quality checks.
    0 installs
  15. Using Git Worktrees · stefaniuk
    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
    0 installs
  16. Speckit Constitution · stefaniuk
    Create or update the project constitution from interactive or provided principle inputs.
    0 installs
  17. System Documentation · stefaniuk bundle
    Establish, synchronise, audit, and review an opinionated repository documentation system across entrypoints, architecture, reference, explanation, tutorials, how-to guides, operations, audience indexes, and governance/lifecycle artefacts.
    0 installs
  18. Receiving Code Review · stefaniuk
    Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
    0 installs
  19. Speckit Taskstoissues · stefaniuk
    Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
    0 installs
  20. Requesting Code Review · stefaniuk bundle
    Use when completing tasks, implementing major features, or before merging to verify work meets requirements
    0 installs
  21. Security And Hardening · stefaniuk
    Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services. Use when personal data or privacy compliance (GDPR, CCPA) is involved.
    0 installs
  22. Semgrep · stefaniuk bundle
    Runs a Semgrep security scan over a codebase: detects languages, selects rulesets, presents the plan for explicit approval, then runs every approved ruleset through scripts/run-scans.sh, which batches the semgrep processes and writes scans.json, and merges the output to SARIF. Supports two scan modes, "run all" for full ruleset coverage and "important only" for security findings at medium-to-high confidence and impact. Uses Semgrep Pro for cross-file taint analysis when it is available. Use when asked to scan code for vulnerabilities, run a security audit with Semgrep, find bugs, or perform static analysis. For the same scan without the approval gate, use the /static-analysis:semgrep-scan workflow.
    0 installs
  23. Code Review · stefaniuk bundle
    Run a structured Spec Kit review focused on code compliance, documentation quality, or test coverage, positioned within the spec-driven development pipeline.
    0 installs
  24. MCP Builder · stefaniuk bundle
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
    0 installs
  25. Speckit Plan · stefaniuk
    Execute the implementation planning workflow using the plan template to generate design artifacts.
    0 installs
  26. Brainstorming · stefaniuk bundle
    You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
    0 installs
  27. Skill Scanner · stefaniuk bundle
    Scan agent skills for security issues. Use when asked to "scan a skill", "audit a skill", "review skill security", "check skill for injection", "validate SKILL.md", or assess whether an agent skill is safe to install. Checks for prompt injection, malicious scripts, excessive permissions, secret exposure, and supply chain risks.
    0 installs
  28. Speckit Tasks · stefaniuk
    Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
    0 installs
  29. Writing Plans · stefaniuk bundle
    Use when you have a spec or requirements for a multi-step task, before touching code
    0 installs
  30. Writing Skills · stefaniuk bundle
    Use when creating new skills, editing existing skills, or verifying skills work before deployment
    0 installs
  31. Executing Plans · stefaniuk
    Use when you have a written implementation plan to execute in a separate session with review checkpoints
    0 installs
  32. Speckit Analyze · stefaniuk
    Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
    0 installs
  33. Speckit Specify · stefaniuk
    Create or update the feature specification from a natural language feature description.
    0 installs
  34. Mutation Testing · stefaniuk bundle
    Configures mewt or muton mutation testing campaigns — scopes targets, tunes timeouts, and optimizes long-running runs. Use when the user mentions mewt, muton, mutation testing, or wants to configure or optimize a mutation testing campaign.
    0 installs