← all publishers

qte77

@qte77 source repo

64 published skills

  1. Testing Go · qte77 bundle
    Writes tests following TDD (using go test, testify, and rapid) best practices. Use when writing unit tests, integration tests, or table-driven tests in Go.
    0
    installs
  2. Reviewing Go · qte77 bundle
    Provides concise, focused Go code reviews matching exact task complexity requirements. Use when reviewing Go code quality, concurrency safety, or when the user asks for code review.
    0
    installs
  3. Creating Gha · qte77 bundle
    Creates GitHub Actions for the Marketplace. Use when scaffolding a new action, implementing composite steps, writing BATS tests, or preparing a Marketplace release.
    0
    installs
  4. Testing Tdd · qte77 bundle
    Writes tests following TDD Red-Green-Refactor cycle. Language-agnostic methodology with Arrange-Act-Assert structure. Use when implementing features test-first.
    0
    installs
  5. Testing Rust · qte77 bundle
    Writes tests following TDD (using cargo test, proptest, and insta) best practices. Use when writing unit tests, integration tests, or property-based tests in Rust.
    0
    installs
  6. Implementing Go · qte77 bundle
    Implements concise, streamlined Go code matching exact architect specifications. Use when writing Go code, creating packages, or when the user asks to implement features in Go.
    0
    installs
  7. Reviewing Rust · qte77 bundle
    Provides concise, focused Rust code reviews matching exact task complexity requirements. Use when reviewing Rust code quality, safety, or when the user asks for code review.
    0
    installs
  8. Reviewing Cpp · qte77
    Reviews C++ desktop code for memory safety, framework anti-patterns, build system issues, and thread safety. Use when reviewing C++ GUI code quality or when the user asks for code review.
    0
    installs
  9. Implementing Rust · qte77 bundle
    Implements concise, streamlined Rust code matching exact architect specifications. Use when writing Rust code, creating modules, or when the user asks to implement features in Rust.
    0
    installs
  10. Handing Off Session · qte77
    Generate structured session handoff notes for cross-session continuity. Use at end of session or when switching context.
    0
    installs
  11. Implementing Cpp · qte77
    Implements C++17 desktop GUI code with wxWidgets, GTK3, or Qt framework patterns and CMake build system. Use when writing C++ desktop application code, creating GUI components, or implementing framework-specific features.
    0
    installs
  12. Mining Session Patterns · qte77
    Session Pattern Mining
    0
    installs
  13. Summarizing Session End · qte77
    Auto-generates a session summary on SessionEnd. Writes structured notes to ~/.claude/session-summaries/ for use by bigpicture synthesis.
    0
    installs
  14. Creating Makefile · qte77 bundle
    Scaffold or review Makefiles following org conventions. Use when creating a new Makefile, auditing an existing one, or adding recipes to a project. Auto-detects project type from the working directory.
    0
    installs
  15. Writing Readme · qte77 bundle
    Generate or update README.md files across three scopes — repo (with project-type detection), account (GitHub user profile), and org (organization profile). Use when creating, updating, or aligning a README to org conventions.
    0
    installs
  16. Generating Report · qte77 bundle
    Report Generation
    0
    installs
  17. Auditing Pcb Design · qte77 bundle
    Runs KiCad DRC/ERC checks, exports gerbers and BOM, and generates a structured findings report. Use when reviewing PCB designs, running design rule checks, or preparing manufacturing outputs.
    0
    installs
  18. Checking Compliance · qte77 bundle
    Generates compliance requirements from CE/FCC/UL standards for a device description. Use when starting a new embedded product, checking regulatory compliance, or generating initial SYS-REQ entries from applicable directives.
    0
    installs
  19. Auditing Readme · qte77
    Audit README.md files against best practices for repos, accounts, or orgs. Detects missing sections, stale links, inconsistent formatting, and convention violations. Use when reviewing README quality across one or many repos.
    0
    installs
  20. Detecting Secrets · qte77
    Detect hardcoded secrets, API keys, tokens, and credentials in code and git history. Use when auditing for leaked secrets or before publishing code.
    0
    installs
  21. Distilling Plan Learnings · qte77
    Plan-to-Learnings Distiller
    0
    installs
  22. Hardening Codebase · qte77 bundle
    Audit and tighten codebase quality gates — architecture, lint, types, tests, docs, code review. Use when onboarding a project, before a release, or when validation is too permissive.
    0
    installs
  23. Generating Writeup · qte77 bundle
    Writeup Generation
    0
    installs
  24. Tracing Requirements · qte77 bundle
    Validates the SYS→PRD→SW requirement traceability chain by reconciling database entries with code docstring tags. Use when checking requirement coverage, finding orphaned code, or generating a coverage matrix.
    0
    installs
  25. Testing Typescript · qte77 bundle
    Writes tests following TDD (using vitest and @testing-library/react) best practices. Use when writing unit tests, integration tests, or component tests in TypeScript.
    0
    installs
  26. Synthesizing Cc Bigpicture · qte77 bundle
    Big-Picture Synthesis
    0
    installs
  27. Analyzing Cpp Codebase · qte77
    Analyzes C++ desktop codebase architecture, dependency graphs, framework detection, and migration assessment. Use when exploring an unfamiliar C++ project or assessing upgrade paths.
    0
    installs
  28. Implementing Firmware · qte77 bundle
    Implements ESP-IDF or PlatformIO firmware with mandatory requirement docstring tags and MISRA-C linting. Use when writing embedded C code, implementing firmware features, or adding requirement-traced functions.
    0
    installs
  29. Researching Market · qte77
    Integrate Phase 0 and Phase 1A outputs into TAM/SAM/SOM sizing, buyer personas, and market entry signals. Run after `analyzing-source-project` and `researching-industry-landscape` (Phase 1B).
    0
    installs
  30. Generating Tech Spec · qte77 bundle
    Technical Specification Generation
    0
    installs
  31. Reviewing Typescript · qte77 bundle
    Provides concise, focused TypeScript/React code reviews matching exact task complexity requirements. Use when reviewing TypeScript code quality, type safety, or when the user asks for code review.
    0
    installs
  32. Scanning Dependencies · qte77
    Scan project dependencies for vulnerabilities, license issues, and supply chain risks. Use when auditing third-party packages or before releases.
    0
    installs
  33. Generating Slide Deck · qte77
    Generate an investor or stakeholder presentation from Phase 5 synthesis; produces a structured slide outline with headlines, talking points, and data citations. Run after `synthesizing-research` (Phase 6).
    0
    installs
  34. Synthesizing Research · qte77
    Synthesize all prior research into a unified GTM narrative. Run after `analyzing-contradictions` to prepare for slide deck generation (Phase 5).
    0
    installs
  35. Auditing Code Security · qte77
    Audit code against OWASP Top 10 vulnerabilities with structured findings. Use when reviewing code for security issues or conducting security audits.
    0
    installs
  36. Orchestrating Parallel Workers · qte77
    Fan out tasks to parallel background agents with independent context windows. Use when work can be split into independent units that benefit from isolated execution.
    0
    installs
  37. Implementing Typescript · qte77 bundle
    Implements concise, streamlined TypeScript/React code matching exact architect specifications. Use when writing TypeScript code, creating modules, or when the user asks to implement features in TypeScript/React.
    0
    installs
  38. Auditing Website SEO Geo · qte77
    Audits a site's SEO and AI-search (GEO) readiness — meta tags, Open Graph/Twitter, JSON-LD, robots/llms conventions — and generates fixes. Use when reviewing search visibility, social previews, structured data, or LLM/AI-crawler discoverability.
    0
    installs
  39. Persisting Bigpicture Learnings · qte77
    Persist Bigpicture to Learnings Hub
    0
    installs
  40. Developing Gtm Strategy · qte77
    Develop customer segmentation, channel selection, and a 90-day launch plan from Phase 2 PMF assessment. Run after `validating-product-market-fit` (Phase 3).
    0
    installs
  41. Implementing Document Indexing · qte77 bundle
    Implements document indexing with heading-boundary chunking, embedding, FAISS vector store, and PageIndex-style hybrid retrieval. Use when building RAG pipelines, document search, or memory layers.
    0
    installs
  42. Triaging Security Report · qte77 bundle
    Verify an external or AI-generated security report against the actual codebase before acting on it. Use when handed a scanner PDF, automated teardown, audit report, or bug-bounty submission — classifies every finding CONFIRMED / OVERSTATED / FALSE-POSITIVE / FABRICATED and salvages the real work items.
    0
    installs
  43. Analyzing Contradictions · qte77
    Detect gaps and contradictions across all prior phases; surface cross-phase tensions, unresolved assumptions, and sales/investor objections. Run after `developing-gtm-strategy` (Phase 4).
    0
    installs
  44. Analyzing Source Project · qte77
    Assess a source project's technical capabilities. Reads `config/sources.md` and produces a structured capability profile. Use to start the GTM pipeline or evaluate technical differentiators (Phase 0).
    0
    installs
  45. Generating Prd Md From Userstory Md · qte77
    Converts UserStory.md into a structured PRD.md document. Use after generating UserStory.md and before initializing the Ralph loop.
    0
    installs
  46. Validating Product Market Fit · qte77
    Score product-market fit from Phase 1B market analysis; produce PMF score, evidence matrix, and risk register. Run after `researching-market` (Phase 2).
    0
    installs
  47. Researching Industry Landscape · qte77
    Map competitive intelligence and industry landscape; produce a competitor map and whitespace analysis. Run alongside `analyzing-source-project` at the start of the GTM pipeline (Phase 1A).
    0
    installs
  48. Securing Mas · qte77
    Apply OWASP MAESTRO 7-layer security framework to MAS designs
    0
    installs
  49. Reviewing Code · qte77
    Provides concise, focused code reviews matching exact task complexity requirements. Use when reviewing code quality, security, or when the user asks for code review.
    0
    installs
  50. Testing Python · qte77
    Writes tests following TDD (using pytest and Hypothesis) and BDD best practices. Use when writing unit tests, integration tests, or BDD scenarios.
    0
    installs
  51. Designing Backend · qte77
    Designs concise, streamlined backend systems matching exact task requirements. Use when planning APIs, data models, system architecture, or when the user requests backend design work.
    0
    installs
  52. Compacting Context · qte77 bundle
    Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones.
    0
    installs
  53. Implementing Python · qte77
    Implements concise, streamlined Python code matching exact architect specifications. Use when writing Python code, creating modules, or when the user asks to implement features in Python.
    0
    installs
  54. Researching Codebase · qte77
    Investigates codebase before planning. Use before any non-trivial implementation task to gather context in isolation.
    0
    installs
  55. Designing Mas Plugins · qte77
    Design evaluation plugins following 12-Factor + MAESTRO principles
    0
    installs
  56. Maintaining Agents Md · qte77
    Maintains AGENTS.md, AGENT_LEARNINGS.md, AGENT_REQUESTS.md, and CONTRIBUTING.md governance files in sync with codebase changes. Use when updating governance files, during sprint reviews, or after structural changes.
    0
    installs
  57. Creating Pr From Branch · qte77
    Create a pull request from the current branch. Analyzes commits, generates title+body from PR template, pauses for approval, then pushes and creates PR. Use after committing changes.
    0
    installs
  58. Enforcing Doc Hierarchy · qte77
    Audits and aligns project documentation against authority chains (project docs and Claude Code infrastructure). Detects broken references, duplicates, scope creep, and chain breaks. Use when reviewing documentation health, fixing stale references, or enforcing single-source-of-truth.
    0
    installs
  59. Auditing Website Usability · qte77
    Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.
    0
    installs
  60. Researching Website Design · qte77
    Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
    0
    installs
  61. Auditing Website Accessibility · qte77
    Audits website accessibility for WCAG 2.1 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.
    0
    installs
  62. Committing Staged With Message · qte77
    Generate commit message for staged changes, pause for approval, then commit. Stage files first with `git add`, then run this skill.
    0
    installs
  63. Generating Prd JSON From Prd Md · qte77
    Generates prd.json task tracking file from PRD.md requirements document. Use when initializing Ralph loop or when the user asks to convert PRD to JSON format for autonomous execution.
    0
    installs
  64. Generating Interactive Userstory Md · qte77
    Interactive Q&A to build UserStory.md from user input. Use when the user wants to create a user story document or start the assisted workflow.
    0
    installs