███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12151 | sqlalchemy-postgres | cfircoo/claude-code-toolkit |
<essential_principles> SQLAlchemy 2.0 + Pydantic + PostgreSQL Best Practices This skill provides expert guidance for building production-ready database layers. Stack SQLAlchemy 2.0 with async support (asyncpg driver) Pydantic v2 for validation and serialization Alembic for migrations PostgreSQL only Core Principles 1. Separation of Concerns models/ SQLAlchemy ORM models (database layer) schemas/ Pydantic schemas (API layer) repositories/ Data access patterns services/ Bus...
|
114 |
| 12152 | memory-protocol | jwilger/agent-skills |
Memory Protocol Value: Feedback -- accumulated knowledge creates compound feedback loops across sessions. What you learn today should accelerate tomorrow's work. Purpose Teaches the agent to systematically store and recall project knowledge across sessions using a knowledge graph (Memento MCP) when available, with a file-based fallback for harnesses without MCP support. Your long-term memory (training data) and short-term memory (context window) are excellent, but mid-term memory for project-spe...
|
114 |
| 12153 | axiom-photo-library-ref | charleswiltgen/axiom |
Photo Library API Reference Quick Reference // SWIFTUI PHOTO PICKER (iOS 16+) import PhotosUI @State private var item: PhotosPickerItem? PhotosPicker(selection: $item, matching: .images) { Text("Select Photo") } .onChange(of: item) { _, newItem in Task { if let data = try? await newItem?.loadTransferable(type: Data.self) { // Use image data } } } // UIKIT PHOTO PICKER (iOS 14+) var config = PHPickerConfiguration() config.selectionLimit = 1 config.filter...
|
114 |
| 12154 | axiom-assume-isolated | charleswiltgen/axiom |
assumeIsolated — Synchronous Actor Access Synchronously access actor-isolated state when you know you're already on the correct isolation domain. When to Use ✅ Use when: Testing MainActor code synchronously (avoiding Task overhead) Legacy delegate callbacks documented to run on main thread Performance-critical code avoiding async hop overhead Protocol conformances where callbacks are guaranteed on specific actor ❌ Don't use when: Uncertain about current isolation (use await instead) Alread...
|
113 |
| 12155 | change-management | anthropics/knowledge-work-plugins |
Change Management Help plan and execute changes that affect people, processes, or technology. Change Management Framework 1. Assess What is changing? Who is affected? How significant is the change? (Low / Medium / High) What resistance should we expect? 2. Plan Communication plan (who, what, when, how) Training plan (what skills are needed, how to deliver) Support plan (help desk, champions, FAQs) Timeline with milestones 3. Execute Announce and explain the "why" Train and support Monitor adopti...
|
113 |
| 12156 | tooluniverse-precision-medicine-stratification | mims-harvard/tooluniverse |
Precision Medicine Patient Stratification Transform patient genomic and clinical profiles into actionable risk stratification, treatment recommendations, and personalized therapeutic strategies. KEY PRINCIPLES : Report-first - Create report file FIRST, then populate progressively Disease-specific logic - Cancer vs metabolic vs rare disease pipelines diverge at Phase 3 Multi-level integration - Germline + somatic + expression + clinical data layers Evidence-graded - Every finding has an evidence ...
|
113 |
| 12157 | axiom-realm-migration-ref | charleswiltgen/axiom |
Realm to SwiftData Migration — Reference Guide Purpose: Complete migration path from Realm to SwiftData Swift Version: Swift 5.9+ (Swift 6 with strict concurrency recommended) iOS Version: iOS 17+ (iOS 26+ recommended) Context: Realm Device Sync sunset Sept 30, 2025. This guide is essential for Realm users migrating before deadline. Critical Timeline Realm Device Sync DEPRECATION DEADLINE = September 30, 2025 If your app uses Realm Sync: ⚠️ You MUST migrate by September 30, 2025 ✅ SwiftData...
|
113 |
| 12158 | inngest | davila7/claude-code-templates |
Inngest Integration You are an Inngest expert who builds reliable background processing without managing infrastructure. You understand that serverless doesn't mean you can't have durable, long-running workflows - it means you don't manage the workers. You've built AI pipelines that take minutes, onboarding flows that span days, and event-driven systems that process millions of events. You know that the magic of Inngest is in its steps - each one a checkpoint that survives failures. Your core...
|
113 |
| 12159 | overseer-plan | dmmulroy/overseer |
Converting Markdown Documents to Overseer Tasks Use /overseer-plan to convert any markdown planning document into trackable Overseer tasks. When to Use After completing a plan in plan mode Converting specs/design docs to implementation tasks Creating tasks from roadmap or milestone documents Usage /overseer-plan <markdown-file-path> /overseer-plan <file> --priority 3 Set priority (1-5) /overseer-plan <file> --parent <task-id> Create as child of existing task What It Does Reads...
|
113 |
| 12160 | tooluniverse-drug-target-validation | mims-harvard/tooluniverse |
Drug Target Validation Pipeline Validate drug target hypotheses using multi-dimensional computational evidence before committing to wet-lab work. Produces a quantitative Target Validation Score (0-100) with priority tier classification and GO/NO-GO recommendation. Key Principles Report-first - Create report file FIRST, then populate progressively Target disambiguation FIRST - Resolve all identifiers before analysis Evidence grading - Grade all evidence as T1 (experimental) to T4 (computational) ...
|
113 |
| 12161 | axiom-now-playing | charleswiltgen/axiom |
Now Playing Integration Guide Purpose: Prevent the 4 most common Now Playing issues on iOS 18+: info not appearing, commands not working, artwork problems, and state sync issues Swift Version: Swift 6.0+ iOS Version: iOS 18+ Xcode: Xcode 16+ Core Philosophy "Now Playing eligibility requires THREE things working together: AVAudioSession activation, remote command handlers, and metadata publishing. Missing ANY of these silently breaks the entire system. 90% of Now Playing issues stem from inco...
|
113 |
| 12162 | tooluniverse-adverse-event-detection | mims-harvard/tooluniverse |
Adverse Drug Event Signal Detection & Analysis Automated pipeline for detecting, quantifying, and contextualizing adverse drug event signals using FAERS disproportionality analysis, FDA label mining, mechanism-based prediction, and literature evidence. Produces a quantitative Safety Signal Score (0-100) for regulatory and clinical decision-making. KEY PRINCIPLES : Signal quantification first - Every adverse event must have PRR/ROR/IC with confidence intervals Serious events priority - Deaths, ho...
|
113 |
| 12163 | akshare | arcaneorion/alice-single |
AkShare - Chinese Financial Data Overview AkShare is a free, open-source Python library for accessing Chinese financial market data. This skill provides guidance for fetching data from Chinese exchanges including Shanghai Stock Exchange, Shenzhen Stock Exchange, Hong Kong Exchange, and more. Quick Start Install AkShare: pip install akshare Basic stock quote: import akshare as ak df = ak . stock_zh_a_spot_em ( ) Real-time A-share data Stock Data A-Shares (A股) Real-time quotes: All A-shares real...
|
113 |
| 12164 | pencil-ui-design | allenai2014/pencil-ui-design |
Pencil MCP 工业级 UI 设计 Skills 本 Skills 提供了一套工业级标准的 UI 设计规范,用于 Pencil MCP 设计工作。 快速开始 1. 初始化设计系统变量 在开始设计前,先设置设计系统变量: mcp_pencil_set_variables ( { filePath : "<your-file.pen>" , variables : { // 参考 design-tokens.json 中的完整变量定义 } } ) 2. 创建可复用组件 使用 reusable: true 创建组件,通过 ref 复用: // 创建组件 buttonPrimary = I ( document , { type : "frame" , reusable : true , name : "Button/Primary" , ... } ) // 使用组件 btn1 = I ( someParent , { type : "ref" , ref : "buttonPrimary" } ) 设计系统规范 颜色系统 (Color Tokens) 变量名 Light Mode D...
|
113 |
| 12165 | axiom-now-playing-musickit | charleswiltgen/axiom |
MusicKit Integration (Apple Music) Time cost: 5-10 minutes Key Insight MusicKit's ApplicationMusicPlayer automatically publishes to MPNowPlayingInfoCenter. You don't need to manually update Now Playing info when playing Apple Music content. What's Automatic When using ApplicationMusicPlayer: Track title, artist, album Artwork (Apple's album art) Duration and elapsed time Playback rate (playing/paused state) The system handles all MPNowPlayingInfoCenter updates for you. What's NOT Automat...
|
113 |
| 12166 | axiom-objc-block-retain-cycles | charleswiltgen/axiom |
Objective-C Block Retain Cycles Overview Block retain cycles are the 1 cause of Objective-C memory leaks. When a block captures self and is stored on that same object (directly or indirectly through an operation/request), you create a circular reference: self → block → self. Core principle 90% of block memory leaks stem from missing or incorrectly applied weak-strong patterns, not genuine Apple framework bugs. Red Flags — Suspect Block Retain Cycle If you see ANY of these, suspect a block ret...
|
113 |
| 12167 | tanstack-table | secondsky/claude-skills |
Overview TanStack Table is a headless UI library for building data tables and datagrids. It provides logic for sorting, filtering, pagination, grouping, expanding, column pinning/ordering/visibility/resizing, and row selection - without rendering any markup or styles. Package: @tanstack/react-table Utilities: @tanstack/match-sorter-utils (fuzzy filtering) Current Version: v8 Installation npm install @tanstack/react-table Core Architecture Building Blocks Column Definitions - describe columns (da...
|
113 |
| 12168 | axiom-metal-migration-diag | charleswiltgen/axiom |
Metal Migration Diagnostics Systematic diagnosis for common Metal porting issues. When to Use This Diagnostic Skill Use this skill when: Screen is black after porting to Metal Shaders fail to compile in Metal Colors or coordinates are wrong Performance is worse than the original Rendering artifacts appear App crashes during GPU work Mandatory First Step: Enable Metal Validation Time cost: 30 seconds setup vs hours of blind debugging Before ANY debugging, enable Metal validation: Xcode → E...
|
113 |
| 12169 | polymarket-trading | niller2005/polyflup |
Terminology & Concepts Exit Plan: Automated limit sell at $0.99 placed as soon as position opens. Hedged Reversal: Holding both UP and DOWN positions simultaneously when trend flips. Midpoint Stop Loss: Market sell triggered by midpoint price dropping to/below $0.30. Scale-In: Adding capital to winning positions via Market Orders (FAK). Underdog: Side trading below $0.50. Requires >40% confidence for entry. Tick Size: Minimum price increment allowed for a market (e.g., 0.01 or 0.001). Strategy N...
|
113 |
| 12170 | protein interaction network analysis | mims-harvard/tooluniverse |
Protein Interaction Network Analysis Comprehensive protein interaction network analysis using ToolUniverse tools. Analyzes protein networks through a 4-phase workflow: identifier mapping, network retrieval, enrichment analysis, and optional structural data. Features ✅ Identifier Mapping - Convert protein names to database IDs (STRING, UniProt, Ensembl) ✅ Network Retrieval - Get interaction networks with confidence scores (0-1.0) ✅ Functional Enrichment - GO terms, KEGG pathways, Reactome pathway...
|
113 |
| 12171 | fal-platform | fal-ai-community/skills |
fal.ai Platform Platform APIs for model management, pricing, usage tracking, and cost estimation. Scripts Script Purpose setup.sh Setup FAL_KEY and configuration pricing.sh Get model pricing information usage.sh Check usage and billing estimate-cost.sh Estimate costs for operations requests.sh List and manage requests Setup & Configuration Add FAL_KEY Interactive setup bash /mnt/skills/user/fal-platform/scripts/setup.sh --add-fal-key Set key directly bash /mnt/skills/user/fal-platform/scripts/...
|
113 |
| 12172 | app-store | rshankras/claude-code-apple-skills |
App Store Optimization Skills Skills for optimizing your app's App Store presence, from compelling descriptions to keyword strategy. When This Skill Activates Use this skill when the user: Needs to write App Store description or promotional text Wants to plan screenshot sequence and captions Asks about ASO (App Store Optimization) or keywords Needs help responding to App Store reviews Wants to improve app discoverability Available Skills app-description-writer/ Generate compelling App Store...
|
113 |
| 12173 | rust-expert-best-practices-code-review | wispbit-ai/skills |
Rust Expert Best Practices Simple, pragmatic, opinionated. Only what matters for writing production-grade Rust code. When to Apply Reference these guidelines when: Writing Rust code (structs, functions, enums, traits) Implementing error handling and Result types Reviewing Rust code for safety or performance issues Refactoring existing Rust codebases Designing APIs and public interfaces Optimizing Rust code for performance or clarity Rule Categories by Priority Priority Category Impact Prefix 1 T...
|
113 |
| 12174 | ln-001-standards-researcher | levnikolaevich/claude-code-skills |
This skill researches industry standards and architectural patterns using MCP Ref to generate Standards Research for Story Technical Notes. When to Use This Skill This skill should be used when: - Need to research standards and patterns BEFORE Story generation (ensures tasks follow industry best practices) - Epic Technical Notes mention specific standards requiring documentation (OAuth, OpenAPI, WebSocket) - Prevent situations where tasks use outdated patterns or violate RFC compliance - ...
|
113 |
| 12175 | og-image | stevysmith/og-image-skill |
This skill creates professional Open Graph images for social media sharing. It analyzes the existing codebase to match the project's design system, generates a dedicated OG image page, screenshots it, and configures all necessary meta tags. Workflow Phase 1: Codebase Analysis Explore the project to understand: Framework Detection Check package.json for Next.js, Vite, Astro, Remix, etc. Identify the routing pattern (file-based, config-based) Find where to create the /og-image route Design Sy...
|
113 |
| 12176 | tooluniverse-spatial-omics-analysis | mims-harvard/tooluniverse |
Spatial Multi-Omics Analysis Pipeline Comprehensive biological interpretation of spatial omics data. Transforms spatially variable genes (SVGs), domain annotations, and tissue context into actionable biological insights. KEY PRINCIPLES : Report-first approach - Create report file FIRST, then populate progressively Domain-by-domain analysis - Characterize each spatial region independently before comparison Gene-list-centric - Analyze user-provided SVGs and marker genes with ToolUniverse databases...
|
113 |
| 12177 | brand-architect | shipshitdev/library |
Brand Architect - Day-One Brand Strategy Overview Help indie founders build brands that scale using Hexa's "Branding from Day One" methodology. Execute strategic brand development by guiding users through naming, positioning, voice, and visual identity foundations. Hexa's Core Principle: "The name of your business should reflect not only your initial point of entry in the market but also where you aim to be in the future." When This Activates "What should I name it" Brand name questions Brand...
|
112 |
| 12178 | product manager | aj-geddes/claude-code-bmad-skills |
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 project...
|
112 |
| 12179 | landing-page-designer | eddiebe147/claude-settings |
No SKILL.md available for this skill. View on GitHub
|
112 |
| 12180 | secondme-nextjs | mindverse/second-me-skills |
SecondMe Next.js 项目生成 基于 /secondme-init 的配置和 /secondme-prd 的需求定义,生成完整的 Next.js 项目。 前置条件检查 1. 检查 state.json 首先检查 .secondme/state.json 是否存在: 不存在 → 提示: 请先运行 /secondme-init 初始化项目配置 存在 → 继续 2. 检查执行模式 检查参数是否包含 --quick : 快速模式 (--quick) : 跳过 stage 检查 使用默认 PRD 配置 直接开始生成项目 标准模式 : 检查 stage >= "prd" 如果 stage == "init" → 提示: 请先运行 /secondme-prd 定义需求,或使用 /secondme-nextjs --quick 快速生成 如果 stage >= "prd" → 继续 读取配置 从 .secondme/state.json 读取: const state = { app_name : "secondme-tinder" , // 应用名称 modules : [ "auth"...
|
112 |
| 12181 | avalonia-layout-zafiro | davila7/claude-code-templates |
Avalonia Layout with Zafiro.Avalonia Master modern, clean, and maintainable Avalonia UI layouts. Focus on semantic containers, shared styles, and minimal XAML. 🎯 Selective Reading Rule Read ONLY files relevant to the layout challenge! 📑 Content Map File Description When to Read themes.md Theme organization and shared styles Setting up or refining app themes containers.md Semantic containers ( HeaderedContainer , EdgePanel , Card ) Structuring views and layouts icons.md Icon usage with IconExtens...
|
112 |
| 12182 | extract-transcripts | 0xbigboss/claude-code |
Extract Transcripts Extracts readable markdown transcripts from Claude Code and Codex CLI session JSONL files. Scripts Claude Code Sessions Extract a single session uv run ~/.claude/skills/extract-transcripts/extract_transcript.py <session.jsonl> With tool calls and thinking blocks uv run ~/.claude/skills/extract-transcripts/extract_transcript.py <session.jsonl> --include-tools --include-thinking Extract all sessions from a directory uv run ~/.claude/skills/extract-transcripts/extract_tra...
|
112 |
| 12183 | axiom-networking-legacy | charleswiltgen/axiom |
Legacy iOS 12-25 NWConnection Patterns These patterns use NWConnection with completion handlers for apps supporting iOS 12-25. If your app targets iOS 26+, use NetworkConnection with async/await instead (see axiom-network-framework-ref skill). Pattern 2a: NWConnection with TLS (iOS 12-25) Use when Supporting iOS 12-25, need TLS encryption, can't use async/await yet Time cost 10-15 minutes GOOD: NWConnection with Completion Handlers import Network // Create connection with TLS let connectio...
|
112 |
| 12184 | autonomous-agent-gaming | qodex-ai/ai-agent-skills |
Autonomous Agent Gaming Build sophisticated game-playing agents that learn strategies, adapt to opponents, and master complex games through AI and reinforcement learning. Overview Autonomous game agents combine: Game Environment Interface: Connect to game rules and state Decision-Making Systems: Choose optimal actions Learning Mechanisms: Improve through experience Strategy Development: Long-term planning and adaptation Applications Chess and board game masters Real-time strategy (RTS) game ...
|
112 |
| 12185 | vue-best-practices | dedalus-erp-pas/foundation-skills |
Vue Best Practices Workflow Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order. Core Principles Keep state predictable: one source of truth, derive everything else. Make data flow explicit: Props down, Events up for most cases. Favor small, focused components: easier to test, reuse, and maintain. Avoid unnecessary re-renders: use computed properties and watchers wisely. Readability counts: write clear, self-documenting code. 1...
|
112 |
| 12186 | youtube-uploader | aviz85/claude-skills-library |
YouTube Uploader Upload videos to YouTube with full metadata control. Quick Start cd ~/.claude/skills/youtube-uploader/scripts First time: authenticate npx ts-node youtube-upload.ts --auth Upload video npx ts-node youtube-upload.ts \ --video /path/to/video.mp4 \ --title "My Awesome Video" \ --description "Check out this amazing content!" \ --tags "tech,ai,tutorial" \ --privacy unlisted Upload as YouTube Short (vertical video) npx ts-node youtube-upload.ts \ --video /path/to/s...
|
112 |
| 12187 | upgrade-solidity-contracts | openzeppelin/openzeppelin-skills |
Solidity Upgrades Contents Proxy Patterns Overview Upgrade Restrictions Between Major Versions (v4 → v5) Writing Upgradeable Contracts Hardhat Upgrades Workflow Foundry Upgrades Workflow Handling Upgrade Validation Issues Upgrade Safety Checklist Proxy Patterns Overview Pattern Upgrade logic lives in Best for UUPS ( UUPSUpgradeable ) Implementation contract (override _authorizeUpgrade ) Most projects — lighter proxy, lower deploy gas Transparent Separate ProxyAdmin contract When admin/user call ...
|
112 |
| 12188 | smtp2go-api | jezweb/claude-skills |
SMTP2GO API Integration Build email and SMS delivery with the SMTP2GO transactional API. Quick Start // Send email with SMTP2GO const response = await fetch ( 'https://api.smtp2go.com/v3/email/send' , { method : 'POST' , headers : { 'Content-Type' : 'application/json' , 'X-Smtp2go-Api-Key' : env . SMTP2GO_API_KEY , } , body : JSON . stringify ( { sender : 'noreply@yourdomain.com' , to : [ 'recipient@example.com' ] , subject : 'Hello from SMTP2GO' , html_body : '<h1>Welcome!</h1><p>Your account i...
|
112 |
| 12189 | event-driven-architect | 404kidwiz/claude-supercode-skills |
Event-Driven Architect Purpose Provides expertise in designing and implementing event-driven architectures. Covers message brokers, event sourcing, CQRS, and standards like CloudEvents and AsyncAPI for building scalable, decoupled systems. When to Use Designing event-driven architectures Implementing message queues and brokers Building event sourcing systems Implementing CQRS patterns Creating AsyncAPI specifications Designing event mesh topologies Building asynchronous microservices Quick Sta...
|
112 |
| 12190 | trigger-dev | davila7/claude-code-templates |
Trigger.dev Integration You are a Trigger.dev expert who builds reliable background jobs with exceptional developer experience. You understand that Trigger.dev bridges the gap between simple queues and complex orchestration - it's "Temporal made easy" for TypeScript developers. You've built AI pipelines that process for minutes, integration workflows that sync across dozens of services, and batch jobs that handle millions of records. You know the power of built-in integrations and the importan...
|
112 |
| 12191 | axiom-ui-recording | charleswiltgen/axiom |
Recording UI Automation (Xcode 26+) Guide to Xcode 26's Recording UI Automation feature for creating UI tests through user interaction recording. The Three-Phase Workflow From WWDC 2025-344: ┌─────────────────────────────────────────────────────────────┐ │ UI Automation Workflow │ ├─────────────────────────────────────────────────────────────┤ │ │ │ 1. RECORD ──────► Interact with app in Simulat...
|
112 |
| 12192 | tooluniverse-gwas-trait-to-gene | mims-harvard/tooluniverse |
GWAS Trait-to-Gene Discovery Discover genes associated with diseases and traits using genome-wide association studies (GWAS) Overview This skill enables systematic discovery of genes linked to diseases/traits by analyzing GWAS data from two major resources: GWAS Catalog (EBI/NHGRI): Curated catalog of published GWAS with >500,000 associations Open Targets Genetics : Fine-mapped GWAS signals with locus-to-gene (L2G) predictions Use Cases Clinical Research "What genes are associated with type 2 di...
|
112 |
| 12193 | new-component | longbridge/gpui-component |
Instructions When creating new GPUI components: Follow existing patterns: Base implementation on components in crates/ui/src (examples: Button, Select) Style consistency: Follow existing component styles and Shadcn UI patterns Component type decision: Use stateless elements for simple components (like Button) Use stateful elements for complex components with data (like Select and SelectState) API consistency: Maintain the same API style as other elements Documentation: Create component documen...
|
112 |
| 12194 | windows privilege escalation | davila7/claude-code-templates |
Windows Privilege Escalation Purpose Provide systematic methodologies for discovering and exploiting privilege escalation vulnerabilities on Windows systems during penetration testing engagements. This skill covers system enumeration, credential harvesting, service exploitation, token impersonation, kernel exploits, and various misconfigurations that enable escalation from standard user to Administrator or SYSTEM privileges. Inputs / Prerequisites Initial Access : Shell or RDP access as standard...
|
112 |
| 12195 | difficult-workplace-conversations | davila7/claude-code-templates |
Difficult Conversations Skill A structured framework for approaching challenging workplace conversations including conflicts, performance issues, sensitive feedback, and emotionally charged discussions. When to Use This Skill Preparing for a challenging conversation with a colleague Addressing performance issues with a team member Delivering difficult feedback to a peer or manager Navigating conflict between team members Discussing sensitive topics (salary, promotion, termination) Handling emoti...
|
112 |
| 12196 | biome-validator | gracefullight/stock-checker |
Biome Validator Validates Biome 2.3+ configuration and prevents outdated patterns. Ensures type-aware linting, domains, and modern Biome features are properly configured. When This Activates Setting up linting for a new project Before any code quality work Auditing existing Biome configurations After AI generates biome.json CI/CD pipeline validation Quick Start python3 ~/.claude/skills/biome-validator/scripts/validate.py --root . python3 ~/.claude/skills/biome-validator/scripts/validate.py --roo...
|
112 |
| 12197 | axiom-core-spotlight-ref | charleswiltgen/axiom |
Core Spotlight & NSUserActivity Reference Overview Comprehensive guide to Core Spotlight framework and NSUserActivity for making app content discoverable in Spotlight search, enabling Siri predictions, and supporting Handoff. Core Spotlight directly indexes app content while NSUserActivity captures user engagement for prediction. Key distinction Core Spotlight = indexing all app content; NSUserActivity = marking current user activity for prediction/handoff. When to Use This Skill Use this sk...
|
112 |
| 12198 | pencil-renderer | phrazzld/claude-config |
Pencil Renderer Translate aesthetic DNA codes into Pencil .pen frames via MCP. Interface Input: DNA code: [layout, color, typography, motion, density, background] Component type: hero | card | form | nav | footer | section | button | input Optional: Name, dimensions, parent frame ID Output: Frame ID in .pen file Screenshot of rendered frame Workflow 1. Ensure Document Ready // Check if editor open mcp__pencil__get_editor_state({ include_schema: false }) // If no editor, open or create mcp...
|
112 |
| 12199 | langgraph-implementation | existential-birds/beagle |
LangGraph Implementation Core Concepts LangGraph builds stateful, multi-actor agent applications using a graph-based architecture: StateGraph: Builder class for defining graphs with shared state Nodes: Functions that read state and return partial updates Edges: Define execution flow (static or conditional) Channels: Internal state management (LastValue, BinaryOperatorAggregate) Checkpointer: Persistence for pause/resume capabilities Essential Imports from langgraph.graph import StateGraph, STA...
|
112 |
| 12200 | jest-testing-expert | cin12211/orca-q |
Jest Testing Expert I'm a specialized expert in the Jest testing framework with deep knowledge of configuration mastery, advanced mocking patterns, snapshot testing strategies, async testing patterns, custom matchers, and performance optimization. My Expertise Core Specializations Configuration Mastery: Advanced jest.config.js patterns, environment setup, module resolution Advanced Mocking: jest.mock strategies, spies, manual mocks, timer control, module hoisting Snapshot Testing: Serializers,...
|
112 |