███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6551 | platform-sharing-rules-generate | forcedotcom/sf-skills |
Sharing Rules Generator Generate Salesforce Sharing Rules metadata to control record-level access beyond org-wide defaults. Supports criteria-based rules, role/group-based owner rules, and guest user rules for Experience Sites. Scope In scope : Generating sharingCriteriaRules , sharingOwnerRules , and sharingGuestRules metadata; retrieving existing sharing rules from an org; appending new rules to existing files; configuring rules for Guest and Portal profiles. Out of scope : Changing org-wide d...
|
1.2K |
| 6552 | experience-lwc-generate | forcedotcom/sf-skills |
experience-lwc-generate: Lightning Web Components Development Use this skill when the user needs Lightning Web Components : LWC bundles, wire patterns, Apex/GraphQL integration, SLDS 2 styling, accessibility, performance work, or Jest unit tests. When This Skill Owns the Task Use experience-lwc-generate when the work involves: lwc//*.js , .html , .css , .js-meta.xml component scaffolding and bundle design wire service, Apex integration, GraphQL integration SLDS 2, dark mode, and accessibility wo...
|
1.2K |
| 6553 | layers-conceptual-model | jamiemill/layers-skills |
No SKILL.md available for this skill. View on GitHub Installs 510 Repository jamiemill/layers-skills GitHub Stars 121 First Seen May 3, 2026
|
1.2K |
| 6554 | dbs-script-flow | dontbesilent2025/dbskill |
dbs-script-flow — 逻辑延续检查 版本 :v1.1 适用场景 :检查短视频逐字稿的段落衔接、信息密度和口播流畅度,找出"观众会在哪一秒划走"的风险点 触发条件 当用户: 说「检查逻辑延续」「看看逻辑有没有断」「有没有啰嗦的地方」 说「帮我看看这个稿子顺不顺」「这个稿子能不能一直看下去」 说「检查完播率风险」「哪里会划走」 使用 /dbs-script-flow 或 /逻辑延续 与其他 Skill 的区别 Show more Installs 683 Repository dontbesilent2025/dbskill GitHub Stars 7.5K First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.2K |
| 6555 | dbs-bridge | dontbesilent2025/dbskill |
dbs-bridge:多端 skill 桥接 把任意包含 SKILL.md 的 skill 源目录,或包含多个 skill 子目录的集合目录,用软链同时挂到: ~/.claude/skills/<skill-name> ~/.codex/skills/<skill-name> ~/.agents/skills/<skill-name> 同时为 Grok 生成薄 bridge: ~/.grok/skills/<skill-name>/SKILL.md 这样 Claude Code、Codex、豆包 Mac App、Trae Solo、Grok 等 Agent 都能通过同一个源目录调用该 skill。源目录改动后,各端自动同步。源目录可以在 dbskill 仓库内,也可以在外部项目、 ~/.claude/skills / ~/.codex/skills / ~/.agents/skills / ~/.grok/skills 以外的本地目录、iCloud 目录或其他工作区。 核心原则 Show more Installs 692 Repository dontbesilent2025/dbs...
|
1.2K |
| 6556 | parallel-task-spark | am-will/codex-skills |
Parallel Task Executor (Sparky) You are an Orchestrator for subagents. Use orchestration mode to parse plan files and delegate tasks to parallel Sparky subagents using task dependencies, in a loop, until all tasks are completed. Your role is to ensure that subagents are launched in the correct order (in waves), and that they complete their tasks correctly, as well as ensure the plan docs are updated with logs after each task is completed. Process Step 1: Parse Request Extract from user request: ...
|
1.1K |
| 6557 | super-swarm-spark | am-will/codex-skills |
Parallel Task Executor (Sparky Rolling 12-Agent Pool) You are an Orchestrator for subagents. Parse plan files and delegate tasks in parallel using a rolling pool of up to 15 concurrent Sparky subagents. Keep launching new work whenever a slot opens until the plan is fully complete. Primary orchestration goals: Keep the project moving continuously Ignore dependency maps Keep up to 15 agents running whenever pending work exists Give every subagent maximum path/file context Prevent filename/folder-...
|
1.1K |
| 6558 | agent-memory | api/git |
No SKILL.md available for this skill. View on GitHub
|
1.1K |
| 6559 | flutter-animation | flutter/skills |
Flutter Animations Implementation Goal Implements and manages Flutter animations, selecting the appropriate animation strategy (implicit, explicit, tween, physics, hero, or staggered) based on UI requirements. Assumes a working Flutter environment, stateful/stateless widget competence, and a standard widget tree structure. Instructions 1. Determine Animation Strategy (Decision Logic) Evaluate the UI requirement using the following decision tree to select the correct animation approach: Is the an...
|
1.1K |
| 6560 | flutter-routing-and-navigation | flutter/skills |
flutter-navigation-routing Goal Implements robust navigation and routing in Flutter applications. Evaluates application requirements to select the appropriate routing strategy (imperative Navigator , declarative Router , or nested navigation), handles deep linking, and manages data passing between routes while adhering to Flutter best practices. Instructions 1. Determine Routing Strategy (Decision Logic) Evaluate the application's navigation requirements using the following decision tree: Condit...
|
1.1K |
| 6561 | flutter-state-management | flutter/skills |
flutter-state-management Goal Implements robust state management and architectural patterns in Flutter applications using Unidirectional Data Flow (UDF) and the Model-View-ViewModel (MVVM) design pattern. Evaluates state complexity to differentiate between ephemeral (local) state and app (shared) state, applying the appropriate mechanisms ( setState , ChangeNotifier , or the provider package). Ensures that the UI remains a pure function of immutable state and that the data layer acts as the Sing...
|
1.1K |
| 6562 | flutter-architecture | flutter/skills |
Flutter Architecture Overview Provides architectural guidance and best practices for building scalable Flutter applications using MVVM pattern, layered architecture, and recommended design patterns from the Flutter team. Project Structure: Feature-First vs Layer-First Choose the right project organization based on your app's complexity and team size. Feature-First (Recommended for teams) Organize code by business features: lib/ ├── features/ │ ├── auth/ │ │ ├── data/ │ │ ├── domain/ │ ...
|
1.1K |
| 6563 | setup-artist | recoupable/setup-artist |
Setup Artist Scaffold a complete artist workspace so agents can start working immediately. Prerequisites The sandbox has already been set up (see setup-sandbox skill) An artist folder exists at orgs/{org}/artists/{artist-slug}/ with a RECOUP.md marker file The RECOUP.md file contains the artist's name, slug, and Recoup ID (created by setup-sandbox ) Folder Structure {artist-slug}/ ├── RECOUP.md ├── README.md ├── .env.example ├── .env ├── context/ │ ├── artist.md │ ├── audience.md │ ├── era...
|
1.1K |
| 6564 | quant-analyst | 404kidwiz/claude-supercode-skills |
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
|
1.1K |
| 6565 | video-understand | heygen-com/skills |
video-understand Understand video content locally using ffmpeg for frame extraction and Whisper for transcription. Fully offline, no API keys required. Prerequisites ffmpeg + ffprobe (required): brew install ffmpeg openai-whisper (optional, for transcription): pip install openai-whisper Commands Scene detection + transcribe (default) python3 skills/video-understand/scripts/understand_video.py video.mp4 Keyframe extraction python3 skills/video-understand/scripts/understand_video.py video.mp4 -m...
|
1.1K |
| 6566 | sub-account | binance/binance-skills-hub |
Binance Sub-account Skill Sub-account request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/sub-account/virtualSubAccount (POST) Create a Virtual Sub-account (For Master Account) (USER_DATA) subAccountString recvWindow Yes /sapi/v1/sub-account/futures/enable (POST) Enable Futures for Sub-account (For Master Account) (USER_DATA) em...
|
1.1K |
| 6567 | simple-earn | binance/binance-skills-hub |
Binance Simple-earn Skill Simple-earn request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/bfusd/account (GET) Get BFUSD Account (USER_DATA) None recvWindow Yes /sapi/v1/bfusd/quota (GET) Get BFUSD Quota Details (USER_DATA) None recvWindow Yes /sapi/v1/bfusd/redeem (POST) Redeem BFUSD(TRADE) amount, type recvWindow Yes /sapi/v1/b...
|
1.1K |
| 6568 | ios-security | dpearson2699/swift-ios-skills |
iOS Security Guidance for handling sensitive data, authenticating users, encrypting correctly, and following Apple's security best practices on iOS. Contents Keychain Services Data Protection CryptoKit Secure Enclave Biometric Authentication App Transport Security (ATS) Certificate Pinning Secure Coding Patterns Privacy Manifests Common Mistakes Review Checklist References Keychain Services The Keychain is the ONLY correct place to store sensitive data. Never store passwords, tokens, API keys, o...
|
1.1K |
| 6569 | develop-web-game | openai/skills |
Develop Web Game Build games in small steps and validate every change. Treat each iteration as: implement → act → pause → observe → adjust. Skill paths (set once) export CODEX_HOME = " ${CODEX_HOME :- $HOME / .codex} " export WEB_GAME_CLIENT = " $CODEX_HOME /skills/develop-web-game/scripts/web_game_playwright_client.js" export WEB_GAME_ACTIONS = " $CODEX_HOME /skills/develop-web-game/references/action_payloads.json" User-scoped skills install under $CODEX_HOME/skills (default: ~/.codex/skills )....
|
1.1K |
| 6570 | file-test-bug | microsoft/github-copilot-for-azure |
File Test Bug Creates a GitHub issue in microsoft/github-copilot-for-azure for integration test failures. Input Skill name (required): e.g., azure-rbac , appinsights-instrumentation Test run (optional): Timestamp of test run. Defaults to most recent with logs for the skill. Steps Ask user for skill name if not provided Parse tests/reports/junit.xml for failures matching the skill Find test run directory (specified or most recent with matching logs) Read agent-metadata.md from tests/reports/test-...
|
1.1K |
| 6571 | bluebubbles | steipete/clawdis |
BlueBubbles Actions Overview BlueBubbles is OpenClaw’s recommended iMessage integration. Use the message tool with channel: "bluebubbles" to send messages and manage iMessage conversations: send texts and attachments, react (tapbacks), edit/unsend, reply in threads, and manage group participants/names/icons. Inputs to collect target (prefer chat_guid:... ; also +15551234567 in E.164 or user@example.com ) message text for send/edit/reply messageId for react/edit/unsend/reply Attachment path for l...
|
1.1K |
| 6572 | biome-js | paulrberg/agent-skills |
BiomeJS Skill Quick guidance for BiomeJS configuration based on Sablier project patterns. Core Concepts Extending Shared Configs Extend shared configs via npm package exports. The consuming project must always provide its own files.includes : { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "extends": ["@sablier/devkit/biome"], "files": { "includes": ["/*.{js,json,jsonc,ts}", "!node_modules//*"] } } For UI projects, extend both base and ui configs: { "extends": ["@sablier/...
|
1.1K |
| 6573 | railway-docs | railwayapp/railway-skills |
Railway Docs Fetch up-to-date Railway documentation to answer questions accurately. When to Use User asks how something works on Railway (projects, deployments, volumes, etc.) User shares a docs.railway.com URL User needs current info about Railway features or pricing Before answering Railway questions from memory - check the docs first LLM-Optimized Sources Start here for comprehensive, up-to-date info: Source URL Full docs https://docs.railway.com/api/llms-docs.md llms.txt index https://railwa...
|
1.1K |
| 6574 | web-search-tavily | jwynia/agent-skills |
Web Search (Tavily API) Search the web using Tavily's AI-optimized search API. Returns high-quality, structured results with relevance scores and optional AI-generated summaries. Note: This skill requires a Tavily API key. For basic web search using the agent's built-in capability, see web-search. When to Use This Skill Use this skill when: You need to find current information not in your training data The user asks about recent events, news, or updates You need to verify facts or find auth...
|
1.1K |
| 6575 | authoring-skills | vercel/next.js |
Authoring Skills Use this skill when creating or modifying agent skills in .agents/skills/ . When to Create a Skill Create a skill when content is: Too detailed for AGENTS.md (code templates, multi-step workflows, diagnostic procedures) Only relevant for specific tasks (not needed every session) Self-contained enough to load independently Keep in AGENTS.md instead when: It's a one-liner rule or guardrail every session needs It's a general-purpose gotcha any agent could hit File Structure .agents...
|
1.1K |
| 6576 | runtime-debug | vercel/next.js |
Runtime Debug Use this skill when reproducing runtime-bundle, module-resolution, or user-bundle inclusion regressions. Local Repro Discipline Mirror CI env vars when reproducing CI failures. Key variables: IS_WEBPACK_TEST=1 forces webpack (turbopack is default), NEXT_SKIP_ISOLATE=1 skips packing next.js. For module-resolution validation, always rerun without NEXT_SKIP_ISOLATE=1 . Stack Trace Visibility Set __NEXT_SHOW_IGNORE_LISTED=true to disable the ignore-list filtering in dev server error ou...
|
1.1K |
| 6577 | tailwind-patterns | jezweb/claude-skills |
Tailwind CSS Component Patterns Status : Production Ready ✅ Last Updated : 2026-01-14 Tailwind Compatibility : v3.x and v4.x Source : Production projects, shadcn/ui patterns Quick Start Essential Patterns // Section Container < section className = " max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24 " > { /* content */ } </ section > // Card Base < div className = " bg-card text-card-foreground rounded-lg border border-border p-6 " > { /* content */ } </ div > // Button Primary < button class...
|
1.1K |
| 6578 | trpc-type-safety | bobmatnyc/claude-mpm-skills |
tRPC - End-to-End Type Safety progressive_disclosure: entry_point: summary sections: - id: summary title: "tRPC Overview" tokens: 70 next: [when_to_use, quick_start] - id: when_to_use title: "When to Use tRPC" tokens: 150 next: [quick_start, core_concepts] - id: quick_start title: "Quick Start" tokens: 300 next: [core_concepts, router_definition] - id: core_concepts title: "Core Concepts" tokens: 400 next: [router_definition, procedures] - id: router_definition title: "Router Definition" tokens:...
|
1.1K |
| 6579 | grimoire-hyperliquid | franalgaba/grimoire |
Grimoire Hyperliquid Skill Use this skill for Hyperliquid metadata snapshots and, when explicitly requested, withdrawals. Preferred invocations: grimoire venue hyperliquid ... npx -y @grimoirelabs/cli venue hyperliquid ... (no-install) bun run packages/cli/src/index.ts venue hyperliquid ... (repo-local) grimoire-hyperliquid ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter hyperliquid --json Ensure HYPERLIQUID_PRIVATE_KEY is set before stateful...
|
1.1K |
| 6580 | sf-docs | jaganpro/sf-skills |
sf-docs: Salesforce Documentation Retrieval & Grounding Expert Salesforce documentation researcher focused on official sources . This skill exists to make documentation lookup reliable when generic web search or naive page fetching fails on Salesforce's JavaScript-heavy docs experience. sf-docs is a core sf-skills capability . It should always be installed with the skill suite. Core Responsibilities Official Docs Retrieval : Find authoritative answers from Salesforce documentation first Local-Fi...
|
1.1K |
| 6581 | humanizer | zed-industries/zed |
Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. Your Task When given text to humanize: Identify AI patterns - Scan for the patterns listed below Rewrite problematic sections - Replace AI-isms with natural alternatives Preserve meaning - Keep the core message intact Maintain voice - ...
|
1.1K |
| 6582 | vet | imbue-ai/vet |
Vet Run vet immediately after ANY logical unit of code changes. Do not batch changes, do not wait to be asked to run vet, make sure you are proactive. Vet reviews git diffs and conversation history to find issues in code changes and conversation history. It is most effective when run frequently with conversation history, which helps it catch misunderstandings between what was requested and what was implemented. Despite this, vet is not a replacement for running tests. Installation Install vet us...
|
1.1K |
| 6583 | instagram-downloader | serpdownloaders/skills |
Instagram Downloader (Browser Extension) Download Instagram Reels, posts, Stories, carousels, and captions in one browser workflow. Instagram Downloader is a browser extension built for users who want a cleaner way to save Instagram content without using third-party copy-paste sites. It detects visible Reels, feed videos, carousel images, Stories, and post text directly in the browser and lets you save them in standard formats for offline reference. Save Instagram Reels and videos as MP4 files D...
|
1.1K |
| 6584 | defuddle | joeseesun/defuddle-skill |
Defuddle Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage. If not installed: npm install -g defuddle Usage Always use --md for markdown output: defuddle parse < url > --md Save to file: defuddle parse < url > --md -o content.md Extract specific metadata: defuddle parse < url > -p title defuddle parse < url > -p description defuddle parse < url > -p domain Output formats F...
|
1.1K |
| 6585 | flutter-caching | flutter/skills |
flutter-caching-and-performance Goal Implements advanced caching, offline-first data persistence, and performance optimization strategies in Flutter applications. Evaluates application requirements to select and integrate the appropriate local caching mechanism (in-memory, persistent, file system, or on-device databases). Configures Android-specific FlutterEngine caching to minimize initialization latency. Optimizes widget rendering, image caching, and scrolling performance while adhering to cur...
|
1.1K |
| 6586 | serp-image-downloader | serpdownloaders/skills |
serp-image-downloader Image media downloader App & Browser Extension for downloading any type of image files from supported websites Security & Scope Operates only on the page the user intentionally opens in the active browser tab Detects supported playback sources only for user-initiated downloads or exports Does not execute page instructions, shell commands, or arbitrary scripts from page content Does not follow unrelated links or perform actions outside the active workflow Limits support to t...
|
1.1K |
| 6587 | ralph-tui-prd | subsy/ralph-tui |
Ralph TUI PRD Generator Create detailed Product Requirements Documents optimized for AI agent execution via ralph-tui. The Job Receive a feature description from the user Ask 3-5 essential clarifying questions (with lettered options) - one set at a time Always ask about quality gates (what commands must pass) After each answer, ask follow-up questions if needed (adaptive exploration) Generate a structured PRD when you have enough context Output the PRD wrapped in [PRD]...[/PRD] markers for TUI...
|
1.1K |
| 6588 | sf-ai-agentforce-persona | jaganpro/sf-skills |
Agent Persona Design How to Use This skill designs an AI agent persona through a guided questionnaire. It walks you through identity traits, archetype selections across dimensions, settings for brevity and humor, tone boundaries, and phrase book generation — one step at a time. What it produces: A persona document ( generated/[agent-name]-persona.md ) defining who the agent is, how it sounds, and what it never does A scorecard file ( generated/[agent-name]-persona-scorecard.md ) evaluating the p...
|
1.1K |
| 6589 | trading-strategies | agentmc15/polymarket-trader |
Trading Strategy Development Skill Strategy Base Class from abc import ABC, abstractmethod from dataclasses import dataclass from typing import Optional from datetime import datetime from enum import Enum class SignalType(Enum): BUY = "buy" SELL = "sell" HOLD = "hold" @dataclass class Signal: type: SignalType token_id: str price: float size: float confidence: float 0-1 timestamp: datetime metadata: dict = None @dataclass class MarketState: token_i...
|
1.1K |
| 6590 | flash-moe-inference | aradotso/trending-skills |
Flash-MoE Inference Engine Skill by ara.so — Daily 2026 Skills collection. Flash-MoE is a pure C/Objective-C/Metal inference engine that runs Qwen3.5-397B-A17B (397B parameter Mixture-of-Experts) on a MacBook Pro with 48GB RAM at 4.4+ tokens/second. It streams 209GB of expert weights from NVMe SSD on demand — no Python, no ML frameworks, just C, Objective-C, and hand-tuned Metal shaders. Requirements Hardware : Apple Silicon Mac (M3 Max or similar), 48GB+ unified memory, 1TB+ SSD with ~210GB fre...
|
1.1K |
| 6591 | deployment | railwayapp/railway-skills |
Deployment Management Manage existing Railway deployments: list, view logs, redeploy, or remove. Important: "Remove deployment" (railway down) stops the current deployment but keeps the service. To delete a service entirely, use the environment skill with isDeleted: true. When to Use User says "remove deploy", "take down service", "stop deployment", "railway down" User wants to "redeploy", "restart the service", "restart deployment" User asks to "list deployments", "show deployment history", ...
|
1.1K |
| 6592 | flows-design-review | cognitedata/builder-skills |
Flows Design Review This is step 3 of the Flows app certification flow: flows-app-brief → build → flows-code-review → flows-design-review (this skill) → flows-external-app-submit This is the manual design quality assessment described in docs.cognite.com/cdf/flows/guides/quality-guidelines . Target overall average: 3.8 or higher to be launch-ready. Operating rules Automate first, ask second. For every question Q1–Q10, run the probes listed below to gather hard evidence from the repo and p...
|
1.1K |
| 6593 | flows-app-brief | cognitedata/builder-skills |
Flows App Brief (Certification Coach) This is step 1 of the Flows app certification flow: flows-app-brief (this skill) → build → flows-code-review → flows-design-review → flows-external-app-submit Your job is to act as a certification coach for Cognite Builders: ask focused questions, challenge vague answers, and produce a complete App-Brief.md at the workspace root. Preflight — Refresh review skills Before doing anything else, ask (via AskQuestion ): "Pull the latest review skills befor...
|
1.1K |
| 6594 | flows-external-app-submit | cognitedata/builder-skills |
Flows External App Submit This is step 4 (final) of the Flows app certification flow: flows-app-brief → build → flows-code-review → flows-design-review → flows-external-app-submit (this skill) This skill does not rerun any review. It verifies the artifacts from the prior three steps and only then invokes the CLI submit command. Preconditions (show these to the user first) Before doing anything, print this checklist so the user knows exactly what is being verified: App-Brief.md exists at ...
|
1.1K |
| 6595 | bilibili-downloader | serpdownloaders/skills |
Bilibili Downloader — Coming Soon (Browser Extension) Save Bilibili videos, clips, and series as local MP4 files directly from your browser. This extension is currently in development and has not been released yet. Bilibili Downloader is an upcoming browser extension that will provide a simple way to capture video from Bilibili's web player without relying on external desktop applications or command-line utilities. It is being built around the in-browser viewing experience so you can export indi...
|
1.1K |
| 6596 | eloquent-best-practices | iserter/laravel-claude-agents |
Eloquent Best Practices Query Optimization Always Eager Load Relationships // ❌ N+1 Query Problem $posts = Post::all(); foreach ($posts as $post) { echo $post->user->name; // N additional queries } // ✅ Eager Loading $posts = Post::with('user')->get(); foreach ($posts as $post) { echo $post->user->name; // No additional queries } Select Only Needed Columns // ❌ Fetches all columns $users = User::all(); // ✅ Only needed columns $users = User::select(['id', 'name', 'email'])->get(); //...
|
1.1K |
| 6597 | docs-changelog | google-gemini/gemini-cli |
Procedure: Updating Changelog for New Releases Objective To standardize the process of updating changelog files ( latest.md , preview.md , index.md ) based on automated release information. Inputs version : The release version string (e.g., v0.28.0 , v0.29.0-preview.2 ). TIME : The release timestamp (e.g., 2026-02-12T20:33:15Z ). BODY : The raw markdown release notes, containing a "What's Changed" section and a "Full Changelog" link. Guidelines for latest.md and preview.md Highlights Aim for 3-5...
|
1.1K |
| 6598 | strapi-expert | mkshahzad77/claude-skill-strapi-expert |
Strapi v5 Expert You are an expert Strapi v5 developer specializing in plugin development, custom APIs, and CMS architecture. Your mission is to write production-grade Strapi v5 code following official conventions and best practices. Core Mandate: Document Service API First In Strapi v5, always use the Document Service API ( strapi.documents ) for all data operations. The Entity Service API from v4 is deprecated. Document Service vs Entity Service Operation Document Service (v5) Entity Service (...
|
1.1K |
| 6599 | extract-errors | facebook/react |
Extract Error Codes Instructions Run yarn extract-errors Report if any new errors need codes assigned Check if error codes are up to date
|
1.1K |
| 6600 | markdown-documentation | aj-geddes/useful-ai-prompts |
Markdown Documentation Overview Master markdown syntax and best practices for creating well-formatted, readable documentation using standard Markdown and GitHub Flavored Markdown (GFM). When to Use README files Documentation pages GitHub/GitLab wikis Blog posts Technical writing Project documentation Comment formatting Markdown Syntax Reference Headers H1 Header H2 Header H3 Header H4 Header H5 Header H6 Header Alternative H1 ============== Alternative H2 -------------- Text Formattin...
|
1.1K |