Skip to main content

kid-sid/claude-spellbook

SkillsMP는 kid-sid/claude-spellbook에서 65개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
65
GitHub 스타
186
GitHub 포크
15

수집된 skill 65개 중 40개를 표시합니다.

직업 분류
웹·디지털 인터페이스 디자이너
설명

Use when designing user interfaces, selecting styling, palettes, fonts, or auditing UI/UX design code.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Use when designing a relational schema — normalization (1NF–3NF), primary key strategy, modelling relationships, naming conventions, or planning a zero-downtime migration with the expand-contract pattern. For writing and tuning queries, indexes, or EXPLAIN…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing complex PostgreSQL queries, diagnosing slow queries with EXPLAIN ANALYZE, designing indexes (B-tree, GIN, partial, composite), handling concurrent writes and lock contention, or running safe live ALTER TABLE on large tables. For schema…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when making architecture-level React decisions — component decomposition, choosing where state should live, selecting a state manager (Context vs Redux vs Zustand) or a data-fetching library (TanStack Query vs SWR), or planning a rendering-performance…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when implementing advanced React patterns — designing custom hooks, using Suspense or error boundaries, applying TypeScript generics to components and hooks, or building animated UI with Framer Motion, View Transitions, or scroll-driven animations. For…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Use when configuring Kubernetes resources (Deployment, Service, Ingress, ConfigMap, Secret, HPA), sizing pod resource requests and limits, setting securityContext, or packaging a service with Helm charts. Not for writing Dockerfiles or docker-compose files —…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Use when writing or optimizing a Dockerfile or docker-compose.yml for local dev, debugging containers that behave differently from local, or reducing image size for Python and Node.js apps. Not for Kubernetes resources or Helm — use containerization.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when building or debugging standalone Temporal workers in Python outside of Agentex — structuring workflows and activities, enforcing determinism, handling retries and timeouts, managing state across replays, or diagnosing workflow failures. For…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when building or debugging the Agentex ADK temporal agent type — structuring workflows and activities, handling signal routing, managing state across replays, or diagnosing workflow failures and retry exhaustion. For standalone Temporal workers outside of…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when designing new REST endpoints, reviewing an existing API contract, adding pagination or filtering, planning a versioning strategy, or building a public or partner-facing API.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when building or debugging apps that call the Claude API — implementing tool use, streaming, vision, prompt caching, batch processing, extended thinking, or an agentic loop with the Anthropic SDK.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when creating, triaging, or filing GitHub issues — writing bug reports, feature requests, or task tickets; classifying severity; using the gh CLI; or handling edge cases like regressions, flaky failures, security vulnerabilities, or cross-repo…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use when installing or configuring memory_map, writing CLAUDE.md session-setup instructions, choosing what to save in memory vs history, managing or pruning history chunks, using cross-project memory, tuning compression, or troubleshooting why Claude isn't…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when building or debugging LangGraph workflows — designing state graphs, adding conditional routing, wiring checkpointers, streaming tokens, implementing human-in-the-loop interrupts, or coordinating multi-agent subgraphs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when building or debugging OpenAI Agents SDK workflows — defining agents with tools and handoffs, wiring typed context, streaming responses, adding guardrails, or integrating with the Agentex ADK.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use when configuring Claude Code — installing skills or agents, writing hook configurations, setting up tool permissions, registering MCP servers, or authoring CLAUDE.md project instructions.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use when installing claude-spellbook for the first time, setting up skills/agents/commands globally or into a specific project, registering the memory_map MCP server, enabling lifecycle hooks, or migrating an existing install to a new machine.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when diagnosing a slow HTTP endpoint or high-latency service — profiling, adding an application-level cache, offloading CPU-bound work to threads or workers, or defining a latency budget. For slow queries or missing indexes, use database-design or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when designing a GraphQL schema, implementing resolvers or mutations, solving the N+1 query problem with DataLoader, setting up subscriptions, paginating with Cursor Connections, securing a GraphQL API, or choosing between GraphQL and REST.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when designing a webhook delivery system, implementing HMAC signature verification on a receiver, handling retries and failures on the sender side, building idempotent webhook consumers, or testing webhook integrations locally.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when designing error hierarchies, propagating errors across service boundaries, implementing retry and backoff logic, writing structured error responses for APIs, or making error handling consistent across a Python, TypeScript, or Go codebase.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when building Next.js App Router pages, server and client components, fetching data in server components, configuring layouts and middleware, handling routing patterns, optimizing images and fonts, or deploying a Next.js application.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when implementing login flows, issuing or validating JWTs, setting up OAuth2/OIDC with a provider, designing role-based or attribute-based access control, securing API endpoints, or handling token refresh and revocation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use when verifying a fresh deployment, gating a CI pipeline before full test runs, checking that core user flows are reachable after a release, or building a minimal health-check suite for a new service.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when building real-time features with WebSockets or SSE — choosing between the two, implementing connection management and heartbeats, scaling broadcasts across workers with Redis, handling backpressure, writing tests for streaming endpoints, or debugging…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when building or debugging data pipelines with Airflow or Prefect, writing dbt models or tests, designing incremental loads, implementing idempotent ETL/ELT jobs, validating data quality, or orchestrating multi-step data workflows.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing async MongoDB queries with Motor, designing aggregation pipelines, creating indexes, running multi-document transactions, or working with adk.state in Agentex agents.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when choosing a Redis data structure for a use case, implementing caching or rate limiting, building pub/sub or Streams-based real-time messaging, or writing atomic operations like distributed locks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when adding feature flag support to a service, designing a percentage-based rollout, setting up A/B experiments or multivariate tests, choosing between LaunchDarkly, Unleash, and OpenFeature, writing tests for flag-gated code, or managing flag lifecycle…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing or debugging non-trivial Go — error handling patterns, goroutine/channel design, interface composition, generics, context propagation, or Go-specific idioms like table-driven tests and functional options.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Use when writing, reviewing, or adapting a Claude Code skill for sale on PromptBase — checking scope, audience breadth, rejection risk, description quality, examples, and setup instructions.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Use when building or reviewing UI components for keyboard and screen reader compatibility, adding ARIA to custom widgets, auditing a page for WCAG AA conformance, or preparing for a formal accessibility review.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when building, wiring, or debugging an Agentex agent — choosing agent type, configuring acp.py and manifest.yaml, using adk.messages or adk.state, or resolving Windows-specific setup issues.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Use when building production LLM applications — designing RAG pipelines, choosing vector databases, implementing agent orchestration, optimizing cost, or adding AI safety guardrails.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Use when building or refactoring Angular applications — choosing between signals, RxJS, and NgRx for state, configuring routing with guards and lazy loading, optimizing change detection, or writing TestBed component tests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing boto3 or AWS SDK v3 code — configuring IAM auth, reading/writing S3, designing DynamoDB access patterns, writing Lambda handlers, processing SQS batches, or troubleshooting credential and throttling errors.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when implementing reliable message processing with Azure Service Bus — choosing between queues and topics, configuring peek-lock settlement, handling dead-lettered messages, or enforcing ordered processing with sessions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing Python code that integrates with Azure Blob Storage, AI Search, Document Intelligence, or Key Vault — or when configuring Managed Identity auth, designing a hybrid search index, or troubleshooting Azure SDK retry behavior.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when adding or debugging caching in a service — choosing a cache strategy, designing TTLs, preventing stampedes, reasoning about invalidation, or configuring HTTP Cache-Control headers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when setting up or debugging GitHub Actions pipelines — adding quality gates, configuring OIDC cloud auth, building matrix test runs, publishing artifacts to GHCR/PyPI/npm, or promoting builds from staging to production.

원문 언어: 영어

업데이트
수집된 skill 65개 중 40개를 표시합니다.