with one click
claude-skills
claude-skills contains 70 collected skills from edfenton, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Scaffold a pnpm + Turborepo MERN monorepo with Next.js, tooling, tests, CI, and optional GitHub repo creation.
Configure GitHub repository security with branch protection, Dependabot, security scanning, and CI workflows. Integrates with mern-scaffold, nean-scaffold, and iOS projects.
Harden a Vercel deployment with security headers, CSP, bot protection, and deployment configuration
Add authentication to an iOS app with Sign in with Apple, biometrics, and Keychain storage.
Scaffold a new feature with View, ViewModel, and tests following ios-std conventions.
Review iOS code for compliance with standards, NFRs, and security policy.
Manage Swift Package Manager dependencies with security checks and update verification.
Visual design review of iOS screens against ios-styleguide.
Startup runbook for iOS projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints.
App Store release checklist and preparation with archive, validation, and submission guidance.
Scaffold a SwiftUI iOS app (iPhone + iPad) with offline-first persistence, push notifications plumbing, SwiftFormat + SwiftLint, CI, and optional GitHub repo creation.
Tear down an iOS project created by /ios-kit. Removes local files, git hooks, and optionally deletes the GitHub repo.
Run iOS unit/UI tests, report results, and optionally fix failures.
Add authentication to a MERN project using NextAuth.js with OAuth and/or credentials.
Scaffold a new feature with API route, Zod schema, Mongoose model, and UI components.
Generate OpenAPI documentation from Zod schemas and API routes.
Review MERN code for compliance with standards, NFRs, and security policy.
Deployment checklist and setup for MERN projects targeting Vercel, AWS, or Docker.
Check and update dependencies safely with security audits and test verification.
Visual design review using Playwright screenshots against mern-styleguide.
Manage Playwright E2E tests for critical user journeys.
Startup runbook for MERN projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints.
Tear down a MERN project — delete local files and optionally delete the GitHub repo.
Run MERN unit tests, report results, and optionally fix failures.
Add authentication to a NEAN project using Passport.js with JWT and optional OAuth.
Scaffold a new feature with NestJS module, TypeORM entity, DTOs, and Angular components.
Generate and serve OpenAPI documentation from NestJS decorators.
Review NEAN code for compliance with standards, NFRs, and security policy.
Deployment checklist and setup for NEAN projects targeting Docker, AWS, or Kubernetes.
Check and update dependencies safely with security audits and test verification.
Visual design review using Playwright screenshots against nean-styleguide.
Manage Playwright E2E tests for critical user journeys.
Startup runbook for NEAN projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints.
Scaffold an Nx monorepo with NestJS API, Angular frontend, and shared libraries.
Tear down a NEAN project — drop database, delete local files, and optionally delete the GitHub repo.
Run NEAN unit tests, report results, and optionally fix failures.
Set up local Git hooks for pre-commit validation (lint, format, tests, secrets). Integrates with mern-scaffold, nean-scaffold, and iOS projects.
Merge stacked feature branches from Ralph into main, preserving full feature history. Handles PR base updates, sequential squash merges, and branch cleanup.
Toggle GitHub repo between private and public with security hardening, contribution lockdown, and pre-flight safety checks.
Add Python VS Code workspace config to a project. Composable — works standalone or merges into existing .vscode/ from a prior kit scaffold.