Skip to main content

bobmatnyc/trusty-tools

SkillsMP는 bobmatnyc/trusty-tools에서 31개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
31
GitHub 스타
18
GitHub 포크
6

수집된 skill 31개 중 31개를 표시합니다.

직업 분류
미분류
설명

Publish one or more Rust crates to crates.io from the trusty-tools workspace

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Full cargo command reference for the trusty-tools workspace — release builds, feature-gated tests, ignored/ONNX integration tests, single-test-by-name runs, the trusty-search performance regression suite, dependency audit, and crate-name-vs-directory…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Six-stage quality-gate pipeline for any code implementation task

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Adversarial code review rubric — severity taxonomy, the 80% confidence filter, and the APPROVE/WARN/BLOCK verdict protocol. Loaded by the code-critic agent as its primary review reference.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Read-only query tools over the CTO operations database (headcount, budget, risks, work classification) for the cto-assistant persona.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

SLD-grounded per-artifact-type documentation style guide: the four-axis Why/What/Test + Spec-References inline model, plus focused conventions for specs, READMEs, files, classes, methods/functions, and block comments. Use when writing or reviewing any…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui)

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Interactive idea refinement using Socratic method to develop fully-formed designs

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Replace arbitrary timeouts with condition polling for reliable async tests

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Derive a three-level test pyramid directly from a function's Code Contracts (preconditions, postconditions, invariants) — contract-targeted unit tests, property-based tests, precondition-violation tests, plus the no-contracts fallback and the contract review…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Safe patterns for evolving database schemas in production with decision trees and troubleshooting guidance.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Environment variable validation, security scanning, and management for Next.js, Vite, React, and Node.js applications

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Framework for writing concise 3P (Progress, Plans, Problems) team updates for executives and stakeholders

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Working effectively with JSON data structures.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

MCP (Model Context Protocol) server build and evaluation guide, including local conventions for tool surfaces, config, and testing

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Systematically trace bugs backward through call stack to find original trigger

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

CI security scanning: secrets, deps, SAST, triage, expiring exceptions

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Compare tradeoffs and recommend architectural patterns — dependency injection, service-oriented architecture, repository, domain events, circuit breaker, and anti-corruption layer. Use when choosing between design patterns, planning microservices boundaries,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Step-by-step debugging workflow: reproduce the bug, isolate the failing component, trace to root cause, apply a targeted fix, and verify the fix resolves the issue without regressions. Use when you encounter a bug, error, exception, crash, or unexpected…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Comprehensive TDD patterns and practices for all programming languages, eliminating redundant testing guidance per agent.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Test quality inspection framework for reviewing test coverage, identifying gaps, and ensuring comprehensive validation

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking. Language-agnostic principles with TypeScript/Jest and Python pytest-style examples.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run verification commands and confirm output before claiming success

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Working with Excel files programmatically.

원문 언어: 영어

업데이트
수집된 skill 31개 중 31개를 표시합니다.