Skip to main content

Skills in this repository

lidge-jun/cli-jaw-skills - Page 4

SkillsMP has collected 246 skills from lidge-jun/cli-jaw-skills. Open a skill to review its source and details.

lidge-jun/cli-jaw-skills

Showing 40 of 246 collected skills.

occupation
Software Developers
description

Engineering operating model for teams where AI agents generate a large share of implementation output.

updated
occupation
Software Developers
description

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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…

updated
occupation
unclassified
description

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…

updated
occupation
Software Developers
description

Generate step-by-step construction plans for multi-session engineering projects with self-contained context briefs per step.

updated
occupation
Logisticians
description

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…

updated
occupation
Software Developers
description

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

updated
occupation
Software Developers
description

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md.

updated
occupation
unclassified
description

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.

updated
occupation
Software Developers
description

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

updated
occupation
Software Developers
description

Audit context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

updated
occupation
Software Developers
description

Patterns for continuous autonomous agent loops with quality gates, evaluations, and recovery controls.

updated
occupation
Software Developers
description

Automatically extract reusable patterns from agent sessions and save them as learned skills for future use.

updated
occupation
Software Developers
description

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.

updated
occupation
Software Developers
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

updated
occupation
Market Research Analysts & Marketing Specialists
description

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.

updated
occupation
Compliance Officers
description

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…

updated
occupation
Software Developers
description

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…

updated
occupation
Data Scientists
description

Run autonomous multi-step research via Google Gemini Deep Research Agent. Produces cited reports from web sources.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

updated
occupation
Software Developers
description

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…

updated
occupation
Software Developers
description

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.

updated
occupation
Purchasing Agents, Except Wholesale, Retail, & Farm Products
description

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…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Evaluation framework for agent sessions implementing eval-driven development (EDD) principles.

updated
occupation
Software Developers
description

Neural search via Exa MCP for web, code, and company research.

updated
occupation
Web & Digital Interface Designers
description

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.

updated
occupation
Software Quality Assurance Analysts & Testers
description

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.

updated
occupation
Web Developers
description

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…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

updated
occupation
Logisticians
description

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…

updated
occupation
Financial & Investment Analysts
description

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…

updated
occupation
unclassified
description

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.

updated
occupation
Software Developers
description

Pattern for progressively refining context retrieval in multi-agent workflows.

updated
occupation
Software Developers
description

Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

updated
occupation
Software Developers
description

Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.

updated
occupation
Software Developers
description

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.

updated
occupation
Software Developers
description

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

updated
Showing 40 of 246 collected skills.