Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

clarc

clarc에는 marvinrichter에서 수집한 skills 270개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
270
Stars
10
업데이트
2026-03-19
Forks
0
직업 범위
직업 카테고리 23개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

configure-clarc
소프트웨어 개발자

Interactive installer for clarc — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

2026-03-19
html-slides
작가·저자

Create zero-dependency, animation-rich HTML presentations from scratch or by converting PowerPoint/PPTX files. Use when the user wants to build a presentation, convert a deck to web, or create slides for a talk/pitch.

2026-03-19
html-slides
웹 개발자

Create zero-dependency, animation-rich HTML presentations from scratch or by converting PowerPoint/PPTX files. Use when the user wants to build a presentation, convert a deck to web, or create slides for a talk/pitch.

2026-03-19
autonomous-loops
소프트웨어 개발자

Autonomous loop patterns for Claude — sequential pipelines, NanoClaw REPL, infinite agentic loops, continuous PR loops, De-Sloppify, and Ralphinho RFC-driven DAG orchestration. Pattern selection matrix and anti-patterns.

2026-03-19
html-slides
웹 개발자

Create zero-dependency, animation-rich HTML presentations from scratch or by converting PowerPoint/PPTX files. Use when the user wants to build a presentation, convert a deck to web, or create slides for a talk/pitch.

2026-03-19
plankton-code-quality
소프트웨어 품질 보증 분석가·테스터

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

2026-03-19
skill-stocktake
소프트웨어 품질 보증 분석가·테스터

Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.

2026-03-19
article-strategy
작가·저자

Turn a raw idea into a structured article brief — defines audience, angle, core argument, competitive gap, and voice. Use before writing an outline or draft. The output of this skill is a brief that feeds directly into article-writing.

2026-03-12
article-writing
작가·저자

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 voice consistency, structure, and credibility matter.

2026-03-12
go-patterns
소프트웨어 개발자

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

2026-03-12
python-patterns-advanced
소프트웨어 개발자

Advanced Python patterns — concurrency (threading, multiprocessing, async/await), hexagonal architecture with FastAPI, RFC 7807 error handling, memory optimization, pyproject.toml tooling, and anti-patterns. Extends python-patterns.

2026-03-12
python-patterns
소프트웨어 개발자

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

2026-03-12
typescript-patterns
소프트웨어 개발자

TypeScript patterns — type system best practices, strict mode, utility types, generics, discriminated unions, error handling with Result types, and module organization. Core patterns for production TypeScript.

2026-03-11
agent-conflict-resolution
컴퓨터·정보 시스템 관리자

Decision framework for resolving conflicts between clarc agents — priority hierarchy, conflict classes, escalation protocol, and real-world examples

2026-03-11
agent-reliability
소프트웨어 개발자

Agent Reliability Patterns: retry with exponential backoff and jitter, timeout hierarchies (tool < agent < workflow), fallback chains, circuit breaker for agent calls, cost control (token budgets, model tiering), rate limiting, and observability (what to log per agent call).

2026-03-11
arc42-c4
소프트웨어 개발자

arc42 architecture documentation template (all 12 sections) combined with C4 diagrams (Context, Container, Component, Deployment) in PlantUML. The standard for architecture documentation in this setup. Maps each section to the Claude skills that help fill it.

2026-03-11
auth-patterns
소프트웨어 개발자

Authentication and authorization implementation patterns: JWT, sessions (httpOnly cookies), OAuth2/OIDC, API keys, RBAC, and MFA. Covers TypeScript, Python, Go, and Java with security-hardened code examples.

2026-03-11
clarc-mcp-integration
소프트웨어 개발자

Patterns for using clarc MCP server in multi-agent workflows, CI pipelines, and external tools

2026-03-11
clarc-onboarding
교수학습 조정관

Staged learning path for clarc — Day 1 survival commands, Week 1 workflow integration, Month 1 advanced agents. Includes solo, team, and role-specific paths.

2026-03-11
clarc-way
프로젝트 관리 전문가

The clarc Way — opinionated end-to-end software development methodology. 8-stage pipeline from idea to shipped code: /idea → /evaluate → /explore → /prd → /plan → /tdd → /code-review → commit. Activate when a user asks how to structure their workflow, which commands to use, or when to use clarc.

2026-03-11
context-management
소프트웨어 개발자

Context window auto-management — signals, strategies, and recovery protocol. Detects approaching context limits and guides compact vs checkpoint decisions to prevent lost work.

2026-03-11
continuous-learning-v2
소프트웨어 개발자

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.2 adds project-scoped instincts to prevent cross-project contamination.

2026-03-11
cost-management
소프트웨어 개발자

Claude API cost awareness — token estimation, cost drivers, and efficiency strategies for Claude Code sessions

2026-03-11
debugging-workflow
소프트웨어 개발자

Systematic debugging methodology — reproduction, isolation, binary search, profiling, distributed tracing, memory leaks, and race conditions. A structured approach that prevents random guessing and finds root causes faster.

2026-03-11
docker-patterns
네트워크·컴퓨터 시스템 관리자

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

2026-03-11
go-patterns-advanced
소프트웨어 개발자

Advanced Go patterns — hexagonal architecture with full working examples, struct design (functional options, embedding), memory optimization, Go tooling (golangci-lint), Go 1.21+ slices/maps stdlib, and anti-patterns. Extends go-patterns.

2026-03-11
multi-agent-patterns
소프트웨어 개발자

Multi-Agent Systems: orchestration vs choreography, tool routing, state management, agent handoffs, parallelization (fan-out/fan-in), error handling in multi-agent workflows, Claude SDK patterns (Agent/Tool/Handoff), and observability with OpenTelemetry.

2026-03-11
observability
네트워크·컴퓨터 시스템 관리자

Production observability: structured logging, metrics (Prometheus/OpenTelemetry), distributed tracing, error tracking (Sentry), health checks, and alerting. Covers TypeScript, Python, and Go with code examples.

2026-03-11
prompt-engineering
소프트웨어 개발자

System prompt architecture, few-shot design, chain-of-thought, structured output (JSON mode, response_format), tool use patterns, prompt versioning, and regression testing. Use when writing, reviewing, or debugging any LLM prompt — system prompts, user templates, or tool descriptions.

2026-03-11
tdd-workflow
소프트웨어 품질 보증 분석가·테스터

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

2026-03-11
verification-loop
소프트웨어 품질 보증 분석가·테스터

Run build → type-check → lint → tests in sequence; fail fast and fix each error before continuing; repeat until all quality gates pass. Use after significant code changes and before creating a PR.

2026-03-11
cost-aware-llm-pipeline
소프트웨어 개발자

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

2026-03-11
adr-writing
소프트웨어 개발자

Architecture Decision Records (ADRs): when to write one, the standard template, how to document rejected alternatives with real reasoning, how to supersede outdated ADRs, and how to maintain a living ADR index. The reference for technical documentation that actually gets read.

2026-03-11
api-pagination-filtering
소프트웨어 개발자

Cursor and offset pagination, filtering operators, multi-field sorting, full-text search, and sparse fieldsets for REST APIs.

2026-03-11
multi-agent-patterns-advanced
소프트웨어 개발자

Advanced multi-agent patterns — capability registry, durable state (Redis/DynamoDB), task decomposition, testing multi-agent systems, pattern quick-selection guide, failure handling, cost management, and worktree isolation. Extends multi-agent-patterns.

2026-03-11
progressive-delivery
소프트웨어 개발자

Argo Rollouts patterns for canary and blue/green deployments — traffic splitting, automated analysis with Prometheus metrics, rollback triggers, and GitOps integration.

2026-03-11
slo-workflow
네트워크·컴퓨터 시스템 관리자

SLI/SLO/SLA and error budget workflow: define service level indicators, set objectives, calculate error budgets, implement burn rate alerting, and use error budgets to gate risky deployments. Covers Prometheus, Datadog, and Google SRE methodology.

2026-03-11
terraform-ci
소프트웨어 개발자

Terraform in CI/CD — plan on PR, apply on merge, OIDC auth, drift detection, importing existing resources, common CLI commands, anti-patterns, and Terraform vs Pulumi vs CDK decision guide.

2026-03-11
accessibility-patterns-advanced
소프트웨어 개발자

Advanced accessibility patterns — screen reader testing (NVDA/VoiceOver/TalkBack checklists), automated testing (axe-core+Playwright, jest-axe, @axe-core/react dev warnings), and accessible component implementations (modal, table, form, data visualization).

2026-03-11
accessibility-patterns
웹 개발자

Web Accessibility (WCAG 2.2): key success criteria (contrast, keyboard, focus, ARIA), ARIA patterns (aria-label/labelledby/describedby, roles, live regions, state attributes), keyboard navigation (focus trap, skip links, roving tabindex), screen reader testing (NVDA/VoiceOver/TalkBack), automated testing (axe-core, axe-playwright, jest-axe), and accessible component patterns (modals, tables, forms, data visualizations).

2026-03-11
이 저장소에서 수집된 skills 270개 중 상위 40개를 표시합니다.