← All creators

lgzarturo

User

CodeConductor is an AI-assisted software engineering framework designed to turn chaotic prompting into a reproducible engineering system.

46 indexed · 0 Featured · 0 stars · avg score 73
Prolific

Categories

Indexed Skills (46)

AI & Automation Listed

android--kotlin-jetpack-compose--media3

Provides expert knowledge for building modern native Android apps using Kotlin, Jetpack Compose, Material Design 3, MVI architecture, Hilt dependency injection, and Media3/ExoPlayer.

0 Updated yesterday
lgzarturo
AI & Automation Listed

api-versioning

Provides expert knowledge for designing, implementing, and managing REST API versioning strategies with deprecation workflows.

0 Updated yesterday
lgzarturo
AI & Automation Listed

astro

Provides expert knowledge for building Astro 5+ sites with Islands Architecture, Content Collections, TypeScript, and performance-first rendering strategies.

0 Updated yesterday
lgzarturo
Code & Development Listed

code-review

Provides a structured framework for conducting thorough code reviews covering correctness, security, architecture alignment, performance, and technical debt.

0 Updated yesterday
lgzarturo
AI & Automation Listed

conductor-setup

Configure a Rails project to work with Conductor (parallel coding agents)

0 Updated yesterday
lgzarturo
AI & Automation Listed

django-orm

Django ORM patterns for multi-tenant POS projects: efficient queries, bulk operations, transactions, and multi-schema upload paths. Trigger: When writing queryset logic, model saves, or DB-touching service code.

0 Updated yesterday
lgzarturo
Testing & QA Listed

django-testing

Testing patterns for multi-tenant Django POS projects using pytest-django, RequestFactory, and mocks. No factories, no complex conftest. Trigger: When writing or reviewing tests in any apps/ directory.

0 Updated yesterday
lgzarturo
AI & Automation Listed

django--uv

Provides expert knowledge for building Django 5+ projects with UV as the package manager, domain-driven app structure, ruff for linting, and pytest-django for testing.

0 Updated yesterday
lgzarturo
API & Backend Listed

jpa--postgresql

Provides expert knowledge of JPA entity design, relationship mapping, Flyway migrations, and PostgreSQL-specific optimizations.

0 Updated yesterday
lgzarturo
Web & Frontend Listed

next.js--typescript

Provides expert knowledge for building Next.js 15+ applications with the App Router, TypeScript, Server Components, Server Actions, and TanStack Query.

0 Updated yesterday
lgzarturo
AI & Automation Listed

python-django-stack

Python and Django conventions for multi-tenant SaaS POS projects: views, services, naming, JSON APIs, PDFs, and cart patterns. Trigger: When writing any view, service, API endpoint, or model code in apps/.

0 Updated yesterday
lgzarturo
API & Backend Listed

python-fastapi-stack

FastAPI conventions for REST APIs: routers, Pydantic v2 schemas, dependency injection, error handling, pagination, and project structure. Trigger: When writing any router, endpoint, schema, or dependency in a FastAPI project.

0 Updated yesterday
lgzarturo
AI & Automation Listed

python

Python development best practices: clean code, patterns, type hints, decorators, context managers, and architecture. Trigger: When writing Python code anywhere in the project.

0 Updated yesterday
lgzarturo
AI & Automation Listed

security

Provides expert knowledge for implementing and reviewing application security following OWASP Top 10 (2021), with stack-specific patterns for Spring Boot, Django, Next.js, and Astro.

0 Updated yesterday
lgzarturo
AI & Automation Listed

spring-boot-feature-creation

Guides the creation of complete Spring Boot features following a structured, layer-by-layer workflow: entity, repository, service, controller, and tests. Applies Kotlin idioms, Bean Validation, and MockK test patterns throughout.

0 Updated yesterday
lgzarturo
AI & Automation Listed

spring-boot--kotlin

Provides expert knowledge of Spring Boot conventions, Kotlin idioms, and MVC patterns for backend API development.

0 Updated yesterday
lgzarturo
Testing & QA Listed

spring-boot-testing-strategy

Provides expert knowledge of the testing pyramid, test design principles, MockK patterns, and integration testing conventions for Spring Boot + Kotlin projects.

0 Updated yesterday
lgzarturo
AI & Automation Listed

sqlalchemy

SQLAlchemy 2.x patterns for async FastAPI projects: models, sessions, queries, bulk operations, transactions, and Alembic migrations. Trigger: When writing models, queries, bulk operations, or DB-touching service code.

0 Updated yesterday
lgzarturo
Testing & QA Listed

test-driven-development

Provides expert knowledge for applying the Red-Green-Refactor cycle, designing tests at the right pyramid layer, and implementing TDD across Spring Boot + Kotlin, Python (pytest), and Next.js / Astro (Vitest + Playwright) stacks.

0 Updated yesterday
lgzarturo
AI & Automation Listed

auth-token-inspector

Audits token storage mechanisms to prevent XSS-based JWT theft.

0 Updated yesterday
lgzarturo
API & Backend Listed

drizzle-schema-architect

Generates strictly typed Drizzle ORM schemas for PostgreSQL with indexes, foreign keys, and Zod schema deduction.

0 Updated yesterday
lgzarturo
AI & Automation Listed

fastapi-pydantic-strict

Enforces Pydantic v2 strict models, asynchronous dependency generators, and uv environment setup.

0 Updated yesterday
lgzarturo
AI & Automation Listed

jpa-n1-query-detector

Audits Hibernate database interactions to prevent N+1 query problems in JVM apps.

0 Updated yesterday
lgzarturo
AI & Automation Listed

livewire-alpine-bridge

Schedules reactive frontend states cleanly using entangle directives in PHP and JS.

0 Updated yesterday
lgzarturo
AI & Automation Listed

seo-analytics-injector

Verifies and injects Google Tag Manager (GTM), GA4 event triggers, and optimized meta tags.

0 Updated yesterday
lgzarturo
AI & Automation Listed

spring-auth-auditor

Secures Spring Security filters, JWT validations, OAuth2 setups, and CORS/CSRF headers.

0 Updated yesterday
lgzarturo
Web & Frontend Listed

tailwind-responsive-auditor

Audits Tailwind CSS usage ensuring mobile-first responsive utilities and clean classes.

0 Updated yesterday
lgzarturo
Testing & QA Listed

tdd-mutation-tester

Performs simple mutation testing to verify test coverage and assertions.

0 Updated yesterday
lgzarturo
AI & Automation Listed

laravel-specialist

Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers, implementing Sanctum auth flows, building Livewire components, optimising Eloquent queries, or writing Pest/PHPUnit tests for Laravel features.

0 Updated yesterday
lgzarturo
API & Backend Listed

php-pro

Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invokes strict typing, PHPStan level 9, async patterns with Swoole, and PSR standards. Creates controllers, configures middleware, generates migrations, writes PHPUnit/Pest tests, defines typed DTOs and value objects, sets up dependency injection, and scaffolds REST/GraphQL APIs. Use when working with Eloquent, Doctrine, Composer, Psalm, ReactPHP, or any PHP API development.

0 Updated yesterday
lgzarturo
AI & Automation Listed

cc-feature

Run the full feature workflow — task validation, technical design, implementation, testing, review, and documentation.

0 Updated yesterday
lgzarturo
AI & Automation Listed

cc-fix

Run the bug fix workflow — risk-based routing through task validation, implementation, testing, and optional review.

0 Updated yesterday
lgzarturo
AI & Automation Listed

cc-pagespeed

Run the PageSpeed performance audit — 80/20 analysis of Core Web Vitals using the PageSpeed Insights API.

0 Updated yesterday
lgzarturo
AI & Automation Listed

cc-refactor

Run the refactor workflow — mandatory architectural justification, test verification, risk-based implementation, and scope enforcement.

0 Updated yesterday
lgzarturo
AI & Automation Listed

cc-review

Run a structured code review — produces a Review Report with CRITICAL, WARNING, and SUGGESTION findings; CRITICAL findings block merge.

0 Updated yesterday
lgzarturo
AI & Automation Listed

cc-tdd-cycle

Run a structured Red-Green-Refactor TDD cycle — write a failing test first, implement the minimum code to pass it, then refactor with the suite green.

0 Updated yesterday
lgzarturo
AI & Automation Listed

cc-test-plan

Generate a structured test plan for a feature or module — covers unit, integration, contract, and edge cases without writing any implementation code.

0 Updated yesterday
lgzarturo
AI & Automation Listed

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

0 Updated yesterday
lgzarturo
AI & Automation Listed

multi-agent-orchestration

Design and coordinate multi-agent systems where specialized agents work together to solve complex problems. Covers agent communication, task delegation, workflow orchestration, and result aggregation. Use when building coordinated agent teams, complex workflows, or systems requiring specialized expertise across domains.

0 Updated yesterday
lgzarturo
AI & Automation Listed

pagespeed-insights

Audit web pages for performance optimization following PageSpeed Insights guidelines. Use when analyzing page performance, optimizing web applications, reviewing performance metrics, implementing Core Web Vitals improvements, or when the user mentions page speed, performance optimization, Lighthouse scores, or Core Web Vitals.

0 Updated yesterday
lgzarturo
AI & Automation Listed

workflow-orchestration-patterns

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

0 Updated yesterday
lgzarturo
AI & Automation Listed

cc-api-contract

Run the API contract workflow for request/response shape changes, compatibility constraints, contract tests, documentation, and review.

0 Updated yesterday
lgzarturo
API & Backend Listed

cc-db-migration

Run the database migration workflow for schema/data changes, operational sequencing, tests, and review.

0 Updated yesterday
lgzarturo
AI & Automation Listed

council

Multi-agent council for code review and architecture decisions

0 Updated yesterday
lgzarturo
AI & Automation Listed

openspec

OpenSpec backlog format, state machine, and delivery workflow for CodeConductor. Use when running /cc-openspec or editing BACKLOG.md.

0 Updated yesterday
lgzarturo
AI & Automation Listed

commit

Generates a commit in English following Conventional Commits based on staged changes

0 Updated yesterday
lgzarturo

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.