Engineering operating model for teams where AI agents generate a large share of implementation output.
Langue du texte source : anglais
Menu
Skills dans ce dépôt
SkillsMP a collecté 246 skills depuis lidge-jun/cli-jaw-skills. Ouvrez un skill pour examiner sa source et ses détails.
lidge-jun/cli-jaw-skillsAffichage de 40 skills collectés sur 246.
Engineering operating model for teams where AI agents generate a large share of implementation output.
Langue du texte source : anglais
Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.
Langue du texte source : anglais
REST API design review and best practices. Naming conventions, HTTP methods, pagination, error formats, versioning, breaking change detection, rate limiting, HATEOAS. Use when designing or reviewing APIs.
Langue du texte source : anglais
Capture architectural decisions made during coding sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it…
Langue du texte source : anglais
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when…
Langue du texte source : anglais
Generate step-by-step construction plans for multi-session engineering projects with self-contained context briefs per step.
Langue du texte source : anglais
Manage carrier portfolios, negotiate freight rates, track carrier performance, allocate freight, and maintain strategic carrier relationships. Includes scorecarding frameworks, RFP processes, market intelligence, and compliance vetting. Use when managing…
Langue du texte source : anglais
Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.
Langue du texte source : anglais
Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md.
Langue du texte source : anglais
Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.
Langue du texte source : anglais
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
Langue du texte source : anglais
Audit context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.
Langue du texte source : anglais
Patterns for continuous autonomous agent loops with quality gates, evaluations, and recovery controls.
Langue du texte source : anglais
Automatically extract reusable patterns from agent sessions and save them as learned skills for future use.
Langue du texte source : anglais
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.
Langue du texte source : anglais
C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.
Langue du texte source : anglais
Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.
Langue du texte source : anglais
Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Use when the user wants to distribute content across social platforms.
Langue du texte source : anglais
Customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple jurisdictions. Includes HS classification logic, Incoterms application, FTA utilization, and penalty mitigation. Use when…
Langue du texte source : anglais
Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from…
Langue du texte source : anglais
Run autonomous multi-step research via Google Gemini Deep Research Agent. Produces cited reports from web sources.
Langue du texte source : anglais
Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
Langue du texte source : anglais
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
Langue du texte source : anglais
Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent…
Langue du texte source : anglais
Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework.
Langue du texte source : anglais
Electricity and gas procurement, tariff optimization, demand charge management, renewable PPA evaluation, and multi-facility energy cost management. Includes market structure analysis, hedging strategies, load profiling, and sustainability reporting…
Langue du texte source : anglais
Evaluation framework for agent sessions implementing eval-driven development (EDD) principles.
Langue du texte source : anglais
Neural search via Exa MCP for web, code, and company research.
Langue du texte source : anglais
AI media via fal.ai — image editing, image/video/audio generation. Triggers: edit image, remove object, change background, apply style, generate image, create video, text to speech, make thumbnail.
Langue du texte source : anglais
Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.
Langue du texte source : anglais
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…
Langue du texte source : anglais
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
Langue du texte source : anglais
Demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation at multi-location retailers. Includes forecasting method selection, ABC/XYZ analysis, seasonal transition management, and vendor negotiation frameworks. Use…
Langue du texte source : anglais
Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay…
Langue du texte source : anglais
Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.
Langue du texte source : anglais
Pattern for progressively refining context retrieval in multi-agent workflows.
Langue du texte source : anglais
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
Langue du texte source : anglais
Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.
Langue du texte source : anglais
JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.
Langue du texte source : anglais
Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.
Langue du texte source : anglais