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作成", "コンポーネント作成"
npx claudepluginhub takemi-ohama/ai-plugins --plugin ndfThis skill is limited to using the following tools:
corderエージェントが新機能を実装する際に使用するコードテンプレート集です。REST APIエンドポイント、Reactコンポーネント、データベースモデル、認証ロジックなど、頻出パターンのテンプレートを提供します。
Generates code from templates and patterns for scaffolding projects, boilerplate, AST manipulation, OpenAPI/GraphQL clients, and database models. Use for repetitive code, CRUD ops, and automation.
Generates new API endpoints, UI components, backend modules, shared packages, and database collections following existing codebase patterns.
Builds production-ready REST API endpoints with input validation, authentication checks, error handling, business logic, response formatting, and documentation for Node.js frameworks like Express.
Share bugs, ideas, or general feedback.
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コンポーネント、データベースモデルのテンプレート |