Intelligent scraper for Australian youth justice sources. Discovers, extracts, and learns from government, Indigenous, research, and media sources.
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 majiayu000/claude-skill-registry에서 5,485개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
majiayu000/claude-skill-registry수집된 skill 5,485개 중 40개를 표시합니다.
Intelligent scraper for Australian youth justice sources. Discovers, extracts, and learns from government, Indigenous, research, and media sources.
원문 언어: 영어
Write JavaScript code in the style of Dan Abramov, co-creator of Redux and React core team member. Emphasizes predictable state management, composition over inheritance, and developer experience. Use when building React applications or managing complex state.
원문 언어: 영어
Build inclusive web experiences following WCAG guidelines. Covers semantic HTML, ARIA, keyboard navigation, color contrast, and testing strategies. Triggers on accessibility, a11y, WCAG, screen readers, or inclusive design requests.
원문 언어: 영어
Comprehensive guide for AIDB debug adapter development. Covers component-based architecture, language-specific patterns (Python/debugpy, JavaScript/vscode-js-debug, Java/java-debug), lifecycle hooks, process management, port management, launch orchestration,…
원문 언어: 영어
Manipulates Android devices via ADB with emphasis on Wear OS. Provides scripts for screenshots, screen recording, tile management, WearableService inspection, package operations, and device configuration. Use when working with adb, Android devices, Wear OS…
원문 언어: 영어
Add deferred technical debt items identified during PR review
원문 언어: 영어
Manually add a technical debt item to MASTER_DEBT.jsonl
원문 언어: 영어
Guide for adding unit tests to AReaL. Use when user wants to add tests for new functionality or increase test coverage.
원문 언어: 영어
Guide for adding a new RolloutWorkflow to AReaL. Use when user wants to create a new workflow.
원문 언어: 영어
Use this skill when adding a milestone to an existing project, starting a new milestone cycle, creating the first milestone after project init, or defining what's next after completing work. Triggers include "add milestone", "new milestone", "start…
원문 언어: 영어
Guide for adding new LLM models to Letta Code. Use when the user wants to add support for a new model, needs to know valid model handles, or wants to update the model configuration. Covers models.json configuration, CI test matrix, and handle validation.
원문 언어: 영어
Use this skill to add planned work discovered during execution to the end of the current milestone in the roadmap. This skill appends sequential phases to the current milestone's phase list, automatically calculating the next phase number. Triggers include…
원문 언어: 영어
Use this skill to capture an idea, task, or issue that surfaces during a Kata session as a structured todo for later work. This skill creates markdown todo files in the .planning/todos/pending directory with relevant metadata and content extracted from the…
원문 언어: 영어
Designs multi-agent systems with coordinated agent swarms, task distribution, inter-agent communication, and emergent collective behavior.
원문 언어: 영어
Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.
원문 언어: 영어
Use this skill in the scenario of intelligent agent application development.
원문 언어: 중국어
Enforces high-level architectural thinking, separation of concerns, and scalability checks before coding.
원문 언어: 영어
Enforces high-level architectural thinking, separation of concerns, and scalability checks before coding.
원문 언어: 영어
Designing features for the "Action Era" that are AI-accessible by default
원문 언어: 영어
Provides the "how-to" for workflow / task execution orchestration. Defines methods for planning multi-phase task/workflows, implementing them through agent delegation, and managing artifacts.
원문 언어: 영어
AI agents as force multipliers for quality work. Core skill for all 19 QE agents using PACT principles.
원문 언어: 영어
Instructions for debugging agentstack-server during development
원문 언어: 영어
Undeploy the latest deployment. Requires authentication. Use for Agentuity cloud platform operations
원문 언어: 영어
Pull environment variables from cloud to local .env.production file. Requires authentication. Use for Agentuity cloud platform operations
원문 언어: 영어
List recent sessions. Requires authentication. Use for Agentuity cloud platform operations
원문 언어: 영어
Create a new storage resource. Requires authentication. Use for Agentuity cloud platform operations
원문 언어: 영어
List recent streams with optional filtering. Requires authentication. Use for Agentuity cloud platform operations
원문 언어: 영어
Create a new project. Use for project management operations
원문 언어: 영어
Create and maintain AgentV YAML evaluation files for testing AI agent performance. Use this skill when creating new eval files, adding eval cases, or configuring custom evaluators (code validators or LLM judges) for agent testing workflows.
원문 언어: 영어
Aggregate and summarize event datasets (logs) using OPAL statsby. Use when you need to count, sum, or calculate statistics across log events. Covers make_col for derived columns, statsby for aggregation, group_by for grouping, aggregation functions (count,…
원문 언어: 영어
Aggregate pre-computed metrics (gauge, counter, delta types) using OPAL. Use when analyzing request counts, error rates, resource utilization, or any numeric metrics over time. Covers align + m() + aggregate pattern, summary vs time-series output, and common…
원문 언어: 영어
Production-grade AI agent patterns with MCP integration, agentic RAG, handoff orchestration, multi-layer guardrails, observability, token economics, ROI frameworks, and build-vs-not decision guidance (modern best practices)
원문 언어: 영어
Command-line tools that delegate analysis tasks to AI models. Includes image description, screenshot comparison, essay generation from text, and boolean condition evaluation. Use for describing images, comparing UI states, generating reports, evaluating…
원문 언어: 영어
This skill should be used when reviewing AI-generated text, checking for AI writing patterns, detecting undisclosed AI content, or before finalizing any written content. Covers 12 categories of AI writing indicators from Wikipedia's comprehensive guide.
원문 언어: 영어
Full-stack AI application generator with Next.js, AI SDK, and ai-elements. Use when creating chatbots, agent dashboards, or custom AI applications. Triggers: chatbot, chat app, agent dashboard, AI application, Next.js AI, useChat, streamText, ai-elements,…
원문 언어: 영어
Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.
원문 언어: 영어
Detect AI/LLM-generated text patterns in research writing. Use when: (1) Reviewing manuscript drafts before submission, (2) Pre-commit validation of documentation, (3) Quality assurance checks on research artifacts, (4) Ensuring natural academic writing…
원문 언어: 영어
Canonical Claude Code authoring kit covering Skills, sub-agents, plugins, slash commands, hooks, memory, settings, sandboxing, headless mode, and advanced agent patterns. Use when creating Claude Code extensions or configuring Claude Code features.
원문 언어: 영어
AI-powered code generation for boilerplate, tests, data, and scaffolding
원문 언어: 영어
WHEN: Deep AI-powered code analysis, multi-model code review, security scanning with Codex and Gemini WHAT: Comprehensive code review using external AI models with severity-based findings, deduplication, and secret detection WHEN NOT: Simple lint checks ->…
원문 언어: 영어