Maintains docs/ — surgical patches, no duplicate content.
Skills in this repository
Dev-Toolbelt/dev-team-agents - Page 2
SkillsMP has collected 154 skills from Dev-Toolbelt/dev-team-agents. Open a skill to review its source and details.
Dev-Toolbelt/dev-team-agentsShowing 40 of 154 collected skills.
Guides the pre-release process for the dev-team-agents repository. Runs consistency checks, validates README sync, determines the correct version bump, and creates the git tag. Use before any version tag is created.
Jira via Atlassian MCP — issue ops, JQL, branch naming, PR comment.
CLAUDE.md devteam section — opt-out rules and auto-routing triggers.
Ant Design — enterprise React UI with forms, tables; official MCP.
Bootstrap — responsive grid for legacy, server-rendered, WordPress.
Chakra UI — accessible React components. v2/v3 APIs incompatible.
Material UI — accessible React + Material Design; official MCP.
shadcn/ui — Radix UI + Tailwind copy-paste; MCP for component install.
Base frontend code quality rules — component size, state, a11y, performance, type safety.
Mobile-first responsive UI specs — breakpoints, navigation, spacing, touch targets.
Web Push — service worker, VAPID, permission UX, subscriptions, browser support, security.
Android engineering rules — permissions, release signing, Kotlin/Compose. Load for Android.
Flutter/Dart rules, patterns, and checklists. Load when Flutter is detected.
Apple Human Interface Guidelines for iOS and iPadOS. Load for iOS or iPadOS design tasks.
iOS engineering rules — permissions, code signing, Swift/SwiftUI. Load for iOS targets.
Material Design 3 (Material You) UI guidelines. Load for Android or cross-platform design.
React Native and Expo rules, patterns, and checklists. Load when react-native is detected.
Quiz-first rule — use AskUserQuestion for any user-facing choice, never plain text.
Pre-release checklist for dev-team-agents — semver bump, tagging, rollback.
How to write an operational runbook — incident response and maintenance procedures.
Identify a project's technology stack from file signals — canonical signal-to-stack table.
Where architecture documents live, what each contains, and the conformance report format.
Docker dev — docker-compose, local Dockerfiles, container debugging.
Async jobs — idempotency, retry strategy, DLQ, observability.
GraphQL — schema, resolvers, N+1/DataLoader, pagination.
Database selection — strengths and use-case mapping by type.
Right-sizing infrastructure — capability tiers, scaling triggers, anti-overengineering.
SonarQube/SonarCloud — quality gates, SAST, CI/CD integration.
GoTrue auth — user management, JWT, refresh tokens, custom claims.
Kong API Gateway — routes, services, plugins, Admin API.
Supabase — Postgres, Auth, Storage, Edge Functions, RLS, CLI.
Running the right security scanners for the detected stack — secrets, SAST, deps, images.
Architecture context before implementing — rendering model, service boundaries, layer depth.
Discovery before implementation — HARD-GATE, YAGNI, incremental.
Testing an SPA against a separate API — MSW handlers, async state coverage, factories.
Testing React hooks and Vue composables in isolation — renderHook, withSetup, async flows.
Load testing — smoke/load/stress/soak/spike profiles, SLO thresholds, tooling.
jQuery — legacy, server-rendered, WordPress, pre-framework codebases.
Creates and validates agent files for the dev-team-agents repository. Enforces all authoring standards from CLAUDE.md — frontmatter, model assignment, required sections, line limit, and Worktree Isolation for coding agents. Use when creating a new agent or…