dotbot
01Settings file Claude Code
Agent settings configuring enabledPlugins.
Settings file Claude Code
Agent settings configuring enabledPlugins.
Skill Claude CodeCodex
Dotbot CRT/retro-futuristic design system: tokens, components, patterns, and anti-patterns for the control panel UI.
Instructions file CodexOpenCode
Instructions for andresharpe/dotbot, covering agents.md, project overview, commands, architecture and three core systems.
Instructions file
Instructions for andresharpe/dotbot, a project described as: Structured, auditable AI-assisted development for teams. Zero-dependency MCP server, web dashboard, and multi-provider AI CLI support.
Skill Claude CodeCodex
Show a comprehensive project status dashboard: task queue, blocked items, session state, verification, and git status.
Skill Claude CodeCodex
Run all verification gates (privacy scan, git cleanliness, git pushed) and report results.
Skill Claude CodeCodex
Generate a QA/UAT test plan from product specifications and task definitions, covering acceptance testing, integration flows, and exploratory testing. Unit tests are out of scope (handled by write-unit-tests skill).
Skill Claude CodeCodex
Write comprehensive unit tests with proper setup, assertions, and coverage of happy paths, edge cases, and error scenarios.
Skill Claude CodeCodex
Design Blazor components with proper parameter binding, event callbacks, lifecycle management, and render optimization. Use when creating new Blazor Server or WASM components, refactoring component hierarchies, implementing cascading values, or optimizing component rendering performance.
Skill Claude CodeCodex
Create and manage Entity Framework Core database migrations including schema changes, seed data, and rollback strategies. Use when adding or modifying EF Core entities, setting up a new DbContext, applying data seeding, running dotnet ef commands, or troubleshooting migration conflicts.
Skill Claude CodeCodex
Design EF Core entities with navigation properties, value objects, Fluent API configuration, and audit fields. Use when creating new database entities, adding relationships, configuring owned types, designing a domain model for Entity Framework Core, or setting up table-per-hierarchy inheritance.
Skill Claude CodeCodex
Implement ASP.NET Core REST API endpoints with routing, validation, MediatR handlers, and proper HTTP status codes. Use when creating new API routes, adding HTTP endpoints, building RESTful resources, implementing controllers, or adding GET/POST/PUT/DELETE operations.
Skill Claude CodeCodex
Implement Telegram bot interactions with command handlers, message parsing, and inline keyboards for conversational interfaces.
Skill Claude CodeCodex
Integrate with Microsoft Graph API for email, calendar, and organizational data access with proper authentication and error handling.
Skill Claude CodeCodex
Set up scheduled background jobs using Quartz.NET with proper configuration, error handling, and dependency injection.
Skill Claude CodeCodex
Verify .NET SDK compatibility, map project dependency graphs, and run baseline builds before code changes. Use when starting a new task, onboarding to a .NET solution, checking environment readiness, or diagnosing build failures from SDK mismatches.