Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

dakdevs/skills

Agent skills for Claude Code.

Install

Install all skills:

npx skills add dakdevs/skills

Install a single skill:

npx skills add dakdevs/skills -s <skill-name>

Skills

best-practices

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.

auditing-interface-quality

npx skills add dakdevs/skills -s auditing-interface-quality

Audit frontend source for design quality and UI/component architecture: visual hierarchy, composition, typography, color, spacing, density, design-system coherence, component boundaries, APIs, variants, state ownership, reuse, responsive behavior, interaction quality, and governance. Produces evidence-backed remediation guidance without modifying the application or making unsupported runtime claims.

pr-this

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.

source-to-skill-tree

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.

apple-hig-cross-platform-design

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.

build-swiftui-liquid-glass-apps

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.

swiftui-liquid-glass-practices

npx skills add dakdevs/skills -s swiftui-liquid-glass-practices

Adapt, implement, review, migrate, and debug SwiftUI interfaces for Apple Liquid Glass. Uses an Apple-intended, system-first approach to functional layering, custom glass, native morphing, compatibility, accessibility, and measured performance.

claude-agent-team

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.

twelve-factor

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.

agentic-docs-architecture

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.

principle-preserve-type-flow

npx skills add dakdevs/skills -s principle-preserve-type-flow

Inference-first TypeScript discipline: preserve types from authoritative upstream producers, derive rather than duplicate named types, reject harmful as Type assertions while allowing value-narrowing as const, use satisfies without widening, and parse externally supplied raw data once at entrypoint boundaries with Zod. Avoids bespoke functions whose purpose is checking TypeScript types.

principle-atomic-types

npx skills add dakdevs/skills -s principle-atomic-types

Atomic TypeScript application boundaries: export runtime behavior instead of type declarations, never declare interfaces, give functions only the smallest invariant-preserving values and capabilities required by their work, and isolate effects behind a pure functional core.

principle-avoid-tautological-tests

npx skills add dakdevs/skills -s principle-avoid-tautological-tests

Testing discipline built around independent oracles and defect sensitivity. Rejects tests that merely restate production logic, fixtures, mock configuration, or generated output while preserving valid uses of contract interactions, reviewed snapshots, property invariants, and independent reference implementations.

About

Agent Skills

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages