Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dravr-platform

dravr-platform 收录了来自 dravr-ai 的 29 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
29
Stars
2
更新
2026-07-12
Forks
0
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

prompt-engineer
软件开发工程师

Use when designing prompts for LLMs, optimizing model performance, building evaluation frameworks, or implementing advanced prompting techniques like chain-of-thought, few-shot learning, or structured outputs.

2026-07-12
deploy-infra
网络与计算机系统管理员

How to deploy Dravr infrastructure and apply Cloud Run config changes. Use when editing infra/ terraform, when a merged code change is live but a Cloud Run setting (cpu, memory, min/max instances, env var, scaling) hasn't taken effect, or when asked to plan/apply infra. Explains the two-pipeline model (app binary auto-deploys on push; terraform infra config is a separate manual apply) plus the cpu/cpu_idle guardrails.

2026-06-27
strict-clippy-check
软件质量保证分析师与测试员

Enforces zero-tolerance code quality policy using Clippy with strict lints, all warnings treated as errors

2026-06-09
obsidian-writer
软件开发工程师

Write well-formatted notes to the dravr-vault Obsidian knowledge base. Use this skill whenever creating or updating an ADR, runbook, plan, API doc, guide, session output, or any structured document that should land in the vault — even when the user doesn't say "Obsidian" explicitly. Delegates to obsidian:obsidian-cli to write to the live vault and applies Dravr frontmatter and formatting standards.

2026-06-03
setup-server
网络与计算机系统管理员

Bootstrap Pierre server with database, admin user, coaches, and test users for development and testing

2026-04-12
validate-coaches
软件开发工程师

Validates coach markdown files for required frontmatter fields, sections, and naming conventions

2026-04-12
obsidian-vault-setup
档案文员

Use when setting up the shared dravr-vault Obsidian vault on a new machine or for a new team member. Guides through cloning, symlinking claude_docs, and verifying obsidian-cli.

2026-03-15
react-native-best-practices
软件开发工程师

Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.

2026-02-25
finish-worktree
软件开发工程师

Completes feature branch work by rebasing, pushing, monitoring CI, and squash merging to main

2026-02-18
check-input-validation
软件开发工程师

Validates input domain safety including division-by-zero prevention, pagination bounds, cache key completeness, and numeric range enforcement

2026-02-12
check-no-secrets
信息安全分析师

Scans codebase for accidentally committed secrets, credentials, API keys, and sensitive data to prevent security breaches

2026-02-12
generate-sdk-types
软件开发工程师

Generates TypeScript type definitions for SDK from Rust tool schemas, ensuring type safety between server and client

2026-02-12
run-full-test-suite
软件质量保证分析师与测试员

Executes comprehensive test suite across unit, integration, E2E, database, protocols, and intelligence algorithms

2026-02-12
security-review
信息安全分析师

Comprehensive security review checklist for auth, OAuth, admin, and multi-tenant code changes

2026-02-12
test-mcp-compliance
软件质量保证分析师与测试员

Validates Model Context Protocol (MCP) compliance by running official compliance test suite against Pierre server

2026-02-12
validate-architecture
软件开发工程师

Validates architectural patterns and code quality per CLAUDE.md, detects anti-patterns and design violations

2026-02-12
test-multitenant-isolation
软件质量保证分析师与测试员

Validates complete data isolation between tenants, tests cross-tenant access, ensures proper query scoping

2026-02-06
validate-frontend
软件质量保证分析师与测试员

Validates web frontend code (TypeScript, ESLint, unit tests) in the frontend/ directory

2026-02-03
validate-sdk
软件质量保证分析师与测试员

Validates TypeScript SDK code (build, types, lint, tests) in the sdk/ directory

2026-02-03
test-intelligence-algorithms
软件质量保证分析师与测试员

Validates sports science algorithms (VDOT, TSS, TRIMP, FTP, VO2max, Recovery, Nutrition) for correctness

2026-01-30
create-worktree
软件开发工程师

Creates a git worktree with branch and copies environment files (.envrc, .mcp.json)

2026-01-28
validate-mobile
软件质量保证分析师与测试员

Validates mobile app code (TypeScript, ESLint, Jest tests) in the frontend-mobile/ directory

2026-01-28
accessibility-check
软件质量保证分析师与测试员

Run accessibility audit on frontend components for WCAG 2.1 AA compliance

2026-01-20
check-error-handling
软件质量保证分析师与测试员

Validates error handling follows AppResult/AppError pattern, detects anyhow regression, ensures ErrorCode usage

2026-01-20
check-repository-pattern
软件开发工程师

Validates database access follows repository pattern, detects god-trait regression, ensures focused repositories

2026-01-20
component-scaffold
软件开发工程师

Scaffold a new UI component following Pierre design system patterns

2026-01-20
design-review
网页与数字界面设计师

Review UI components for design system compliance, accessibility, and visual consistency

2026-01-20
frontend-design
网页开发工程师

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications.

2026-01-20
ui-patterns
网页与数字界面设计师

Ready-to-use UI patterns library for common scenarios - stats dashboards, data tables, forms, modals, and feedback states

2026-01-20