From ndf
Generate code templates for common patterns: REST API endpoints, React components, database models, authentication, error handling. Use when implementing new features or creating boilerplate code. This skill provides production-ready code templates: - REST API endpoints (Express, FastAPI) - React/Vue components with best practices - Database models (Sequelize, TypeORM, Mongoose) - Authentication middleware (JWT, OAuth) Triggers: "create API", "new component", "implement auth", "add model", "generate code", "コードテンプレート", "API作成", "コンポーネント作成"
How this skill is triggered — by the user, by Claude, or both
Slash command
/ndf:corder-code-templatesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
corderエージェントが新機能を実装する際に使用するコードテンプレート集です。REST APIエンドポイント、Reactコンポーネント、データベースモデル、認証ロジックなど、頻出パターンのテンプレートを提供します。
corderエージェントが新機能を実装する際に使用するコードテンプレート集です。REST APIエンドポイント、Reactコンポーネント、データベースモデル、認証ロジックなど、頻出パターンのテンプレートを提供します。
| テンプレート | ファイル | 用途 |
|---|---|---|
| REST API | rest-api-endpoint.js | Express CRUD操作 |
| FastAPI | rest-api-endpoint.py | Python APIエンドポイント |
| React Component | react-component.jsx | 関数コンポーネント + Hooks |
| Database Model | database-model.js | Sequelizeモデル |
| Auth Middleware | auth-middleware.js | JWT認証 |
| Error Handler | error-handler.js | グローバルエラーハンドラー |
[RESOURCE], [MODEL_NAME]等)| DO | DON'T |
|---|---|
| テンプレートをそのままコピー | 安全機能を削除 |
| プロジェクト規約に合わせる | 古いパターンを使用 |
| セキュリティを最優先 | セキュリティを軽視 |
| テストを作成 | async/awaitを避ける |
| ファイル | 内容 |
|---|---|
01-api-templates.md | REST API、認証ミドルウェア、エラーハンドラーのテンプレート |
02-component-templates.md | React/Vueコンポーネント、データベースモデルのテンプレート |
npx claudepluginhub takemi-ohama/ai-plugins --plugin ndfBuilds production-ready REST API endpoints with input validation, authentication checks, error handling, business logic, and documentation for Express and Fastify. Useful for creating CRUD operations and backend routes.
Generates REST APIs with CRUD endpoints, pagination, filtering, auth, tests for Express, FastAPI, Spring Boot, Gin from OpenAPI specs or schemas.
Provides patterns for building production-ready Node.js backend services with Express/Fastify, covering middleware, error handling, authentication, database integration, and API design.