TeiNam
User내가 필요해서 나한테 맞추 클코용 하네스 엔지니어링
Categories
Indexed Skills (50)
archify
Create professional architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as standalone HTML files with SVG graphics, a built-in dark/light theme toggle, and one-click export to PNG / JPEG / WebP / SVG. Accepts plain-language descriptions or pasted Mermaid code (flowchart, sequenceDiagram, stateDiagram) and lays the diagram out from scratch in archify style. Use when the user asks for system architecture diagrams, infrastructure diagrams, cloud architecture visualizations, security diagrams, network topology, technical workflows, approval flows, runbooks, CI/CD flows, process diagrams, API call sequences, request lifecycles, data pipelines, ETL/ELT maps, PII boundaries, data lineage, state machines, lifecycle diagrams, status transitions, or asks to convert/beautify a Mermaid diagram.
dashboard-builder
Build monitoring dashboards that answer real operator questions for Grafana, SigNoz, and similar platforms. Use when turning metrics into a working dashboard instead of a vanity board.
drawio-diagram
Generate draw.io (diagrams.net) diagrams using a grid cell coordinate system, catching left/right and top/bottom imbalance, arrow/text overlap via an MCP tool loop (create→export→verify→edit). Triggers — "draw draw.io", "make diagram", "drawio diagram", "architecture diagram", "draw flowchart/sequence", "mxGraph XML", "fix diagram alignment/overlap".
fastapi-backend-best-practices
Best practices guide for FastAPI asynchronous backend development. Includes project structure, async patterns, domain modeling (CRUD/CQRS/Event-Driven/Saga), API design, testing, security, and deployment. Database implementation is delegated to a separate DB skill, and this skill provides DB-agnostic patterns and interfaces. Use this skill in the following situations: - FastAPI project creation, design, code review, and refactoring requests - Questions related to Python async backend API development - Pydantic modeling, domain model design, Repository interface design - Keywords such as "FastAPI", "backend API", "async server", "async pattern" - Microservices, CQRS, Event-Driven Architecture design - API Authentication/Authorization, middleware, error handling, performance optimization - pytest-asyncio based testing, Docker deployment
frontend-design
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
ai-regression-testing
Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.
ai-tui
터미널 AI 에이전트(Claude Code·stocker 스타일)의 초기화면(intro screen)과 에이전트 두뇌(프롬프트·스킬·MCP·사용룰)를 세팅하는 크로스 언어 레퍼런스 스킬. Node(pi-tui)·Rust(ratatui)·Python(textual/rich) 3개 언어의 TUI 초기화면 구현 틀과, 언어 중립 에이전트 설정 규약을 제공한다. 트리거 — "터미널 에이전트 만들어", "TUI 에이전트", "CLI 에이전트 초기화면", "claude code 같은 화면", "ratatui/textual/pi-tui로 에이전트", "터미널 AI 껍데기", "intro screen", "터미널 챗봇 UI", "에이전트 프롬프트·MCP·룰 세팅". 순수 웹 UI, 단순 CLI 스크립트, TUI가 아닌 백엔드 에이전트는 대상이 아니다.
analysis-methodology
Data analysis methodology — how to frame a question, pick the right technique, avoid statistical traps, and connect results to decisions. NOT a tool tutorial (pandas/polars/duckdb live in python-data-analysis) — this is the judgment layer: problem framing, analysis-type decision tree, experiment/causal design, and domain playbooks (churn, cohort, funnel, anomaly). Trigger: "왜 늘었/줄었지", 이탈 분석, 코호트, 퍼널, A/B 테스트, 인과추론, 상관 vs 인과, 유의성, 세그먼트, 이상 탐지, "이 데이터로 뭘 봐야", 지표 설계, exploratory analysis.
analytics-dashboard
Turn a LinkedIn Analytics export into an interactive dark-themed React dashboard plus a written strategic analysis with 5 data-backed content recommendations. Reads every sheet in the export, builds charts for engagement trend, follower growth, post performance scatter, day-of-week heatmap, and audience breakdown. Use this skill whenever the user says "analyse my linkedin", "linkedin analytics", "build my dashboard", "review my performance", or uploads a LinkedIn Analytics export file. Requires the user's LinkedIn Analytics export (xlsx) as input.
api-design
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
architecture-decision-records
Capture architectural decisions made during Claude Code 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 is.
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.
aws-bedrock
Amazon Bedrock — Converse API, model invocation (Claude / Llama / Nova / Mistral / Titan), Agents, Knowledge Bases, Guardrails, prompt caching, cross-region inference profiles, cost tracking. Trigger: bedrock-runtime, Converse, InvokeModel, BedrockAgent, retrieve_and_generate, guardrail, inference profile, model arn, embedding (Titan / Cohere), provisioned throughput.
aws-cloud
AWS service usage — IAM, S3, Lambda, ECS/Fargate, RDS/Aurora, VPC, CloudWatch, cost guardrails. Trigger: boto3, aws-sdk-js, IaC (CDK/Terraform), CloudFormation, IAM policy review, S3 lifecycle/signed URL, Lambda cold start, Fargate task definition, RDS IAM auth, VPC endpoint, cost anomaly, Savings Plan.
aws-finops
AWS cost management and FinOps practice — Cost Explorer, Budgets, Cost Anomaly Detection, CUR/data exports, cost allocation tags, Cost Categories, Savings Plans vs Reserved Instances, Compute Optimizer / Cost Optimization Hub, rightsizing, unit economics, showback/chargeback. Grounded in the FinOps Foundation Framework (Inform / Optimize / Operate). Trigger: cost anomaly, Savings Plan, Reserved Instance, rightsizing, cost allocation tag, chargeback, showback, unit cost, budget alert, CUR, Cost Explorer, unblended/amortized cost, RI coverage, commitment, "왜 청구서가 늘었지".
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
benchmark
Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives.
brand-voice
Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.
browser-qa
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
bun-runtime
Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.
android-development
Create production-quality Android applications following Google's official architecture guidance and NowInAndroid best practices. Use when building Android apps with Kotlin, Jetpack Compose, MVVM architecture, Hilt dependency injection, Room database, or multi-module projects. Triggers on requests to create Android projects, screens, ViewModels, repositories, feature modules, or when asked about Android architecture patterns.
claude-api
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
click-path-audit
Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores.
clickhouse-io
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
code-tour
Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthroughs, PR tours, RCA tours, and structured "explain how this works" requests.
codebase-onboarding
Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.
coding-standards
Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
content-engine
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.
content-hash-cache-pattern
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
content-matrix
Generate 32+ LinkedIn post ideas in a single table by pairing the user's content pillars with 8 proven content formats. Based on the Justin Welsh content matrix. Use this skill whenever the user says "give me post ideas", "content matrix", "what should I post about", "generate post ideas", "content ideation", or "map out my content for the month". Pulls from about-me.md and voice.md if they exist, otherwise asks for pillars and context.
cost-aware-llm-pipeline
Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.
cost-tracking
Track and report Claude Code token usage, spending, and budgets from a local cost-tracking database. Use when the user asks about costs, spending, usage, tokens, budgets, or cost breakdowns by project, tool, session, or date.
creative-writing
Creative writing craft — voice, scene, structure, revision — for fiction, essays, narrative non-fiction. Trigger: short story, novel chapter, personal essay, memoir, narrative non-fiction, scene revision, POV switch, show-don't-tell, line edit, Korean <-> English literary writing.
crosspost
Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.
deep-research
Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.
deployment-patterns
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.
docker-patterns
Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.
documentation-lookup
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 (e.g. React, Next.js, Prisma).
docx
Generate and edit Microsoft Word (.docx) documents programmatically. Use when the user wants to produce a Word report, contract, letter, or templated document, do mail-merge-style fill, or read/modify existing .docx files. Covers python-docx and template-based generation.
duckdb-patterns
DuckDB usage for local analytics, parquet/csv/json ingestion, embedded OLAP in Python/Node, federated queries across files + Postgres + S3. Trigger: CREATE TABLE AS, read_parquet/read_csv_auto, ATTACH DATABASE, COPY, PIVOT/UNPIVOT, ASOF JOIN, list/struct/map types, httpfs/S3/Iceberg, Arrow zero-copy, polars/pandas DataFrame interop, EXPLAIN ANALYZE, threads / memory_limit / temp_directory tuning.
dynamodb-guideline
Applied to DynamoDB table design, key/index strategy, query patterns, and boto3/aioboto3 connection management. Triggers: DynamoDB table design, PK/SK, GSI, LSI, Single Table Design, access pattern, partition key, sort key, overloading, Query vs Scan, TTL, DynamoDB Streams, boto3, aioboto3, TransactWrite, BatchWrite related tasks.
e2e-testing
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.
error-handling
Patterns for robust error handling across TypeScript, Python, and Go. Covers typed errors, error boundaries, retries, circuit breakers, and user-facing error messages.
exa-search
Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.
fastapi-patterns
FastAPI patterns for async APIs, dependency injection, Pydantic request and response models, OpenAPI docs, tests, security, and production readiness.
foundation-models-on-device
Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.
frontend-design-direction
Set an harness-specific frontend design direction for production UI work. Use when building or improving websites, dashboards, applications, components, landing pages, visual tools, or any web UI that needs stronger product-specific design judgment.
frontend-patterns
React + TypeScript frontend patterns: component composition, custom hooks, state management, data fetching, performance, forms, error boundaries, animations, accessibility. Trigger keywords: useState, useEffect, useReducer, useMemo, useCallback, useContext, useRef, custom hook, React.memo, Suspense, lazy, ErrorBoundary, Zustand, Redux, Jotai, TanStack Query, SWR, Zod, React Hook Form, framer-motion, virtualizer, ARIA, keyboard navigation, focus management, refactor react, review component, frontend review.
frontend-slides
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.
ai-first-engineering
Engineering operating model for teams where AI agents generate a large share of implementation output.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.