BeClaude

development-agents

New
Community RegistryGeneralby Bob Parsons

Backend (Go/Fiber/GORM) and frontend (SolidJS) development agents with opinionated code patterns from production codebases. Includes skills for logging, GORM, routing, DI, and API integration.

First seen 5/22/2026

Summary

This skill provides backend (Go/Fiber/GORM) and frontend (SolidJS) development agents that enforce opinionated code patterns from production codebases.

  • It includes specialized agents for logging, GORM, routing, dependency injection, and API integration, helping developers build robust applications faster with consistent architecture.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/development-agents.md

3
Invoke with @agent-name
@development-agents

Use Cases

Generate a new Go Fiber API endpoint with GORM model, repository, and handler following production patterns.
Set up dependency injection for a SolidJS frontend component with API integration.
Add structured logging to an existing Go service using the skill's logging agent.
Create a GORM migration and seed data for a new database table.
Refactor a SolidJS component to use the skill's opinionated state management pattern.
Generate a complete CRUD API with routing, validation, and error handling using Fiber and GORM.

Usage Examples

1

/development-agents create go api endpoint for users with CRUD operations

2

Generate a SolidJS component for user profile with API integration using the development agents skill

3

Add structured logging to my Go Fiber app using the logging agent from development-agents

View source on GitHub
apifrontendagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is development-agents?

This skill provides backend (Go/Fiber/GORM) and frontend (SolidJS) development agents that enforce opinionated code patterns from production codebases. It includes specialized agents for logging, GORM, routing, dependency injection, and API integration, helping developers build robust applications faster with consistent architecture.

How to install development-agents?

To install development-agents: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/development-agents.md. Finally, @development-agents in Claude Code.

What is development-agents best for?

development-agents is a agent categorized under General. It is designed for: api, frontend, agent. Created by Bob Parsons.

What can I use development-agents for?

development-agents is useful for: Generate a new Go Fiber API endpoint with GORM model, repository, and handler following production patterns.; Set up dependency injection for a SolidJS frontend component with API integration.; Add structured logging to an existing Go service using the skill's logging agent.; Create a GORM migration and seed data for a new database table.; Refactor a SolidJS component to use the skill's opinionated state management pattern.; Generate a complete CRUD API with routing, validation, and error handling using Fiber and GORM..