Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

claude-skills

claude-skills には edfenton から収集した 70 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
70
Stars
1
更新
2026-02-21
Forks
1
職業カバレッジ
7 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

mern-scaffold
ソフトウェア開発者

Scaffold a pnpm + Turborepo MERN monorepo with Next.js, tooling, tests, CI, and optional GitHub repo creation.

2026-02-21
github-secure
情報セキュリティアナリスト

Configure GitHub repository security with branch protection, Dependabot, security scanning, and CI workflows. Integrates with mern-scaffold, nean-scaffold, and iOS projects.

2026-02-21
vercel-harden
情報セキュリティアナリスト

Harden a Vercel deployment with security headers, CSP, bot protection, and deployment configuration

2026-02-15
ios-add-auth
ソフトウェア開発者

Add authentication to an iOS app with Sign in with Apple, biometrics, and Keychain storage.

2026-02-13
ios-add-feature
ソフトウェア開発者

Scaffold a new feature with View, ViewModel, and tests following ios-std conventions.

2026-02-13
ios-code-review
ソフトウェア品質保証アナリスト・テスター

Review iOS code for compliance with standards, NFRs, and security policy.

2026-02-13
ios-deps
ソフトウェア開発者

Manage Swift Package Manager dependencies with security checks and update verification.

2026-02-13
ios-design-review
ウェブ・デジタルインターフェースデザイナー

Visual design review of iOS screens against ios-styleguide.

2026-02-13
ios-kit
ソフトウェア開発者

Startup runbook for iOS projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints.

2026-02-13
ios-release
ソフトウェア開発者

App Store release checklist and preparation with archive, validation, and submission guidance.

2026-02-13
ios-scaffold
ソフトウェア開発者

Scaffold a SwiftUI iOS app (iPhone + iPad) with offline-first persistence, push notifications plumbing, SwiftFormat + SwiftLint, CI, and optional GitHub repo creation.

2026-02-13
ios-teardown
ソフトウェア開発者

Tear down an iOS project created by /ios-kit. Removes local files, git hooks, and optionally deletes the GitHub repo.

2026-02-13
ios-unit-test
ソフトウェア品質保証アナリスト・テスター

Run iOS unit/UI tests, report results, and optionally fix failures.

2026-02-13
mern-add-auth
ソフトウェア開発者

Add authentication to a MERN project using NextAuth.js with OAuth and/or credentials.

2026-02-13
mern-add-feature
ソフトウェア開発者

Scaffold a new feature with API route, Zod schema, Mongoose model, and UI components.

2026-02-13
mern-api-docs
ソフトウェア開発者

Generate OpenAPI documentation from Zod schemas and API routes.

2026-02-13
mern-code-review
ソフトウェア品質保証アナリスト・テスター

Review MERN code for compliance with standards, NFRs, and security policy.

2026-02-13
mern-deploy
ソフトウェア開発者

Deployment checklist and setup for MERN projects targeting Vercel, AWS, or Docker.

2026-02-13
mern-deps
ソフトウェア開発者

Check and update dependencies safely with security audits and test verification.

2026-02-13
mern-design-review
ソフトウェア品質保証アナリスト・テスター

Visual design review using Playwright screenshots against mern-styleguide.

2026-02-13
mern-e2e
ソフトウェア品質保証アナリスト・テスター

Manage Playwright E2E tests for critical user journeys.

2026-02-13
mern-kit
ソフトウェア開発者

Startup runbook for MERN projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints.

2026-02-13
mern-teardown
ソフトウェア開発者

Tear down a MERN project — delete local files and optionally delete the GitHub repo.

2026-02-13
mern-unit-test
ソフトウェア品質保証アナリスト・テスター

Run MERN unit tests, report results, and optionally fix failures.

2026-02-13
nean-add-auth
ソフトウェア開発者

Add authentication to a NEAN project using Passport.js with JWT and optional OAuth.

2026-02-13
nean-add-feature
ソフトウェア開発者

Scaffold a new feature with NestJS module, TypeORM entity, DTOs, and Angular components.

2026-02-13
nean-api-docs
ソフトウェア開発者

Generate and serve OpenAPI documentation from NestJS decorators.

2026-02-13
nean-code-review
ソフトウェア品質保証アナリスト・テスター

Review NEAN code for compliance with standards, NFRs, and security policy.

2026-02-13
nean-deploy
ソフトウェア開発者

Deployment checklist and setup for NEAN projects targeting Docker, AWS, or Kubernetes.

2026-02-13
nean-deps
ソフトウェア開発者

Check and update dependencies safely with security audits and test verification.

2026-02-13
nean-design-review
ウェブ・デジタルインターフェースデザイナー

Visual design review using Playwright screenshots against nean-styleguide.

2026-02-13
nean-e2e
ソフトウェア品質保証アナリスト・テスター

Manage Playwright E2E tests for critical user journeys.

2026-02-13
nean-kit
ソフトウェア開発者

Startup runbook for NEAN projects. Establishes stack decisions, scaffolds the project, configures GitHub security, and confirms governing constraints.

2026-02-13
nean-scaffold
ソフトウェア開発者

Scaffold an Nx monorepo with NestJS API, Angular frontend, and shared libraries.

2026-02-13
nean-teardown
ソフトウェア開発者

Tear down a NEAN project — drop database, delete local files, and optionally delete the GitHub repo.

2026-02-13
nean-unit-test
ソフトウェア品質保証アナリスト・テスター

Run NEAN unit tests, report results, and optionally fix failures.

2026-02-13
github-hooks
ソフトウェア開発者

Set up local Git hooks for pre-commit validation (lint, format, tests, secrets). Integrates with mern-scaffold, nean-scaffold, and iOS projects.

2026-02-13
github-merge-stack
ソフトウェア開発者

Merge stacked feature branches from Ralph into main, preserving full feature history. Handles PR base updates, sequential squash merges, and branch cleanup.

2026-02-13
github-visibility
ソフトウェア開発者

Toggle GitHub repo between private and public with security hardening, contribution lockdown, and pre-flight safety checks.

2026-02-13
python-scaffold
ソフトウェア開発者

Add Python VS Code workspace config to a project. Composable — works standalone or merges into existing .vscode/ from a prior kit scaffold.

2026-02-13
このリポジトリの収集済み skills 70 件中、上位 40 件を表示しています。