Your Lab Technologies
Community@yourlabpt
Not ours, but your lab.
Agent Skills by Your Lab Technologies
Showing 33 vetted skills indexed across 1 GitHub repositories.
idea-refine
Refines raw ideas into actionable markdown one-pagers through structured divergent and convergent thinking.
debugging-and-error-recovery
Diagnose test failures, build errors, and runtime bugs through a structured root-cause triage workflow.
test-driven-development
Guides implementation of code changes using the red-green-refactor test-driven development cycle.
planning-and-task-breakdown
Decompose specifications into ordered, verifiable implementation tasks with acceptance criteria.
incremental-implementation
Implements multi-file code changes in thin, tested, individually committed vertical slices.
api-and-interface-design
Design stable REST APIs, TypeScript contracts, and idempotent interfaces with consistent error semantics.
ci-cd-and-automation
Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.
context-engineering
Structures rules files, specs, and source context for AI coding agents.
frontend-ui-engineering
Builds accessible, responsive, production-quality user interfaces following design system standards.
shipping-and-launch
Guides production deployments with pre-launch checklists, staged rollouts, monitoring, and rollback plans.
spec-driven-development
Writes structured specifications through a gated specify-plan-tasks-implement workflow before coding.
constraint-driven-development
Establishes enforceable project quality constraints in a CONSTRAINTS.md file with thresholds and checks.
code-review-and-quality
Reviews code changes across correctness, readability, architecture, security, and performance before merge.
security-and-hardening
Harden web applications against OWASP Top 10 vulnerabilities, SSRF, supply-chain risks, and LLM threats.
deprecation-and-migration
Plans and executes deprecation of legacy systems and zero-downtime database schema migrations.
observability-and-instrumentation
Instruments production code with structured logs, metrics, traces, and symptom-based alerts.
interview-me
Extracts underlying user intent through one-question-at-a-time interviews until 95% confidence.
code-simplification
Refactors code to reduce complexity while preserving exact behavior and project conventions.
doubt-driven-development
Subjects non-trivial decisions to adversarial fresh-context review before they stand.
source-driven-development
Verifies framework code patterns against official documentation and cites sources.
performance-optimization
Diagnose and fix frontend, backend, and database performance bottlenecks through measurement-driven workflows.
browser-testing-with-devtools
Tests and debugs web pages in real browsers using Chrome DevTools MCP.
git-workflow-and-versioning
Structures git commits, branching, semantic versioning, and changelog practices for code changes.
documentation-and-adrs
Write architecture decision records, API documentation, READMEs, and changelogs for software projects.
Frequently Asked Questions About Your Lab Technologies
FAQPage SchemaWhat tasks can I accomplish with Your Lab Technologies' skills?▼
The 33 skills cover the full software delivery lifecycle: spec-driven planning, test-driven development, incremental implementation, multi-axis code review, OWASP security hardening, CI/CD pipeline setup, observability instrumentation, performance optimization, deprecation management, and complete Stripe integration including Connect, billing, tax, and app development.
Who should use these skills?▼
Software engineers, engineering leads, and developers building production systems benefit most. The skills target practitioners implementing features, reviewing code, hardening authentication flows, migrating database schemas, optimizing Core Web Vitals, and teams building Stripe-powered marketplaces, subscription platforms, or payment integrations.
How do the Stripe skills work in practice?▼
Stripe skills guide app scaffolding, UI extension architecture, stripe-app.yaml manifest setup, OAuth and restricted key handling, webhook configuration, and Connect onboarding. The stripe-directory and stripe-projects skills resolve verified providers and provision services like databases, Redis, and hosting through the Stripe CLI.
What prerequisites or dependencies are required?▼
Most engineering skills are methodology-based with no dependencies. Browser testing requires the chrome-devtools MCP server configured. Stripe directory and projects skills require the Stripe CLI installed via Homebrew. The stripe-docs skill reads documentation directly from the terminal using stripe docs commands.
How do the quality-enforcement skills prevent degraded code?▼
constraint-driven-development records quality bars in CONSTRAINTS.md and watches diffs for new @ts-ignore suppressions, skipped tests, or lowered thresholds. doubt-driven-development applies adversarial review to high-stakes decisions, while code-review-and-quality assesses changes across multiple dimensions before merging.