Agent skills for Claude Code.
Install all skills:
npx skills add dakdevs/skills
Install a single skill:
npx skills add dakdevs/skills -s <skill-name>
npx skills add dakdevs/skills -s best-practices
Research-first development — enforces official docs lookup, codebase pattern analysis, and pitfall identification before any implementation begins. Invoke with /best-practices or by saying "do it right", "research first", etc.
npx skills add dakdevs/skills -s pr-this
Create or update a draft pull request for the current branch using gh CLI. Idempotent — always re-assesses the full diff and either creates a new PR or updates the existing one.
PR titles are framed around the product issue solved or prevented; PR bodies lead with a tight, evidence-backed "Why" section aimed at engineers.
npx skills add dakdevs/skills -s source-to-skill-tree
Transform source material into a reusable skill tree: a routed SKILL.md, local reference documents, workflows, examples, eval prompts, and source-credit notes.
npx skills add dakdevs/skills -s apple-hig-cross-platform-design
Apply Apple Human Interface Guidelines across responsive Web, native macOS, and iPhone. Routes design and review work through shared accessibility, privacy, layout, content, and recovery guidance, then adapts navigation, commands, presentation, and input to each platform.
npx skills add dakdevs/skills -s build-swiftui-liquid-glass-apps
Turn a designer's concept, wireframe, screenshot, or product brief into a running native iPhone/iPad app with SwiftUI and intentional Liquid Glass. Includes product modeling, adaptive app architecture, system-first glass guidance, current Xcode/iOS availability strategy, realistic previews, accessibility, performance, build/run/test workflows, source maps, examples, and evals.
npx skills add dakdevs/skills -s claude-agent-team
Spin up a team of specialized Claude agents for implementation tasks. Each agent owns a layer of the stack (core, integration, surface, verification) and works from deep internals outward. Invoke with /claude-agent-team or by saying "team go", "agent team go", etc.
npx skills add dakdevs/skills -s twelve-factor
Tree-based router skill for The Twelve-Factor App methodology. Top-level SKILL.md triggers on cloud-native / SaaS / containerized-app questions and routes to 12 leaf factor files (codebase, dependencies, config, backing services, build-release-run, processes, port binding, concurrency, disposability, dev/prod parity, logs, admin processes), plus cross-cutting guides for symptom → violation reverse lookup, modern (K8s / Docker / serverless) interpretations, and a walk-the-12 audit checklist for existing apps.
npx skills add dakdevs/skills -s agentic-docs-architecture
Tiered documentation pattern for repos organized for AI-agent effectiveness — AGENTS.md/CLAUDE.md per crate, docs/{guides,architecture,features,reference} tree, change-impact tables, compiler-enforced doc lints. Tells the agent where docs live, what AGENTS.md should contain, when to update the change-impact table, and why trait boundaries are firewalls. Triggers on adding/modifying crates, writing docs, or changing public APIs that have downstream doc impact.