Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
3851 consumption-tax kazukinagata/shinkoku
消費税計算(Consumption Tax Calculation) 課税売上・課税仕入から消費税額を計算するスキル。 assess スキルで消費税の課税事業者と判定され、settlement スキルで決算が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 パス解決の例 config の db_path が ./shinkoku.db で CWD が /home/user/tax-2025/ の場合: shinkoku tax calc-consumption --input /...
227
3852 using-agentops boshu2/agentops
RPI Workflow You have access to workflow skills for structured development. The RPI Workflow Research → Plan → Implement → Validate ↑ │ └──── Knowledge Flywheel ────┘ Research Phase /research < topic > Deep codebase exploration ao search "<query>" Search existing knowledge ao lookup < id > Pull full content of specific learning ao lookup --query "x" Search knowledge by relevance Output: .agents/research/<topic>.md Plan Phase /pre-mortem < spec > Simulate failures ...
227
3853 fastapi-development aj-geddes/useful-ai-prompts
FastAPI Development Overview Create fast, modern Python APIs using FastAPI with async/await support, automatic API documentation, type validation using Pydantic, dependency injection, JWT authentication, and SQLAlchemy ORM integration. When to Use Building high-performance Python REST APIs Creating async API endpoints Implementing automatic OpenAPI/Swagger documentation Leveraging Python type hints for validation Building microservices with async support Integrating Pydantic for data validatio...
227
3854 docker-containerization aj-geddes/useful-ai-prompts
Docker Containerization Overview Build production-ready Docker containers following best practices for security, performance, and maintainability. When to Use Containerizing applications for deployment Creating Dockerfiles for new services Optimizing existing container images Setting up development environments Building CI/CD container pipelines Implementing microservices Instructions 1. Multi-Stage Builds Multi-stage build for Node.js application Stage 1: Build FROM node:18-alpine AS builde...
226
3855 grepai-ignore-patterns yoanbernabeu/grepai-skills
This skill covers how to configure ignore patterns to exclude files and directories from GrepAI indexing. When to Use This Skill - Excluding test files from search results - Ignoring generated or vendored code - Reducing index size by excluding unnecessary files - Customizing which files GrepAI indexes How Ignore Patterns Work GrepAI uses two sources for ignore patterns: - `.grepai/config.yaml` - Custom patterns you define - `.gitignore` - Automatically respected Configuration Locat...
226
3856 sf-metadata jaganpro/sf-skills
Expert Salesforce administrator specializing in metadata architecture, security model design, and schema best practices. Generate production-ready metadata XML and query org structures using sf CLI v2. Core Responsibilities - Metadata Generation: Create Custom Objects, Fields, Profiles, Permission Sets, Validation Rules, Record Types, Page Layouts - Org Querying: Describe objects, list fields, query metadata using sf CLI v2 - Validation & Scoring: Score metadata against 6 categories (0-120 ...
226
3857 obsidian-bases davila7/claude-code-templates
Obsidian Bases Skill This skill enables skills-compatible agents to create and edit valid Obsidian Bases (.base files) including views, filters, formulas, and all related configurations. Overview Obsidian Bases are YAML-based files that define dynamic views of notes in an Obsidian vault. A Base file can contain multiple views, global filters, formulas, property configurations, and custom summaries. File Format Base files use the .base extension and contain valid YAML. They can also be embed...
226
3858 sf-flow jaganpro/sf-skills
Expert Salesforce Flow Builder with deep knowledge of best practices, bulkification, and Winter '26 (API 65.0) metadata. Create production-ready, performant, secure, and maintainable flows. 📋 Quick Reference: Validation Script Validate Flow XML before deployment: ``` Path to validation script python3 ~/.claude/plugins/marketplaces/sf-skills/sf-flow-builder/hooks/scripts/validate_flow.py <flow-file.xml> Example python3 ~/.claude/plugins/marketplaces/sf-skills/sf-flow-builder/hooks/scripts/...
226
3859 instantdb instantdb/skills
Act as a world-class senior frontend engineer with deep expertise in InstantDB and UI/UX design. Your primary goal is to generate complete and functional apps with excellent visual asthetics using InstantDB as the backend. About InstantDB aka Instant Instant is a client-side database (Modern Firebase) with built-in queries, transactions, auth, permissions, storage, real-time, and offline support. Instant SDKs Instant provides client-side JS SDKs and an admin SDK: @instantdb/core --- vanilla...
226
3860 code-refactoring-tech-debt sickn33/antigravity-awesome-skills
Technical Debt Analysis and Remediation You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create actionable remediation plans. Use this skill when Working on technical debt analysis and remediation tasks or workflows Needing guidance, best practices, or checklists for technical debt analysis and remediation Do not use this skill when The task is unrelated to ...
226
3861 hugging-face-evaluation huggingface/skills
Overview This skill provides tools to add structured evaluation results to Hugging Face model cards. It supports multiple methods for adding evaluation data: Extracting existing evaluation tables from README content Importing benchmark scores from Artificial Analysis Running custom model evaluations with vLLM or accelerate backends (lighteval/inspect-ai) Integration with HF Ecosystem Model Cards: Updates model-index metadata for leaderboard integration Artificial Analysis: Direct API integrati...
226
3862 hubspot membranedev/application-skills
HubSpot HubSpot is a CRM and marketing automation platform that helps businesses manage their sales, marketing, and customer service efforts. It's used by marketing and sales teams to attract leads, nurture them into customers, and provide customer support. Official docs: https://developers.hubspot.com/ HubSpot Overview Contact Email — associated with Contact Company Deal Ticket Use action names and parameters as needed. Working with HubSpot This skill uses the Membrane CLI to interact with HubS...
226
3863 gdpr-dsgvo-expert davila7/claude-code-templates
Senior GDPR/DSGVO Expert and Auditor Expert-level EU General Data Protection Regulation (GDPR) and German Datenschutz-Grundverordnung (DSGVO) compliance with comprehensive data protection auditing, privacy impact assessment, and regulatory compliance verification capabilities. Core GDPR/DSGVO Competencies 1. GDPR/DSGVO Compliance Framework Implementation Design and implement comprehensive data protection compliance programs ensuring systematic GDPR/DSGVO adherence. GDPR Compliance Framework:...
226
3864 sf-debug jaganpro/sf-skills
sf-debug: Salesforce Debug Log Analysis & Troubleshooting Expert debugging engineer specializing in Apex debug log analysis, governor limit detection, performance optimization, and root cause analysis. Parse logs, identify issues, and automatically suggest fixes. Core Responsibilities Log Analysis: Parse and analyze Apex debug logs for issues Governor Limit Detection: Identify SOQL, DML, CPU, and heap limit concerns Performance Analysis: Find slow queries, expensive operations, and bottlenecks...
226
3865 brand-guidelines sickn33/antigravity-awesome-skills
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
226
3866 alicloud-data-analytics-dataanalysisgbi cinience/alicloud-skills
Category: service DataAnalysisGBI Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for DataAnalysisGBI. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALIC...
226
3867 reading-deduction-cert kazukinagata/shinkoku
控除証明書 画像読み取り 控除証明書(生命保険料控除証明書、地震保険料控除証明書、社会保険料控除証明書等)の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(保険料額・証明額等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェン...
226
3868 aicoin-hyperliquid aicoincom/coinos-skills
⚠️ 运行脚本: 所有 node scripts/... 命令必须以本 SKILL.md 所在目录为 workdir。 AiCoin Hyperliquid Hyperliquid whale tracking and analytics powered by AiCoin Open API . Version: 1.0.0 Critical Rules NEVER fabricate data. Always run scripts to fetch real-time data. NEVER use curl, web_fetch, or browser. Always use these scripts. NEVER run env or printenv — leaks API secrets. Scripts auto-load .env — never pass credentials inline. On 304/403 error — STOP, do NOT retry. Guide user to upgrade (see Paid Feature Guide at...
226
3869 alicloud-ai-audio-tts-voice-design cinience/alicloud-skills
Category: provider Model Studio Qwen TTS Voice Design Use voice design models to create controllable synthetic voices from natural language descriptions. Critical model names Use one of these exact model strings: qwen3-tts-vd-2026-01-26 qwen3-tts-vd-realtime-2026-01-15 Prerequisites Install SDK in a virtual environment: python3 -m venv .venv . .venv/bin/activate python -m pip install dashscope Set DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials . No...
226
3870 marketing-visual-design vasilyu1983/ai-agents-public
Marketing Visual Design Production-ready patterns for marketing visual asset creation. Scope: Ad creatives, social media graphics, email visuals, presentation design, brand collateral. NOT product UI (use software-ui-ux-design). Primary specs & sources: data/sources.json (official docs + curated best practices). Quick Start Pick the asset type using the decision tree. Capture requirements using assets/ (brief, carousel, deck outline). Produce a layout spec + copy variants + export plan (and ...
226
3871 dingtalk-document breath57/dingtalk-skills
钉钉文档技能 负责钉钉知识库和文档的所有操作,通过钉钉开放平台 API 实现。 API 详情见 references/api.md 。 配置管理(每次开始前必读) 配置文件路径 ~/.dingtalk-skills/config (跨会话保留,所有 dingtalk-skills 共用同一文件) 本技能需要的配置 键 说明 来源 DINGTALK_APP_KEY 钉钉应用 appKey 开放平台 → 应用管理 → 凭证信息 DINGTALK_APP_SECRET 钉钉应用 appSecret 同上 DINGTALK_OPERATOR_ID 操作人 unionId 见下方"为什么需要 operatorId"章节 启动流程(每次执行任务前) 读取配置 :检查 ~/.dingtalk-skills/config 是否存在,解析已有键值 识别缺失项 :找出上表中尚未配置的键 一次性收集 :将所有缺失项合并为一条提问, 不要逐条询问 ,例如: 需要以下信息才能继续(已有的无需再填): 钉钉应用 appKey(钉钉开放平台 → 应用管理 → 凭证信息) 钉钉应用 appSecret 你的钉钉 us...
226
3872 cartography alvinunreal/oh-my-opencode-slim
Cartography Skill You help users understand and map repositories by creating hierarchical codemaps. When to Use User asks to understand/map a repository User wants codebase documentation Starting work on an unfamiliar codebase Workflow Step 1: Check for Existing State First, check if .slim/cartography.json exists in the repo root. If it exists: Skip to Step 3 (Detect Changes) - no need to re-initialize. If it doesn't exist: Continue to Step 2 (Initialize). Step 2: Initialize (Only if no st...
226
3873 promptify intellectronica/agent-skills
Promptify Transform user requests into detailed, precise prompts optimised for AI model consumption. Core Task Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language. Process Read and understand - Read the user's request carefully to understand the full context, intent, and all details Plan the rewrite - Consider what specific informat...
226
3874 angular-best-practices-v20 develite98/angular-best-practices
Angular Best Practices (v20+) Comprehensive performance optimization guide for Angular 20+ applications with modern features like Signals, httpResource, signal inputs/outputs, @defer blocks, and native control flow syntax. Contains 35+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Angular 20+ components Using Signals for reactive state (signal, computed, linkedSignal, effect) Usi...
226
3875 user-research anthropics/knowledge-work-plugins
User Research Help plan, execute, and synthesize user research studies. Research Methods Method Best For Sample Size Time User interviews Deep understanding of needs and motivations 5-8 2-4 weeks Usability testing Evaluating a specific design or flow 5-8 1-2 weeks Surveys Quantifying attitudes and preferences 100+ 1-2 weeks Card sorting Information architecture decisions 15-30 1 week Diary studies Understanding behavior over time 10-15 2-8 weeks A/B testing Comparing specific design choices Stat...
226
3876 flags vercel/next.js
Feature Flags Arguments: $ARGUMENTS: Optional flags Options Option Purpose (none) Show all flags across all channels --diff <ch1> <ch2> Compare flags between channels --cleanup Show flags grouped by cleanup status --csv Output in CSV format Channels www, www-modern - Meta internal canary, next, experimental - OSS channels rn, rn-fb, rn-next - React Native Legend ✅ enabled, ❌ disabled, 🧪 __VARIANT__, 📊 profiling-only Instructions Run yarn flags $ARGUMENTS Explain the output to the user For --...
226
3877 spec-kit-skill feiskyer/claude-code-settings
Spec-Kit: Constitution-Based Spec-Driven Development Official GitHub Spec-Kit integration providing a 7-phase constitution-driven workflow for feature development. Quick Start This skill works with the GitHub Spec-Kit CLI to guide you through structured feature development: Constitution → Establish governing principles Specify → Define functional requirements Clarify → Resolve ambiguities Plan → Create technical strategy Tasks → Generate actionable breakdown Analyze → Validate consistency Implem...
225
3878 symfony:quality-checks makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:quality-checks<div
225
3879 sentry-setup-tracing getsentry/sentry-agent-skills
Setup Sentry Tracing Configure Sentry's performance monitoring to track transactions and spans. Invoke This Skill When User asks to "enable tracing" or "add performance monitoring" User wants to track API response times, page loads, or latency User asks about tracesSampleRate or custom spans Quick Reference Platform Enable Custom Span JS/Browser tracesSampleRate + browserTracingIntegration() Sentry.startSpan() Next.js tracesSampleRate (auto-integrated) Sentry.startSpan() Node.js tracesSampleRa...
225
3880 investment-memo claude-office-skills/skills
Investment Memo Skill Overview I help you write professional investment memorandums (IC memos) for various contexts: venture capital, private equity, hedge funds, or internal investment committees. I structure the investment thesis, analyze risks, and present clear recommendations. What I can do: Structure investment thesis clearly Summarize key due diligence findings Analyze risks and mitigants Present valuation and returns analysis Draft actionable recommendations Format for investment committ...
225
3881 retention-optimization eronred/aso-skills
Retention Optimization You are an expert in mobile app retention and engagement strategy. Your goal is to diagnose retention issues and provide a prioritized plan to keep users coming back. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current retention metrics (Day 1, Day 7, Day 30 if available) Ask for app category (benchmarks vary dramatically) Ask about monetization model (retention strategy differs for free vs subscription) Ask about current engagement ...
225
3882 alicloud-platform-openapi-product-api-discovery cinience/alicloud-skills
Alibaba Cloud Product + API Discovery Follow this workflow to collect products, resolve API metadata, and build summaries for skill planning. Workflow Fetch product lists from the three sources Ticket System (ListProducts) Support & Service (ListProductByGroup) BSS OpenAPI (QueryProductList) Run the bundled scripts (from this skill folder): python scripts/products_from_ticket_system.py python scripts/products_from_support_service.py python scripts/products_from_bssopenapi.py Provide required env...
225
3883 research-engineer davila7/claude-code-templates
Academic Research Engineer Overview You are not an assistant. You are a Senior Research Engineer at a top-tier laboratory. Your purpose is to bridge the gap between theoretical computer science and high-performance implementation. You do not aim to please; you aim for correctness. You operate under a strict code of Scientific Rigor. You treat every user request as a peer-reviewed submission: you critique it, refine it, and then implement it with absolute precision. Core Operational Protocols ...
225
3884 inngest-flow-control inngest/inngest-skills
Inngest Flow Control Master Inngest flow control mechanisms to manage resources, prevent overloading systems, and ensure application reliability. This skill covers all flow control options with prescriptive guidance on when and how to use each. These skills are focused on TypeScript. For Python or Go, refer to the Inngest documentation for language-specific guidance. Core concepts apply across all languages. Quick Decision Guide "Limit how many run at once" → Concurrency "Spread runs over time" ...
225
3885 odoo-18 unclecatvn/agent-skills
Odoo 18 Skill - Master Index Master index for all Odoo 18 development guides. Read the appropriate guide from references/ based on your task. Quick Reference Topic File When to Use Actions references/odoo-18-actions-guide.md Creating actions, menus, scheduled jobs, server actions API Decorators references/odoo-18-decorator-guide.md Using @api decorators, compute fields, validation Controllers references/odoo-18-controller-guide.md Writing HTTP endpoints, routes, web controllers Data Files refere...
224
3886 computer-use-agents davila7/claude-code-templates
Computer Use Agents Patterns Perception-Reasoning-Action Loop The fundamental architecture of computer use agents: observe screen, reason about next action, execute action, repeat. This loop integrates vision models with action execution through an iterative pipeline. Key components: PERCEPTION: Screenshot captures current screen state REASONING: Vision-language model analyzes and plans ACTION: Execute mouse/keyboard operations FEEDBACK: Observe result, continue or correct Critical insight: ...
224
3887 optimized-nextjs-typescript mindrally/skills
Optimized Next.js TypeScript Best Practices You are an expert in creating highly optimized and maintainable Next.js solutions adhering to best practices in performance, security, and clean architecture principles. Code Style and Structure Write concise, technical TypeScript with functional, declarative patterns Avoid classes; favor composition and modularization Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasError) Organize files with exported components, subcomponent...
224
3888 sentry-react-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > React SDK Sentry React SDK Opinionated wizard that scans your React project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to React" or "set up Sentry" in a React app User wants error monitoring, tracing, session replay, profiling, or logging in React User mentions @sentry/react , React Sentry SDK, or Sentry error boundaries User wants to monitor React Router navigation, Redux state, or component performance Note: SDK versio...
224
3889 terminal-ui pproenca/dot-skills
DevEx Developer Experience TUI Best Practices Comprehensive developer experience guide for building TypeScript terminal user interfaces using Ink (React for CLIs) and Clack prompts. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Building CLI tools with interactive prompts using @clack/prompts Creating React-based terminal UIs with Ink Handling keyboard input and user interactions ...
224
3890 gpd-build-lifecycle rudrankriyam/app-store-connect-cli-skills
GPD Build Lifecycle Use this skill to manage build state, processing, and retention. Upload and validate gpd publish upload app.aab --package com.example.app Inspect release status gpd publish status --package com.example.app --track internal gpd publish status --package com.example.app --track production Recent tracks and releases gpd publish tracks --package com.example.app Internal app sharing Use for fast distribution of a build without a full track release. gpd publish internal-share upload...
224
3891 use-agently agentlyhq/use-agently
use-agently CLI use-agently is the CLI for Agently — a decentralized marketplace for AI agents. It is designed to be operated by AI agents as a first-class use case. IMPORTANT: Always Run the CLI First Before doing anything, you MUST run these two commands: 1. ALWAYS run doctor first — it checks your environment, wallet, and connectivity use-agently doctor 2. ALWAYS run --help to discover the current commands and flags use-agently --help Do NOT rely on this document for command syntax or flags...
224
3892 codex-review sickn33/antigravity-awesome-skills
Codex Code Review Skill Trigger Conditions Triggered when user input contains: "代码审核", "代码审查", "审查代码", "审核代码" "review", "code review", "review code", "codex 审核" "帮我审核", "检查代码", "审一下", "看看代码" Core Concept: Intention vs Implementation Running codex review --uncommitted alone only shows AI "what was done (Implementation)". Recording intention first tells AI "what you wanted to do (Intention)". "Code changes + intention description" as combined input is the most effective way to improve AI code revi...
224
3893 sentry-code-review getsentry/sentry-for-ai
All Skills > Workflow > Code Review Sentry Code Review You are a specialized skill for analyzing and resolving issues identified by Sentry in GitHub Pull Request review comments. Sentry PR Review Comment Format Sentry posts line-specific review comments on code changes in PRs. Each comment includes: Comment Metadata (from API) author : The bot username (e.g., "sentry[bot]") file : The specific file being commented on (e.g., "src/sentry/seer/explorer/tools.py") line : The line number in the code ...
223
3894 data-analysis claude-office-skills/skills
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
223
3895 agent-native-architecture everyinc/compound-engineering-plugin
<why_now> Why Now Software agents work reliably now. Claude Code demonstrated that an LLM with access to bash and file tools, operating in a loop until an objective is achieved, can accomplish complex multi-step tasks autonomously. The surprising discovery: a really good coding agent is actually a really good general-purpose agent. The same architecture that lets Claude Code refactor a codebase can let an agent organize your files, manage your reading list, or automate your workflows. The Cl...
223
3896 code-review-checklist davila7/claude-code-templates
Code Review Checklist Overview Provide a systematic checklist for conducting thorough code reviews. This skill helps reviewers ensure code quality, catch bugs, identify security issues, and maintain consistency across the codebase. When to Use This Skill Use when reviewing pull requests Use when conducting code audits Use when establishing code review standards for a team Use when training new developers on code review practices Use when you want to ensure nothing is missed in reviews Use when...
223
3897 gpd-cli rudrankriyam/app-store-connect-cli-skills
Google Play Developer CLI Manage Google Play Developer Console using the gpd command-line tool.
223
3898 avalonia-viewmodels-zafiro sickn33/antigravity-awesome-skills
Avalonia ViewModels with Zafiro This skill provides a set of best practices and patterns for creating ViewModels, Wizards, and managing navigation in Avalonia applications, leveraging the power of ReactiveUI and the Zafiro toolkit. Core Principles Functional-Reactive Approach: Use ReactiveUI (ReactiveObject, WhenAnyValue, etc.) to handle state and logic. Enhanced Commands: Utilize IEnhancedCommand for better command management, including progress reporting and name/text attributes. Wizard Patt...
223
3899 senior-fullstack alirezarezvani/claude-skills
Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Fullstack Scaffolder python scripts/fullstack_scaffolder.py [ options ] Script 2: Project Scaffolder python scripts/project_scaffolder.py [ options ] Script 3: Code Quality Analyzer python scripts/code_quality_analyzer.py [ options ] Core Capabilities 1. Fullstack Scaffolder Automated tool fo...
223
3900 summarize-meeting phuryn/pm-skills
Summarize Meeting Purpose You are an experienced product manager responsible for creating clear, actionable meeting summaries from $ARGUMENTS. This skill transforms raw meeting transcripts into structured, accessible summaries that keep teams aligned and accountable. Context Meeting summaries are how knowledge spreads and accountability stays clear in product teams. A well-structured summary captures decisions, key points, and action items in language everyone can understand, regardless of who a...
223