Skip to main content
Run any Skill in Manus
with one click
GitHub repository

opencode-agent-kit

opencode-agent-kit contains 45 collected skills from defuj, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
45
Stars
6
updated
2026-07-05
Forks
1
Occupation coverage
7 occupation categories · 100% classified
repository explorer

Skills in this repository

dart-run-static-analysis
software-developers

Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.

2026-07-05
flutter-dashboard-patterns
web-developers

Production dashboard UI patterns for Flutter: animation tokens system with spring physics and page transitions, glassmorphism cards with staggered entrance, gradient stat cards with animated counters, shimmer loading skeletons, error state with shake animation, empty state with animated entrance, consistent section headers, status badges, store selector with bottom sheet, multi-tenant store selection with persistence, schema-based feature visibility, state provider integration with Riverpod, and responsive metric card layouts.

2026-07-05
flutter-dio-multi-service
software-developers

Multi-microservice Dio networking patterns for Flutter: cookie-based session auth with cookie_jar, shared PersistCookieJar across multiple Dio instances, Bearer token fallback, AuthInterceptor with 401 detection on both onResponse and onError, static cross-cutting logout callback, ApiService thin typed wrapper with response envelope validation, dual-format envelope parser (status/success), cursor-based pagination, and dual-layer error hierarchy (Exception + Failure). Designed for production Flutter apps connecting to multiple backend microservices.

2026-07-05
flutter-state-management
software-developers

Complete Flutter state management and architecture skill covering Bloc (Cubit vs Bloc, BlocProvider, BlocListener, BlocBuilder, BlocSelector, BlocConsumer), Riverpod (StateNotifierProvider, NotifierProvider, FutureProvider, StreamProvider, ref.watch/read/listen, autoDispose, family), GoRouter (declarative routing, deep links, redirect guards, ShellRoute for nested navigation, StatefulShellRoute, typed routes), Dio (interceptors, error handling, retry with dio_smart_retry, request cancellation, logging), Clean Architecture (data/domain/presentation layers, repository pattern, use cases, dependency injection), and testing (bloc_test, Riverpod test, widget test with ProviderScope, mocktail, unit testing repository/use cases). Designed for the Flutter Developer agent building production-grade Flutter applications.

2026-07-05
impeccable
web-and-digital-interface-designers

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states. Handles UX review, visual hierarchy, information architecture, cognitive load, accessibility, performance, responsive behavior, theming, anti-patterns, typography, fonts, spacing, layout, alignment, color, motion, micro-interactions, UX copy, error states, edge cases, i18n, and reusable design systems or tokens. Also use for bland designs that need to become bolder or more delightful, loud designs that should become quieter, live browser iteration on UI elements, or ambitious visual effects that should feel technically extraordinary. Not for backend-only or non-UI tasks.

2026-07-04
global-install
software-developers

Global installation strategy for opencode-agent-kit: cross-platform config paths, symlink-based per-project setup, environment variable overrides, and upgrade workflow.

2026-06-27
agent-delegation-contract
computer-occupations-all-other

Structured contract template for agent-to-agent delegation: shared schema, file boundaries, interface definitions, return format, and verification protocol. Ensures reliable multi-agent collaboration.

2026-06-27
agent-memory-workflow
computer-occupations-all-other

Consistent cross-session memory protocol: mandatory recall at session start, structured save at session end, memory categories, auto-save triggers, and memory audit procedures.

2026-06-27
agent-session-workflow
computer-occupations-all-other

Session lifecycle management for coding agents: memory management, git policies, security guardrails, and session start/end protocols.

2026-06-27
progress-tracking
computer-occupations-all-other

Multi-step task tracking system: todo hierarchy, status protocol, cross-agent status sharing, session-boundary recovery, and visual progress reporting.

2026-06-27
android-kotlin-compose
software-developers

Clean Architecture (data/domain/presentation), Jetpack Compose UI patterns (state hoisting, StateFlow, LaunchedEffect), Material 3 theme & component usage, Hilt DI (modules, ViewModel injection), Room database (Entity, DAO, migration), Retrofit + OkHttp networking, Navigation Compose (NavHost, navArgs), ViewModel + StateFlow pattern, Gradle KTS version catalog (libs.versions.toml), testing (JUnit, Compose UI test, MockK). Skill untuk agent @android — Android Developer.

2026-06-25
visual-dev-loop
software-developers

Automated visual development loop: run app, preview in browser, screenshot, inspect, fix, repeat until done. Uses Chrome DevTools MCP for inspection + agent-browser for annotated screenshots + portless for stable dev URLs.

2026-06-22
leadership-workflow
project-management-specialists

Full leadership workflow for Complex Feature and Full Application scopes. Covers requirement discovery, effort estimation, sprint planning, risk management, client reporting, QA/UAT, retrospective, task tracking, team health, and post-delivery closure.

2026-06-19
agent-communication
software-developers

Communication style guidelines, error handling patterns, and conflict resolution templates for AI coding agents.

2026-06-18
agent-task-workflow
software-developers

Universal task approach patterns for coding agents: operating modes, task workflow, lightweight mode, scope safety, verification matrix, definition of done, and quality checklist.

2026-06-18
sonarqube-triage
software-quality-assurance-analysts-and-testers

SonarQube Quality Triage: MCP tool usage (issues, security-hotspots, quality-gates, duplications, coverage, measures), issue severity classification (Blocker/Critical/Major/Minor/Info), categorization by type (bug, vulnerability, code smell, security hotspot, debt), TODO creation format per issue, fix delegation routing (by file type to correct agent), re-scan verification workflow, quality gate assessment, coverage analysis.

2026-06-18
code-review-workflow
software-quality-assurance-analysts-and-testers

Systematic code review process (scope → read → analyze → report → verify), severity classification (critical/high/medium/low), security checklist (auth, injection, XSS, CSRF, secrets), TypeScript/React/Vue specific code smells, performance review patterns, API contract review, accessibility checklist (WCAG 2.1 AA), testing quality assessment, and structured review output format. Skill khusus untuk @reviewer — Code Reviewer/QA Engineer.

2026-06-18
it-leader-orchestration
computer-occupations-all-other

Task decomposition, delegation protocol, and integration patterns for the IT Leader orchestrator agent

2026-06-18
node-express-prisma
software-developers

Express 5 route/controller/DTO pattern, Prisma ORM schema & migration workflow, JWT auth middleware, error handling, class-validator DTO, response envelope format, and testing strategy with Vitest/Supertest. Skill untuk agent @node-developer Node.js Backend Developer.

2026-06-18
project-guidelines-example
software-developers

Example project-specific skill template: conventions, patterns, and project-specific guidance for development agents.

2026-06-18
verification-loop
software-quality-assurance-analysts-and-testers

Comprehensive verification system for Claude Code sessions: quality gates, pre-PR checks, and post-feature validation.

2026-06-18
codehealth-mcp
software-quality-assurance-analysts-and-testers

Real-time structural Code Health via CodeScene MCP — review before edits, verify score deltas after changes, gate commits and PRs. Use when reviewing code quality, refactoring, checking if AI changes degraded a file, or before commit/PR.

2026-06-11
django-celery
software-developers

Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.

2026-06-11
django-patterns
software-developers

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

2026-06-11
frontend-slides
web-developers

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

2026-06-11
jira-integration
software-developers

Use this skill when retrieving Jira tickets, analyzing requirements, updating ticket status, adding comments, or transitioning issues. Provides Jira API patterns via MCP or direct REST calls.

2026-06-11
kubernetes-patterns
software-developers

Kubernetes workload patterns, resource management, RBAC, probes, autoscaling, ConfigMap/Secret handling, and kubectl debugging for production-grade deployments.

2026-06-11
laravel-security
software-developers

Laravel security best practices — authentication, authorization, Eloquent safety, CSRF, XSS prevention, API security, and secure deployment configurations.

2026-06-11
laravel-tdd
software-quality-assurance-analysts-and-testers

Laravel testing strategies with PHPUnit, Pest, model factories, HTTP tests, Sanctum authentication testing, mocking, and coverage.

2026-06-11
python-patterns
software-developers

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

2026-06-11
python-testing
software-quality-assurance-analysts-and-testers

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

2026-06-11
ci3-rest-api
software-developers

CodeIgniter 3 REST API patterns and conventions: MVC structure (controllers/api/, models/, views/), RESTful endpoints with chriskacerguis/RestServer library, JWT authentication using firebase/php-jwt, full CRUD patterns, form validation, database query builder, error handling, and security (XSS filtering, CSRF protection, SQL injection prevention). Designed for the code-igniter-3-fullstack agent building production-grade CI3 REST APIs with consistent response envelopes and secure defaults.

2026-06-10
devops-cicd-pipeline
software-developers

Complete CI/CD pipeline patterns for DevOps Engineer — GitHub Actions, Docker multi-stage build, Docker Compose, Vercel (Nuxt & Next.js), Cloudflare Pages/Workers, environment/secret management, health check & monitoring, rollback strategy. Gunakan skill ini untuk semua tugas deployment, pipeline, dan infrastruktur frontend/backend.

2026-06-10
laravel-service-repository
software-developers

Service Layer pattern, Repository pattern, Eloquent ORM (relationships, scopes, accessors, mutators, eager loading), REST API (Resource Controller, API Resource, Form Request validation), JWT auth (tymon/jwt-auth), testing (PHPUnit, Feature tests, Model factories), migrations & seeders, error handling (Handler, validation errors, custom exceptions), performance (N+1 prevention, caching, query optimization). Skill khusus untuk @laravel — Laravel Backend Engineer.

2026-06-10
nuxt4-vue3-patterns
software-developers

Nuxt 4 + Vue 3 Composition API patterns: app/ directory structure, server routes, data fetching (useFetch/useAsyncData), Nuxt UI components, Pinia state management, middleware (auth/redirect), SEO (useHead/useSeoMeta), error handling, and error pages.

2026-06-10
postgres-prisma-optimization
database-architects

PostgreSQL + Prisma ORM optimization: schema design patterns (relations, enums, composite keys, indexes), migration workflow (dev/deploy/resolve), N+1 query prevention (include, select, raw queries), PostgreSQL indexing strategy (B-tree, GIN, partial, composite), query performance (EXPLAIN ANALYZE, connection pooling with PgBouncer), data modeling patterns (soft delete, auditing, versioning, polymorphic), migration safety (reversible migrations, data migration), Prisma transaction patterns (interactive, nested write).

2026-06-10
react-nextjs-patterns
software-developers

Complete React 19 + Next.js 15 App Router patterns and conventions: file-based routing (page.tsx, layout.tsx, loading.tsx, error.tsx, route.ts), Server Components vs Client Components, Server Actions for mutations, TanStack Query for data fetching & caching, Zustand for client state, React Hook Form + Zod for form validation, shadcn/ui component integration, generateMetadata for SEO, middleware (auth/redirect), error boundaries, and loading/suspense patterns. Designed for the frontend-react agent building production React/Next.js applications.

2026-06-10
seo-optimization
web-developers

Complete SEO optimization skill for the SEO Specialist agent. Covers meta tags (useHead/useSeoMeta for Nuxt 4, generateMetadata for Next.js 15), Open Graph & Twitter Cards, JSON-LD structured data (Article, Product, FAQ, BreadcrumbList, Organization), sitemap.xml & robots.txt, Core Web Vitals optimization (LCP, FID, CLS), SSR/SSG for SEO, canonical URLs, hreflang tags, Google Search Console verification, and a full SEO audit checklist. Designed for the seo-specialist agent working with Nuxt 4 and Next.js 15 frontends.

2026-06-10
agentmemory
software-developers

Persistent cross-session memory for AI coding agents. Use when working across multiple sessions, recalling past context, saving decisions, or searching historical observations.

2026-06-08
firebase-basics
software-developers

Use this skill whenever you are working on a project that uses Firebase products or services, especially for mobile or web apps.

2026-05-25
Showing top 40 of 45 collected skills in this repository.