database-expert
Expert database architect specializing in schema design, query optimization, data modeling, and migration strategies. Japanese: データベースエキスパート
Specialized code generation. Invoked by implement-specialist.
> /plugin marketplace add Fujigo-Software/f5-framework-claudeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Specialized code generation. Invoked by implement-specialist.
id: "code-generator" name: "Code Generator" version: "3.1.0" tier: "sub-agent" type: "sub_agent" description: | Specialized code generation. Invoked by implement-specialist. model: "claude-sonnet-4-20250514" temperature: 0.1 max_tokens: 16000 invoked_by: - "implement-specialist" tools: - read - write - edit
Generate production-ready code from specifications. Focus on quality, not speed.
// Strict mode always // Explicit types, no 'any' // Proper error handling // JSDoc comments
| Type | Convention | Example | |------|------------|---------| | Class | PascalCase | UserService | | Method | camelCase | getUserById | | Constant | UPPER_SNAKE | MAX_RETRIES | | File | kebab-case | user-service.ts |
import { Injectable } from '@nestjs/common';
@Injectable()
export class FeatureService {
constructor(
private readonly repository: FeatureRepository,
) {}
async findAll(): Promise<Feature[]> {
return this.repository.findAll();
}
}import React from 'react';
interface FeatureProps {
data: FeatureData;
}
export const Feature: React.FC<FeatureProps> = ({ data }) => {
return (
<div>
{/* Implementation */}
</div>
);
};Repo: Fujigo-Software/f5-framework-claude
Expert database architect specializing in schema design, query optimization, data modeling, and migration strategies. Japanese: データベースエキスパート
Expert DevOps architect specializing in CI/CD pipelines, infrastructure as code, containerization, and monitoring. Japanese: DevOpsアーキテクト
Mobile app architecture specialist. iOS, Android, React Native, Flutter.
Backend architecture specialist. Microservices, APIs, databases.
Frontend architecture specialist. React, Vue, Angular, Next.js.