███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5801 | game-designer | opusgamelabs/game-creator |
Game UI/UX Designer You are an expert game UI/UX designer specializing in browser games. You analyze games and implement visual polish, atmosphere, and player experience improvements. You think like a designer — not just about whether the game works, but whether it feels good to play. Reference Files For detailed reference, see companion files in this directory: visual-catalog.md — All visual improvement patterns: backgrounds (parallax, gradients), color palettes, juice/polish effects, particle ...
|
638 |
| 5802 | managing-astro-local-env | astronomer/agents |
Astro Local Environment This skill helps you manage your local Airflow environment using the Astro CLI. To set up a new project, see the setting-up-astro-project skill. When Airflow is running, use MCP tools from authoring-dags and testing-dags skills. Start / Stop / Restart Start local Airflow (webserver at http://localhost:8080) astro dev start Stop containers (preserves data) astro dev stop Kill and remove volumes (clean slate) astro dev kill Restart all containers astro dev restart...
|
638 |
| 5803 | list | kostja94/marketing-skills |
Components: List Layout Guides list layout design for linear, stacked content display. Lists are compact, text-heavy; users scan by title or metadata. Used for blog indexes, documentation, search results, and dense content. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. When to Use List Use list when Use grid when Text-he...
|
638 |
| 5804 | sonarqube-mcp | giuseppe-trisciuoglio/developer-kit |
SonarQube MCP Integration Leverage SonarQube and SonarCloud capabilities directly through the Model Context Protocol (MCP) server to enforce code quality, discover issues, and run pre-push analysis inside the agent workflow. Overview This skill provides instructions and patterns for using the SonarQube MCP Server tools. It enables automated workflows for: Checking quality gate status before merges or deployments Discovering and triaging issues by severity and project Analyzing code snippets loca...
|
637 |
| 5805 | logo-generator | op7418/logo-generator-skill |
Components: Logo Guides logo placement and implementation for brand recall and navigation. Logo placement affects user orientation and conversion. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketin...
|
637 |
| 5806 | polymarket-copy-trading-bot | aradotso/trending-skills |
Polymarket Copy Trading Bot Skill by ara.so — Daily 2026 Skills collection. A TypeScript bot that continuously monitors a target Polymarket wallet, detects trades in real time via REST polling and/or WebSocket, and mirrors BUY orders to your own account using the Polymarket CLOB SDK on Polygon mainnet. What It Does Monitors a target wallet via Polymarket Data API (REST polling every ~2s) and optionally WebSocket Mirrors BUY trades only — SELL trades are detected but skipped by default Sizes copi...
|
637 |
| 5807 | safe-action-client | next-safe-action/skills |
next-safe-action Client & Action Definition Quick Start // src/lib/safe-action.ts import { createSafeActionClient } from "next-safe-action" ; export const actionClient = createSafeActionClient ( ) ; // src/app/actions.ts "use server" ; import { z } from "zod" ; import { actionClient } from "@/lib/safe-action" ; export const greetUser = actionClient . inputSchema ( z . object ( { name : z . string ( ) . min ( 1 ) } ) ) . action ( async ( { parsedInput : { name } } ) => { return { greeting : ` Hel...
|
636 |
| 5808 | cmake | mohitmishra786/low-level-dev-skills |
CMake Purpose Guide agents through modern (target-first) CMake for C/C++ projects: out-of-source builds, dependency management, generator selection, and integration with CI and IDEs. Triggers "How do I write a CMakeLists.txt for my project?" "How do I add an external library with CMake?" "CMake can't find my package / library" "How do I enable sanitizers in CMake?" "How do I cross-compile with CMake?" "How do I use CMake Presets?" Workflow 1. Modern CMake principles Define targets, not variables...
|
636 |
| 5809 | d1-migration | jezweb/claude-skills |
D1 Migration Workflow Guided workflow for Cloudflare D1 database migrations using Drizzle ORM. Standard Migration Flow 1. Generate Migration pnpm db:generate This creates a new .sql file in drizzle/ (or your configured migrations directory). 2. Inspect the SQL (CRITICAL) Always read the generated SQL before applying. Drizzle sometimes generates destructive migrations for simple schema changes. Red Flag: Table Recreation If you see this pattern, the migration will likely fail: CREATE TABLE ` my_t...
|
636 |
| 5810 | rust-call-graph | actionbook/rust-skills |
Rust Call Graph Visualize function call relationships using LSP call hierarchy. Usage /rust-call-graph <function_name> [--depth N] [--direction in|out|both] Options: --depth N : How many levels to traverse (default: 3) --direction : in (callers), out (callees), both Examples: /rust-call-graph process_request - Show both callers and callees /rust-call-graph handle_error --direction in - Show only callers /rust-call-graph main --direction out --depth 5 - Deep callee analysis Show more
|
636 |
| 5811 | elasticsearch-authz | elastic/agent-skills |
Elasticsearch Authorization Manage Elasticsearch role-based access control: native users, roles, role assignment, and role mappings for external realms. For authentication methods and API key management, see the elasticsearch-authn skill. For detailed API endpoints, see references/api-reference.md . Deployment note: Feature availability differs between self-managed, ECH, and Serverless. See Deployment Compatibility for details. Jobs to Be Done Create a native user with a specific set of privileg...
|
636 |
| 5812 | learn-docker-k8s-game | aradotso/trending-skills |
Learn Docker & K8s Game Skill by ara.so — Daily 2026 Skills collection. An open-source, AI-driven interactive learning game that teaches Docker, Linux, networking, and Kubernetes through a story-driven simulation. No web app, no video courses — just you, your AI editor, a terminal, and the chaotic coffee startup NoCappuccino Inc. How It Works The game runs entirely inside your AI editor. Markdown prompt files in this repo act as the game engine. When a user says "let's play," the AI reads AGENTS...
|
636 |
| 5813 | wildworld-dataset | aradotso/trending-skills |
WildWorld Dataset Skill Skill by ara.so — Daily 2026 Skills collection. What WildWorld Is WildWorld is a large-scale action-conditioned world modeling dataset automatically collected from a photorealistic AAA action role-playing game (ARPG). It is designed for training and evaluating dynamic world models — generative models that predict future game states given past observations and player actions. Key Statistics Property Value Total frames 108M+ Actions 450+ semantically meaningful Monster spec...
|
636 |
| 5814 | mcp-security-audit | github/awesome-copilot |
MCP Security Audit Audit MCP server configurations for security issues — secrets exposure, shell injection, unpinned dependencies, and unapproved servers. Overview MCP servers give agents direct tool access to external systems. A misconfigured .mcp.json can expose credentials, allow shell injection, or connect to untrusted servers. This skill catches those issues before they reach production. .mcp.json → Parse Servers → Check Each Server: 1. Secrets in args/env? 2. Shell injection patterns? 3. U...
|
636 |
| 5815 | desktop | lobehub/lobe-chat |
Desktop Development Guide Architecture Overview LobeHub desktop is built on Electron with main-renderer architecture: Main Process ( apps/desktop/src/main ): App lifecycle, system APIs, window management Renderer Process : Reuses web code from src/ Preload Scripts ( apps/desktop/src/preload ): Securely expose main process to renderer Adding New Desktop Features 1. Create Controller Location: apps/desktop/src/main/controllers/ import { ControllerModule , IpcMethod } from '@/controllers' ; export ...
|
635 |
| 5816 | firebase-app-hosting-basics | firebase/skills |
App Hosting Basics Description This skill enables the agent to deploy and manage modern, full-stack web applications (Next.js, Angular, etc.) using Firebase App Hosting. Important : In order to use App Hosting, your Firebase project must be on the Blaze pricing plan. Direct the user to https://console.firebase.google.com/project/_/overview?purchaseBillingPlan=metered to upgrade their plan. Hosting vs App Hosting Choose Firebase Hosting if: You are deploying a static site (HTML/CSS/JS). You are d...
|
635 |
| 5817 | swarm | boshu2/agentops |
Swarm Skill Spawn isolated agents to execute tasks in parallel. Fresh context per agent (Ralph Wiggum pattern). Integration modes: Direct - Create TaskList tasks, invoke /swarm Via Crank - /crank creates tasks from beads, invokes /swarm for each wave Requires multi-agent runtime. Swarm needs a runtime that can spawn parallel subagents. If unavailable, work must be done sequentially in the current session. Architecture (Mayor-First) Mayor (this session) | +-> Plan: TaskCreate with dependencies | ...
|
635 |
| 5818 | mongodb-connection | mongodb/agent-skills |
MongoDB Connection Optimizer You are an expert in MongoDB connection management across all officially supported driver languages (Node.js, Python, Java, Go, C, Ruby, PHP, etc.). Your role is to ensure connection configurations are optimized for the user's specific environment and requirements, avoiding the common pitfall of blindly applying arbitrary parameters. Core Principle: Context Before Configuration NEVER add connection pool parameters or timeout settings without first understanding the a...
|
635 |
| 5819 | handoff | boshu2/agentops |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus o...
|
635 |
| 5820 | resources-page-generator | kostja94/marketing-skills |
Pages: Resources Guides resources page and content hub structure for discovery and SEO. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for content themes and audienc...
|
635 |
| 5821 | ctv-ads | kostja94/marketing-skills |
Paid Ads: CTV / Streaming TV Guides Connected TV (CTV) and OTT advertising: ads on streaming platforms (Hulu, Roku, YouTube TV, etc.). Use when targeting viewers who watch streaming content; CTV achieves ~95% ad completion, higher than mobile/desktop. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. What Is CTV / OTT CTV (C...
|
635 |
| 5822 | arize-dataset | arize-ai/arize-skills |
Arize Dataset Skill Concepts Dataset = a versioned collection of examples used for evaluation and experimentation Dataset Version = a snapshot of a dataset at a point in time; updates can be in-place or create a new version Example = a single record in a dataset with arbitrary user-defined fields (e.g., question , answer , context ) Space = an organizational container; datasets belong to a space System-managed fields on examples ( id , created_at , updated_at ) are auto-generated by the server -...
|
635 |
| 5823 | typescript-advanced-types | sickn33/antigravity-awesome-skills |
TypeScript Advanced Types Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped types, template literal types, and utility types for building robust, type-safe applications. When to Use This Skill Building type-safe libraries or frameworks Creating reusable generic components Implementing complex type inference logic Designing type-safe API clients Building form validation systems Creating strongly-typed configuration objects Impleme...
|
634 |
| 5824 | react-component-performance | dimillian/skills |
Identify render hotspots, isolate expensive updates, and apply targeted optimizations without changing UI behavior. Workflow - Reproduce or describe the slowdown. - Identify what triggers re-renders (state updates, props churn, effects). - Isolate fast-changing state from heavy subtrees. - Stabilize props and handlers; memoize where it pays off. - Reduce expensive work (computation, DOM size, list length). - Validate with profiling; avoid speculative changes. Checklist - Measure: use ...
|
634 |
| 5825 | flutter-expert | sickn33/antigravity-awesome-skills |
Flutter Expert Senior mobile engineer building high-performance cross-platform applications with Flutter 3 and Dart. When to Use This Skill Building cross-platform Flutter applications Implementing state management (Riverpod, Bloc) Setting up navigation with GoRouter Creating custom widgets and animations Optimizing Flutter performance Platform-specific implementations Core Workflow Setup — Scaffold project, add dependencies ( flutter pub get ), configure routing State — Define Riverpod provider...
|
634 |
| 5826 | m03-mutability | zhanghandong/rust-skills |
Mutability Layer 1: Language Mechanics Core Question Why does this data need to change, and who can change it? Before adding interior mutability, understand: Is mutation essential or accidental complexity? Who should control mutation? Is the mutation pattern safe? Error → Design Question Show more
|
634 |
| 5827 | mobile-friendly | kostja94/marketing-skills |
SEO Technical: Mobile-Friendly Guides mobile-first indexing optimization and mobile usability. Google uses the mobile version of pages for indexing and ranking; mobile-friendliness is a ranking factor. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) Mobile-first indexing : Google primarily crawls and ...
|
634 |
| 5828 | implement-paper-auto | marimo-team/skills |
You need to come up with a compelling story to tell from a paper. Do not ask the user for feedback/input. You need to apply thinking and come up with the best story yourself. Fetching Papers via AlphaXiv Use alphaxiv.org to get structured, LLM-friendly paper content. This is faster and more reliable than trying to read a raw PDF. Extract the paper ID Parse the paper ID from whatever the user provides: Input Paper ID https://arxiv.org/abs/2401.12345 2401.12345 https://arxiv.org/pdf/2401.12345 240...
|
634 |
| 5829 | safe-action-forms | next-safe-action/skills |
next-safe-action Form Integration Options Approach When to Use useAction + native form Simple forms, no complex validation UI useHookFormAction (RHF adapter) Complex forms with field-level errors, validation on change/blur useHookFormOptimisticAction RHF forms with optimistic UI updates Quick Start — Native Form "use client" ; import { useAction } from "next-safe-action/hooks" ; import { submitContact } from "@/app/actions" ; export function ContactForm ( ) { const { execute , result , isPending...
|
633 |
| 5830 | gws-apps-script-push | googleworkspace/cli |
apps-script +push PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Upload local files to an Apps Script project Usage gws apps-script +push --script < ID > Flags Flag Required Default Description --script ✓ — Script Project ID --dir — — Directory containing script files (defaults to current dir) Examples gws script +push --script SCRIPT_ID gws script +push --script SCRIPT_ID --dir ./src Tips Supports .gs, .js,...
|
633 |
| 5831 | minimax-multimodal-toolkit | minimax-ai/skills |
MiniMax Multi-Modal Toolkit Generate voice, music, video, and image content via MiniMax APIs — the unified entry for MiniMax multimodal use cases (audio + music + video + image). Includes voice cloning & voice design for custom voices, image generation with character reference, and FFmpeg-based media tools for audio/video format conversion, concatenation, trimming, and extraction. Setup & Configuration Prerequisites brew install ffmpeg jq macOS sudo apt install ffmpeg jq Linux (Debian/Ubuntu) ...
|
633 |
| 5832 | dbs-learning | dontbesilent2025/dbskill |
dbs-learning:交互式学习 你是 dontbesilent 的交互式学习 AI。你的任务是把一个课题拆成连续学习文章,并根据用户在上一篇文章里的真实反馈,调整下一篇的深度、角度和节奏。 你维护的是一个自适应学习梯度。 每一篇文章都要接住用户上一轮的理解状态和兴趣方向,再推进下一步。 核心边界 你负责连续学习,不负责商业诊断。 你负责教学序列,不负责单篇内容代写。 你可以引用 dbskill 其他 skill 的方法论,但不要代替它们完成诊断。 当用户提出具体商业问题、内容问题、执行问题时,可以建议转到对应 skill。 触发信号 Show more
|
633 |
| 5833 | pr-workflow | tursodatabase/turso |
PR Workflow Guide Commit Practices Atomic commits. Small, focused, single purpose Don't mix: logic + formatting, logic + refactoring Good message = easy to write short description of intent Learn git rebase -i for clean history. PR Guidelines Keep PRs focused and small Run relevant tests before submitting Each commit tells part of the story CI Environment Notes If running as GitHub Action: Max-turns limit in .github/workflows/claude.yml OK to commit WIP state and push OK to open WIP PR and conti...
|
633 |
| 5834 | ai-product | sickn33/antigravity-awesome-skills |
AI Product Development You are an AI product engineer who has shipped LLM features to millions of users. You've debugged hallucinations at 3am, optimized prompts to reduce costs by 80%, and built safety systems that caught thousands of harmful outputs. You know that demos are easy and production is hard. You treat prompts as code, validate all outputs, and never trust an LLM blindly. Patterns Structured Output with Validation Use function calling or JSON mode with schema validation Streaming...
|
633 |
| 5835 | literature-review | lingzhi227/agent-research-skills |
Literature Review Overview Conduct systematic, comprehensive literature reviews following rigorous academic methodology. Search multiple literature databases, synthesize findings thematically, verify all citations for accuracy, and generate professional output documents in markdown and PDF formats. This skill integrates with multiple scientific skills for database access (gget, bioservices, datacommons-client) and provides specialized tools for citation verification, result aggregation, and do...
|
633 |
| 5836 | gemini | giuseppe-trisciuoglio/developer-kit |
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
|
633 |
| 5837 | rust-symbol-analyzer | actionbook/rust-skills |
Rust Symbol Analyzer Analyze project structure by examining symbols across your Rust codebase. Usage /rust-symbol-analyzer [file.rs] [--type struct|trait|fn|mod] Examples: /rust-symbol-analyzer - Analyze entire project /rust-symbol-analyzer src/lib.rs - Analyze single file /rust-symbol-analyzer --type trait - List all traits in project LSP Operations 1. Document Symbols (Single File) Show more
|
633 |
| 5838 | video-optimization | kostja94/marketing-skills |
SEO On-Page: Video Optimization Guides video optimization for Google Search (main results, video mode, Google Images, Discover), video sitemap, VideoObject schema, and indexing. Note : Google now prioritizes YouTube video results in search; YouTube + Reddit comprise ~78% of social media citations in AI Overviews. For YouTube-specific optimization, see youtube-seo ; for GEO distribution via YouTube, see generative-engine-optimization . References: Google Video SEO , Semrush YouTube SEO . When inv...
|
633 |
| 5839 | firebase-hosting-basics | firebase/skills |
hosting-basics This skill provides instructions and references for working with Firebase Hosting, a fast and secure hosting service for your web app, static and dynamic content, and microservices. Overview Firebase Hosting provides production-grade web content hosting for developers. With a single command, you can deploy web apps and serve both static and dynamic content to a global CDN (content delivery network). Key Features: Fast Content Delivery: Files are cached on SSDs at CDN edges around ...
|
633 |
| 5840 | archive | camacho/ai-skills |
Archive Skill Capture, index, and reuse project knowledge across sessions. When to Archive After completing a significant task (deploy, migration, major feature) After resolving a tricky debugging session When the user says "archive this" After any multi-step process with learnings worth preserving When to Consult Archives Before debugging infrastructure, deploy, or CI issues Before repeating a process done in a past session When encountering an error that may have been solved before Search : gr...
|
633 |
| 5841 | recipe-cancel-and-notify | googleworkspace/cli |
Cancel Meeting and Notify Attendees PREREQUISITE: Load the following skills to execute this recipe: gws-calendar , gws-gmail Delete a Google Calendar event and send a cancellation email via Gmail. [!CAUTION] Deleting with sendUpdates sends cancellation emails to all attendees. Steps Find the meeting: gws calendar +agenda --format json and locate the event ID Delete the event: gws calendar events delete --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' Send follow-...
|
632 |
| 5842 | css-architecture | aj-geddes/useful-ai-prompts |
CSS Architecture Overview Build maintainable CSS systems using methodologies like BEM (Block Element Modifier), SMACSS, and CSS-in-JS patterns with proper organization and conventions. When to Use Large-scale stylesheets Component-based styling Design system development Multiple team collaboration CSS scalability and reusability Implementation Examples 1. BEM (Block Element Modifier) Pattern /* Block - standalone component */ .button { display: inline-block; padding: 10px 20px; border: n...
|
632 |
| 5843 | shopify-apps | sickn33/antigravity-awesome-skills |
Shopify Apps Patterns React Router App Setup Modern Shopify app template with React Router Embedded App with App Bridge Render app embedded in Shopify Admin Webhook Handling Secure webhook processing with HMAC verification Anti-Patterns ❌ REST API for New Apps ❌ Webhook Processing Before Response ❌ Polling Instead of Webhooks ⚠️ Sharp Edges Issue Severity Solution Issue high Respond immediately, process asynchronously Issue high Check rate limit headers Issue high Request protected cust...
|
632 |
| 5844 | pixijs-2d | freshtechbro/claudedesignskills |
PixiJS 2D Rendering Skill Fast, lightweight 2D rendering engine for creating interactive graphics, particle effects, and canvas-based applications using WebGL/WebGPU. When to Use This Skill Trigger this skill when you encounter: "Create 2D particle effects" or "animated particles" "2D sprite animation" or "sprite sheet handling" "Interactive canvas graphics" or "2D game" "UI overlays on 3D scenes" or "HUD layer" "Draw shapes programmatically" or "vector graphics API" "Optimize rendering performa...
|
632 |
| 5845 | core-web-vitals | kostja94/marketing-skills |
Core Web Vitals optimization Targeted optimization for the three Core Web Vitals metrics that affect Google Search ranking and user experience. The three metrics Metric Measures Good Needs work Poor LCP Loading ≤ 2.5s 2.5s – 4s > 4s INP Interactivity ≤ 200ms 200ms – 500ms > 500ms CLS Visual Stability ≤ 0.1 0.1 – 0.25 > 0.25 Google measures at the 75th percentile — 75% of page visits must meet "Good" thresholds. LCP: Largest Contentful Paint LCP measures when the largest visible content elem...
|
632 |
| 5846 | laravel-inertia-react | asyrafhussin/agent-skills |
Laravel + Inertia.js + React Comprehensive patterns for building modern monolithic applications with Laravel, Inertia.js, and React. Contains 30+ rules for seamless full-stack development. When to Apply Reference these guidelines when: Creating Inertia page components Handling forms with useForm hook Managing shared data and authentication Implementing persistent layouts Navigating between pages Rule Categories by Priority Priority Category Impact Prefix 1 Page Components CRITICAL page- 2 Fo...
|
632 |
| 5847 | dbs-unblock | dontbesilent2025/dbskill |
dbs-unblock:执行力诊断 你是 dontbesilent 的执行力诊断 AI。你的任务是帮用户搞清楚:为什么他知道该做什么,但就是不做。 这不是激励工具。这是诊断工具。 你不会告诉用户"加油""相信自己""你已经很棒了"。你会告诉他,他不做的真正原因是什么。 核心判断:99% 的创业问题是伪装成创业问题的心理问题。 如果用户来找你,大概率他的问题不是"不知道怎么做",而是"知道怎么做但在逃避"。 核心哲学(阿德勒个体心理学 + dontbesilent 的实战观察) 公理 1:拖延是有目的的 按照阿德勒的理论,执行力低是因为: 如果不执行,就可以维护一个人设:「我是一个能力很强但暂时被拖延症耽误的人」 如果执行了,就有可能失败,就无法再维持这个人设:「原来就算没有拖延症这回事,我的能力也不够」 所以拖延的根源是 自卑 ——无法承担执行了却没有结果的风险。 公理 2:「想赚钱」的意思就是不想赚钱 「想赚钱」的意思就是不想赚钱,「正在赚钱」的意思才是想赚钱。用行动定义意愿,不要用语言定义意愿。 从「想赚钱」到「正在赚钱」,中间隔着的不是方法,而是你愿不愿意承认:那些你明知道正确却...
|
631 |
| 5848 | docx-generator | jwynia/agent-skills |
DOCX Generator When to Use This Skill Use this skill when: Creating Word documents programmatically from data or specifications Populating branded templates with dynamic content while preserving corporate styling Extracting text, tables, and structure from existing DOCX files for analysis Finding and replacing placeholder text like {{TITLE}} or ${author} Automating document generation workflows (reports, contracts, letters) Do NOT use this skill when: User wants to open/view documents (use n...
|
631 |
| 5849 | java-testing | pluginagentmarketplace/custom-plugin-java |
Java Testing Skill Write comprehensive tests for Java applications with modern testing practices. Overview This skill covers Java testing with JUnit 5, Mockito, AssertJ, and integration testing with Spring Boot Test and Testcontainers. Includes TDD patterns and test coverage strategies. When to Use This Skill Use when you need to: Write unit tests with JUnit 5 Create mocks with Mockito Build integration tests with Testcontainers Implement TDD/BDD practices Improve test coverage Topics Covered JU...
|
631 |
| 5850 | alpine-js | mindrally/skills |
Alpine.js Development You are an expert in Alpine.js for building lightweight, reactive web interfaces. Core Principles Write concise, technical responses with accurate Alpine.js examples Use Alpine.js for lightweight, declarative interactivity Prioritize performance optimization and minimal JavaScript Integrate seamlessly with Tailwind CSS and backend frameworks Alpine.js Fundamentals Directives x-data - Define reactive data for a component x-bind - Bind attributes to expressions x-on - Attac...
|
631 |