███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7551 | code-simplifier | pproenca/dot-skills |
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer. You will analyze recently modified code and apply refin...
|
113 |
| 7552 | ln-720-structure-migrator | levnikolaevich/claude-code-skills |
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates project restructuring from prototype layout to Clean Architecture. Purpose & Scope | Input | Current project structure, target architecture | Output | Restructured project with Clean Architecture | Workers | ln-721 (frontend), ln-722 (backend), ln-723 (mockdata), ln-724 (replit-cleaner) Scope boundaries: - Analyzes current project structure - Generates migration plan - Delegat...
|
113 |
| 7553 | 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 |
| 7554 | memory | yonatangross/orchestkit |
Memory - Persistent Knowledge Storage Store and retrieve knowledge across sessions using semantic search. Prerequisites Install basic-memory: pip install basic-memory CLI Reference Write a Note Basic note basic-memory tool write-note --title "Note Title" --content "Note content in markdown" With tags basic-memory tool write-note --title "React Patterns" --content " Content here" --tags "react,patterns,frontend" To specific folder basic-memory tool write-note --title "Meeting Notes" --content ...
|
113 |
| 7555 | 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 |
| 7556 | 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 |
| 7557 | 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 |
| 7558 | ln-732-cicd-generator | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-730-devops-setup Generates GitHub Actions CI pipeline for automated testing and validation. Purpose & Scope Creates CI/CD workflow for GitHub: - Does: Generate .github/workflows/ci.yml with lint, test, build, docker jobs - Does NOT: Configure deployment, manage secrets, set up CD pipelines Inputs | Stack Type | ln-730 coordinator | backend-dotnet, backend-python | Versions | Auto-detected | Node.js, .NET or Python versions...
|
113 |
| 7559 | autoship | vercel-labs/autoship |
Automated Releases with autoship Core Workflow Every release follows this pattern: Configure : autoship add <name> (one-time setup) Release : autoship <name> (interactive) or autoship <name> -t patch -y (automated) The tool handles the complete release cycle: Clone repository Analyze changes and suggest release type (patch/minor/major) Generate AI-powered changeset description Create and merge changeset PR Wait for and merge Version Packages PR Trigger npm publish Requirements Before using autos...
|
113 |
| 7560 | kysely | bobmatnyc/claude-mpm-skills |
Kysely - Type-Safe SQL Query Builder Overview Kysely is a type-safe TypeScript SQL query builder that provides end-to-end type safety from database schema to query results. Unlike ORMs, it generates plain SQL and gives you full control while maintaining perfect TypeScript inference. Key Features: Complete type inference (schema → queries → results) Zero runtime overhead (compiles to SQL) Database-agnostic (PostgreSQL, MySQL, SQLite, MSSQL) Migration system included Plugin ecosystem (CTEs, JSO...
|
113 |
| 7561 | wix-cli-data-collection | wix/skills |
Wix Data Collection Builder Creates CMS data collections for Wix CLI apps. The data collections extension allows your app to automatically create CMS collections when it's installed on a site. Collections store structured data that can be accessed from dashboard pages, site pages, backend code, and external applications. Important: This extension automatically enables the site's code editor, which is required for the Wix Data APIs to work. Without this extension, apps using Data APIs would need ...
|
113 |
| 7562 | ln-404-test-executor | levnikolaevich/claude-code-skills |
Runs a single Story final test task (label "tests") through implementation/execution to To Review. Purpose & Scope - Handle only tasks labeled "tests"; other tasks go to ln-401. - Follow the 11-section test task plan (E2E/Integration/Unit, infra/docs/cleanup). - Enforce risk-based constraints: Priority ≤15; E2E 2-5, Integration 0-8, Unit 0-15, total 10-28; no framework/DB/library/performance tests. - Update Linear/kanban for this task only: Todo -> In Progress -> To Review. Task Storage ...
|
113 |
| 7563 | tanstack-table | secondsky/claude-skills |
TanStack Table Headless data tables with server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1 Quick Start Last Updated : 2026-01-09 Versions : @tanstack/react-table@8.21.3, @tanstack/react-virtual@3.13.18 npm install @tanstack/react-table@latest npm install @tanstack/react-virtual@latest For virtualization Basic Setup (CRITICAL: memoize data/columns to prevent infinite re-renders): import { useReactTable , getCoreRowModel , ColumnDef } from '@tanstack/react...
|
113 |
| 7564 | learner | yeachan-heo/oh-my-claudecode |
Reusable skills are not code snippets to copy-paste, but principles and decision-making heuristics that teach Claude HOW TO THINK about a class of problems. The difference: - BAD (mimicking): "When you see ConnectionResetError, add this try/except block" - GOOD (reusable skill): "In async network code, any I/O operation can fail independently due to client/server lifecycle mismatches. The principle: wrap each I/O operation separately, because failure between operations is the common case, not...
|
113 |
| 7565 | woocommerce-code-review | woocommerce/woocommerce |
No SKILL.md available for this skill. View on GitHub
|
113 |
| 7566 | python-fastapi-development | sickn33/antigravity-awesome-skills |
Python/FastAPI Development Workflow Overview Specialized workflow for building production-ready Python backends with FastAPI, featuring async patterns, SQLAlchemy ORM, Pydantic validation, and comprehensive API patterns. When to Use This Workflow Use this workflow when: Building new REST APIs with FastAPI Creating async Python backends Implementing database integration with SQLAlchemy Setting up API authentication Developing microservices Workflow Phases Phase 1: Project Setup Skills to Invoke a...
|
113 |
| 7567 | prompt-guard | useai-pro/openclaw-skills-security |
Advanced prompt injection defense + operational security system for AI agents. 🆕 What's New in v2.5.0 - 349 attack patterns (2.7x increase from v2.4) - Authority impersonation detection (EN/KO/JA/ZH) - "나는 관리자야", "I am the admin" - Indirect injection detection - URL/file/image-based attacks - Context hijacking detection - fake memory/history manipulation - Multi-turn manipulation detection - gradual trust-building attacks - Token smuggling detection - invisible Unicode characters - Prom...
|
113 |
| 7568 | youtube-downloader | daymade/claude-code-skills |
YouTube Video Downloader Download YouTube videos with full control over quality and format settings. Quick Start The simplest way to download a video: python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/. Options Quality Settings Use -q or --quality to specify video quality: best (default): Highest quality available 1080p: Full HD 720p: HD 480p: Standard definition 360p: Lower qua...
|
113 |
| 7569 | 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 |
| 7570 | mermaid | markdown-viewer/skills |
Mermaid Diagram Visualizer Quick Start: Identify diagram type (flowchart/sequence/state/class/ER/gantt/mindmap) → Define nodes with shapes → Connect with arrows → Wrap in ```mermaid fence. Default: top-to-bottom ( TD ), use flowchart over graph , Unicode supported. Critical Syntax Rules Rule 1: List Syntax Conflicts ❌ [1. Item] → "Unsupported markdown: list" ✅ [1.Item] → Remove space after period ✅ [① Item] → Use circled numbers ①②③④⑤⑥⑦⑧⑨⑩ ✅ [(1) Item] → Use parentheses Rule 2: ...
|
113 |
| 7571 | add-provider-doc | lobehub/lobe-chat |
Adding New AI Provider Documentation Complete workflow for adding documentation for a new AI provider. Overview Create usage documentation (EN + CN) Add environment variable documentation (EN + CN) Update Docker configuration files Update .env.example Prepare image resources Step 1: Create Provider Usage Documentation Required Files docs/usage/providers/{provider-name}.mdx (English) docs/usage/providers/{provider-name}.zh-CN.mdx (Chinese) Key Requirements 5-6 screenshots showing the process Cove...
|
113 |
| 7572 | earnings-preview-single | anthropics/financial-services-plugins |
Single-Company Earnings Preview Generate a concise, professional equity research earnings preview for a single company. The output is a self-contained HTML file targeting 4-5 printed pages. The report is dense with figures and data, with tight narrative that gets straight to the point. Data Sources (ZERO EXCEPTIONS): The ONLY permitted data sources are Kensho Grounding MCP ( search ) and S&P Global MCP ( kfinance ). Absolutely NO other tools, data sources, or web access of any kind. Specifically...
|
113 |
| 7573 | fpf:decay | neolabhq/context-engineering-kit |
Evidence Freshness Management Manages evidence freshness by identifying stale decisions and providing governance actions. Implements FPF B.3.4 (Evidence Decay). Key principle: Evidence is perishable. Decisions built on expired evidence carry hidden risk. Quick Concepts What is "stale" evidence? Every piece of evidence has a valid_until date. A benchmark from 6 months ago may no longer reflect current system performance. A security audit from before a major dependency update doesn't account for n...
|
113 |
| 7574 | hono-testing | bobmatnyc/claude-mpm-skills |
Hono Testing Patterns Overview Hono provides a simple testing approach: create a Request, pass it to your app, and validate the Response. The framework includes a typed test client for even better DX. Key Features: Simple app.request() API Typed test client with full inference Environment mocking for Workers Works with Vitest, Jest, or any test runner When to Use This Skill Use Hono testing when: Writing unit tests for route handlers Integration testing API endpoints Testing middleware beha...
|
113 |
| 7575 | 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 |
| 7576 | 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 |
| 7577 | 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 |
| 7578 | swiftui-design-principles | arjitj2/swiftui-design-principles |
This skill encodes design principles derived from comparing polished, production-quality SwiftUI apps against poorly-built ones. The patterns here represent what separates an app that feels "right" from one where the margins, spacing, and text sizes just look "off." Apply these principles whenever building or modifying SwiftUI interfaces, WidgetKit widgets, or any native Apple UI. Core Philosophy Restraint over decoration. Every pixel must earn its place. A polished app uses fewer colors, fewer ...
|
113 |
| 7579 | workflow-orchestration-patterns | sickn33/antigravity-awesome-skills |
Workflow Orchestration Patterns Master workflow orchestration architecture with Temporal, covering fundamental design decisions, resilience patterns, and best practices for building reliable distributed systems. Use this skill when Working on workflow orchestration patterns tasks or workflows Needing guidance, best practices, or checklists for workflow orchestration patterns Do not use this skill when The task is unrelated to workflow orchestration patterns You need a different domain or tool ou...
|
113 |
| 7580 | error-detective | sickn33/antigravity-awesome-skills |
Use this skill when Working on error detective tasks or workflows Needing guidance, best practices, or checklists for error detective Do not use this skill when The task is unrelated to error detective You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You ar...
|
113 |
| 7581 | godot-gdscript-patterns | sickn33/antigravity-awesome-skills |
Godot GDScript Patterns Production patterns for Godot 4.x game development with GDScript, covering architecture, signals, scenes, and optimization. Use this skill when Building games with Godot 4 Implementing game systems in GDScript Designing scene architecture Managing game state Optimizing GDScript performance Learning Godot best practices Do not use this skill when The task is unrelated to godot gdscript patterns You need a different domain or tool outside this scope Instructions Clarify goa...
|
113 |
| 7582 | ln-111-root-docs-creator | levnikolaevich/claude-code-skills |
L3 Worker that creates 4 root documentation files using templates and Context Store from coordinator. Purpose & Scope - Creates 4 root documentation files (entry points for AI agents) - Receives Context Store from ln-110-project-docs-coordinator - Replaces placeholders with project-specific data - Self-validates structure and content (22 questions) - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: ALWAYS invoked as first wor...
|
113 |
| 7583 | 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 |
| 7584 | autonomous-trading | senpi-ai/senpi-skills |
Autonomous Trading v6 Give your agent a budget, a target, and a deadline — then let it trade. The agent creates a strategy wallet, scans for opportunities, opens positions, protects profits with DSL, and enforces risk controls. Skill Attribution When creating a strategy, include skill_name and skill_version in the call. See references/skill-attribution.md for details. Prerequisites Install these companion skills first: dsl-dynamic-stop-loss — trailing stops, auto-closing, per-tier retrace opport...
|
113 |
| 7585 | seo-best-practices | mindrally/skills |
SEO Best Practices You are an expert in SEO (Search Engine Optimization) for modern web applications. Apply these guidelines when building web applications to ensure optimal search engine visibility and ranking. Core SEO Principles Write semantic HTML to improve accessibility and SEO Implement proper metadata and structured data Optimize for Core Web Vitals (LCP, CLS, FID) Use server-side rendering (SSR) for better crawlability Create meaningful, descriptive URLs Metadata Implementation Next.j...
|
113 |
| 7586 | write-judge-prompt | hamelsmu/evals-skills |
Write LLM-as-Judge Prompt Design a binary Pass/Fail LLM-as-Judge evaluator for one specific failure mode. Each judge checks exactly one thing. Prerequisites Error analysis is complete. The failure mode is identified. You have human-labeled traces for this failure mode (at least 20 Pass and 20 Fail examples). A code-based evaluator cannot check this failure mode. Exhaust code-based options before reaching for a judge — many failure modes that seem subjective reduce to keyword checks, regex, or AP...
|
113 |
| 7587 | ln-112-project-core-creator | levnikolaevich/claude-code-skills |
L3 Worker that creates 3 core project documentation files. These are ALWAYS created regardless of project type. Purpose & Scope - Creates 3 core project documentation files (required for all projects) - Receives Context Store from ln-110-project-docs-coordinator - Heavy use of auto-discovery (architecture needs full project scan) - Replaces placeholders with project-specific data - Self-validates structure and content (16 questions) - Never gathers context itself; uses coordinator input ...
|
113 |
| 7588 | 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 |
| 7589 | 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 |
| 7590 | bond-futures-basis | anthropics/financial-services-plugins |
Bond Futures Basis Analysis You are an expert in bond futures and basis trading. Combine futures pricing, cash bond analytics, yield curve data, and historical tracking to assess basis trade opportunities. Focus on routing data from MCP tools into a coherent basis analysis — let the tools compute, you interpret and present. Core Principles The basis sits at the intersection of cash bond pricing, repo markets, and delivery mechanics. Always start by pricing the future to identify the CTD and deli...
|
113 |
| 7591 | 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 |
| 7592 | 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 |
| 7593 | fpf:reset | neolabhq/context-engineering-kit |
Reset Cycle Reset the FPF reasoning cycle to start fresh. Action (Run-Time) Option 1: Soft Reset (Archive Current Session) Create a session archive and clear active work: Create Session Archive Create a file in .fpf/sessions/ to record the completed/abandoned session: In .fpf/sessions/session-2025-01-15-reset.md --- id: session-2025-01-15-reset action: reset created: 2025-01-15T16:00:00Z reason: user_requested --- Session Archive: 2025-01-15 Reset Reason : User requested fresh start State a...
|
113 |
| 7594 | fpf:query | neolabhq/context-engineering-kit |
Query Knowledge Search the FPF knowledge base and display hypothesis details with assurance information. Action (Run-Time) Search .fpf/knowledge/ and .fpf/decisions/ by user query. For each found hypothesis , display: Basic info: title, layer (L0/L1/L2), kind, scope If layer >= L1: read audit section for R_eff If has dependencies: show dependency graph Evidence summary if exists Present results in table format. Search Locations Location Contents .fpf/knowledge/L0/ Proposed hypotheses .fpf/knowle...
|
113 |
| 7595 | property-based-testing | aj-geddes/useful-ai-prompts |
Property-Based Testing Guide Use this skill proactively during development when you encounter patterns where PBT provides stronger coverage than example-based tests. When to Invoke (Automatic Detection) Invoke this skill when you detect: Serialization pairs: encode/decode, serialize/deserialize, toJSON/fromJSON, pack/unpack Parsers: URL parsing, config parsing, protocol parsing, string-to-structured-data Normalization: normalize, sanitize, clean, canonicalize, format Validators: is_valid, va...
|
113 |
| 7596 | add-sfx | remotion-dev/remotion |
Prerequisites Sound effects must first be added to the remotion.media repository. The source of truth is generate.ts in that repo. A sound effect must exist there before it can be added to @remotion/sfx . Sound effects must be: WAV format CC0 (Creative Commons 0) licensed Normalized to peak at -3dB Steps 1. Add to remotion.media repo (must be done first) In the remotion-dev/remotion.media repo: Add the WAV file to the root of the repo Add an entry to the soundEffects array in generate.ts : { fil...
|
113 |
| 7597 | kernel-python-sdk | kernel/skills |
When to Use This Skill Use the Kernel Python SDK when you need to: Build browser automation scripts - Create Python programs that control remote browsers Execute server-side automation - Run Playwright code directly in the browser VM without local dependencies Manage browser sessions programmatically - Create, configure, and control browsers from code Build scalable scraping/testing tools - Use browser pools and profiles for high-volume automation Deploy automation as actions - Package scripts a...
|
113 |
| 7598 | recent-data | lobehub/lobe-chat |
Recent Data Usage Guide Recent data (recentTopics, recentResources, recentPages) is stored in session store. Initialization In app top-level (e.g., RecentHydration.tsx ): import { useInitRecentTopic } from '@/hooks/useInitRecentTopic' ; import { useInitRecentResource } from '@/hooks/useInitRecentResource' ; import { useInitRecentPage } from '@/hooks/useInitRecentPage' ; const App = ( ) => { useInitRecentTopic ( ) ; useInitRecentResource ( ) ; useInitRecentPage ( ) ; return < YourComponents /> ; ...
|
113 |
| 7599 | fpf:actualize | neolabhq/context-engineering-kit |
Actualize Knowledge Base This command is a core part of maintaining a living assurance case. It keeps your FPF knowledge base ( .fpf/ ) in sync with the evolving reality of your project's codebase. The command performs a three-part audit against recent git changes to surface potential context drift, stale evidence, and outdated decisions. This aligns with the Observe phase of the FPF Canonical Evolution Loop (B.4) and helps manage Epistemic Debt (B.3.4). Action (Run-Time) Step 1: Check Git Chang...
|
113 |
| 7600 | senpi-entrypoint | senpi-ai/senpi-skills |
Senpi Agent Entrypoint Onboard an AI agent into the Senpi trading platform on Hyperliquid via modular skills: account setup, skill discovery, and trading strategies. For platform context (wallets, strategies, tool categories, fees), see references/about-senpi.md . If any npx command fails, consult references/error-handling.md for recovery steps. Environment Variable Defaults Variable Placeholder Default SENPI_MCP_ENDPOINT {{SENPI_MCP_ENDPOINT}} https://mcp.prod.senpi.ai REFERRAL_CODE {{REFERRAL_...
|
112 |