Your Lab Technologies avatar

Your Lab Technologies

Community

@yourlabpt

1Followers
|
3Public Repos
|
33Published Skills

Not ours, but your lab.

Skills Distribution
DomainDeveloper To...Software Engineeri.. (45%)Payments & Stripe .. (25%)Security & Code Qu.. (15%)DevOps & Productio.. (15%)

Agent Skills by Your Lab Technologies

Showing 33 vetted skills indexed across 1 GitHub repositories.

yourlabptyourlabpt

idea-refine

Refines raw ideas into actionable markdown one-pagers through structured divergent and convergent thinking.

Community
Intermediate
yourlabptyourlabpt

debugging-and-error-recovery

Diagnose test failures, build errors, and runtime bugs through a structured root-cause triage workflow.

Community
Intermediate
yourlabptyourlabpt

test-driven-development

Guides implementation of code changes using the red-green-refactor test-driven development cycle.

Community
Intermediate
yourlabptyourlabpt

planning-and-task-breakdown

Decompose specifications into ordered, verifiable implementation tasks with acceptance criteria.

Community
Intermediate
yourlabptyourlabpt

incremental-implementation

Implements multi-file code changes in thin, tested, individually committed vertical slices.

Community
Intermediate
yourlabptyourlabpt

api-and-interface-design

Design stable REST APIs, TypeScript contracts, and idempotent interfaces with consistent error semantics.

Community
Intermediate
yourlabptyourlabpt

ci-cd-and-automation

Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.

Community
Intermediate
yourlabptyourlabpt

context-engineering

Structures rules files, specs, and source context for AI coding agents.

Community
Intermediate
yourlabptyourlabpt

frontend-ui-engineering

Builds accessible, responsive, production-quality user interfaces following design system standards.

Community
Intermediate
yourlabptyourlabpt

shipping-and-launch

Guides production deployments with pre-launch checklists, staged rollouts, monitoring, and rollback plans.

Community
Advanced
yourlabptyourlabpt

spec-driven-development

Writes structured specifications through a gated specify-plan-tasks-implement workflow before coding.

Community
Intermediate
yourlabptyourlabpt

constraint-driven-development

Establishes enforceable project quality constraints in a CONSTRAINTS.md file with thresholds and checks.

Community
Advanced
yourlabptyourlabpt

code-review-and-quality

Reviews code changes across correctness, readability, architecture, security, and performance before merge.

Community
Intermediate
yourlabptyourlabpt

security-and-hardening

Harden web applications against OWASP Top 10 vulnerabilities, SSRF, supply-chain risks, and LLM threats.

Community
Advanced
yourlabptyourlabpt

deprecation-and-migration

Plans and executes deprecation of legacy systems and zero-downtime database schema migrations.

Community
Intermediate
yourlabptyourlabpt

observability-and-instrumentation

Instruments production code with structured logs, metrics, traces, and symptom-based alerts.

Community
Intermediate
yourlabptyourlabpt

interview-me

Extracts underlying user intent through one-question-at-a-time interviews until 95% confidence.

Community
Intermediate
yourlabptyourlabpt

code-simplification

Refactors code to reduce complexity while preserving exact behavior and project conventions.

Community
Intermediate
yourlabptyourlabpt

doubt-driven-development

Subjects non-trivial decisions to adversarial fresh-context review before they stand.

Community
Advanced
yourlabptyourlabpt

source-driven-development

Verifies framework code patterns against official documentation and cites sources.

Community
Intermediate
yourlabptyourlabpt

performance-optimization

Diagnose and fix frontend, backend, and database performance bottlenecks through measurement-driven workflows.

Community
Advanced
yourlabptyourlabpt

browser-testing-with-devtools

Tests and debugs web pages in real browsers using Chrome DevTools MCP.

Community
Advanced
yourlabptyourlabpt

git-workflow-and-versioning

Structures git commits, branching, semantic versioning, and changelog practices for code changes.

Community
Intermediate
yourlabptyourlabpt

documentation-and-adrs

Write architecture decision records, API documentation, READMEs, and changelogs for software projects.

Community
Intermediate

Frequently Asked Questions About Your Lab Technologies

FAQPage Schema
What 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.