Frank
Community@frankdevlabs
Agent Skills by Frank
Showing 21 vetted skills indexed across 2 GitHub repositories.
resolve-tracker-issue
Convert one flagged GitHub tracker issue into a repository integration plan.
register-document
Register an official EU document from a URL or local file into the repository.
transcribe-council-extract
Transcribe Council compromise PDFs into diffable markdown extracts with tracked changes.
transcribe-parliament-extract
Transcribe European Parliament committee documents into diffable markdown extracts.
Global Error Handling
Implement user-friendly error messages and centralized error boundaries.
Global Tech Stack
Align new technology choices with established frameworks, languages, and runtime environments.
compilo-design-system
Enforce Compilo Design System rules for color tokens, spacing, and components.
Backend Migrations
Create reversible database migrations with `up` and `down` methods.
Global Conventions
Organize project files, documentation, and version control practices.
Global Commenting
Refactor code for clarity and add concise comments explaining complex logic.
Global Validation
Implement server-side and client-side validation with specific error messages.
Frontend Accessibility
Review frontend components for semantic HTML, keyboard navigation, and WCAG color contrast.
Frontend Components
Create single-responsibility frontend components with clear TypeScript interfaces and composition.
Frontend CSS
Apply CSS methodologies and design tokens to style components.
Global Coding Style
Enforce consistent naming, formatting, and DRY principles across codebases.
Backend tRPC
Create tRPC mutations with Zod input validation and router integration.
Backend API
Design RESTful API endpoints with versioning and standardized HTTP responses.
Frontend Responsive
Implement responsive layouts with mobile-first CSS and standard breakpoints.
Testing Test Writing
Write behavioral unit tests with mocked external dependencies.
Backend Queries
Refactor database queries to prevent SQL injection and N+1 issues.
Backend Models
Define database models with constraints, relationships, and timestamps.