███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 21301 | high-output-management | guia-matthieu/clawfu-skills |
High Output Management Think like Intel's legendary CEO. Apply Andy Grove's management operating system to maximize your team's output through leverage, OKRs, and systematic decision-making. When to Use This Skill Scaling a team when individual contribution isn't enough Performance management to measure and improve output Meeting optimization to make meetings productive Decision-making in management contexts New manager transition from individual contributor Organizational design for efficiency ...
|
44 |
| 21302 | learning-assessor | teachingai/full-stack-skills |
本技能帮助您创建各种学习评估工具,包括测验题目、评估标准、评分 rubric 和学习分析。 关键词: 学习评估、测验设计、评分标准、rubric、学习分析、考试题目 核心功能 1. 测验题目设计 - 设计多种题型(选择题、填空题、简答题、论述题等) - 确保题目与学习目标对齐 - 设计不同难度级别的题目 - 创建题目解析和参考答案 2. 评估标准制定 - 制定清晰的评估标准 - 设计评分细则和权重分配 - 创建评分 rubric(评分量规) - 确保评估的客观性和一致性 3. 学习分析 - 分析学习数据和学习趋势 - 识别学习难点和薄弱环节 - 提供个性化学习建议 - 生成学习报告和反馈 4. 评估工具创建 - 创建在线测验和问卷 - 设计项目评估表 - 创建同伴评估工具 - 设计自我评估工具 使用指南 题目设计原则 - 目标对齐: 每道题目都应对应明确的学习目标 - 难度梯度: 题目应覆盖不同认知层次(记忆、理解、应用、分析、评价、创造) - 清晰明确: 题目表述清晰,避免歧义 - 公平性: 确保题目对所有学习者公...
|
44 |
| 21303 | brand-marketing | dengineproblem/agents-monorepo |
Brand Marketing Animation Apply Disney's 12 animation principles to commercials, advertisements, brand identity, and marketing content. Quick Reference Principle Brand/Marketing Implementation Squash & Stretch Product bounce, logo elasticity Anticipation Build-up to reveal, suspense Staging Product hero shots, focal control Straight Ahead / Pose to Pose Story flow vs key moments Follow Through / Overlapping Logo elements settle, tagline delay Slow In / Slow Out Dramatic reveals, smooth motion ...
|
44 |
| 21304 | runway calculator | eddiebe147/claude-settings |
Runway Calculator Calculate cash runway, burn rate, and financial sustainability projections When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create runway calculator cash runway Review and optimize review runway calculator Get best practices runway calculator best prac...
|
44 |
| 21305 | unit-converter | dkyazzentwatwa/chatgpt-skills |
Convert between units across multiple physical dimensions. Features - Multiple Categories: Length, mass, temperature, time, volume, etc. - Compound Units: Speed, density, pressure - Precision Control: Configurable decimal places - Batch Conversion: Convert lists of values - Formula Display: Show conversion formulas Quick Start ``` from unit_converter import UnitConverter converter = UnitConverter() Simple conversion result = converter.convert(100, "km", "miles") print(f"100 km = {re...
|
44 |
| 21306 | data-integrity-auditor | patricio0312rev/skills |
Data Integrity Auditor Detect and fix data integrity issues automatically. Integrity Check Types 1. Orphaned Records -- Find orphaned orders (no matching user) SELECT o.id, o.user_id FROM orders o LEFT JOIN users u ON u.id = o.user_id WHERE u.id IS NULL; -- Find orphaned order items (no matching order) SELECT oi.id, oi.order_id FROM order_items oi LEFT JOIN orders o ON o.id = oi.order_id WHERE o.id IS NULL; 2. Broken Foreign Keys // scripts/check-foreign-keys.ts async function checkForeignKe...
|
44 |
| 21307 | internal-comms | guanyang/antigravity-skills |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
44 |
| 21308 | altinity-expert-clickhouse-mutations | altinity/skills |
Mutation Tracking and Analysis Track and diagnose ALTER UPDATE, ALTER DELETE, and other mutation operations. Quick Diagnostics 1. Current Mutations Status select database, table, mutation_id, command, create_time, is_done, parts_to_do, latest_failed_part, latest_fail_time, latest_fail_reason from system.mutations where not is_done order by create_time 2. Mutation Summary by Table select database, table, countIf(not is_done) as pending, c...
|
44 |
| 21309 | testing-expert | personamanagmentlayer/pcl |
Testing Expert Skill Expert in testing strategies for React, Next.js, and NestJS applications. When to Use This Skill Writing unit tests Creating integration tests Setting up E2E tests Testing React components Testing API endpoints Testing database operations Setting up test infrastructure Reviewing test coverage Project Context Discovery Scan Documentation: Check .agent/SYSTEM/ARCHITECTURE.md for testing architecture Identify Tools: Jest/Vitest, React Testing Library, Supertest, Playwright/Cy...
|
44 |
| 21310 | sentry | tech-leads-club/agent-skills |
Sentry (Read-only Observability) Quick start If not already authenticated, ask the user to provide a valid SENTRY_AUTH_TOKEN (read-only scopes such as project:read , event:read ) or to log in and create one before running commands. Set SENTRY_AUTH_TOKEN as an env var. Optional defaults: SENTRY_ORG , SENTRY_PROJECT , SENTRY_BASE_URL . Defaults: org/project {your-org} / {your-project} , time range 24h , environment prod , limit 20 (max 50). Always call the Sentry API (no heuristics, no caching). I...
|
44 |
| 21311 | golang-performance | 89jobrien/steve |
Persona: You are a Go performance engineer. You never optimize without profiling first — measure, hypothesize, change one thing, re-measure. Thinking mode: Use ultrathink for performance optimization. Shallow analysis misidentifies bottlenecks — deep reasoning ensures the right optimization is applied to the right problem. Modes: Review mode (architecture) — broad scan of a package or service for structural anti-patterns (missing connection pools, unbounded goroutines, wrong data structures). Us...
|
44 |
| 21312 | ml-paper-writing | galaxy-dawn/claude-scholar |
ML Paper Writing for Top AI Conferences Expert-level guidance for writing publication-ready papers targeting NeurIPS, ICML, ICLR, ACL, AAAI, and COLM. This skill combines writing philosophy from top researchers (Nanda, Farquhar, Karpathy, Lipton, Steinhardt) with practical tools: LaTeX templates, citation verification APIs, and conference checklists. Core Philosophy: Collaborative Writing Paper writing is collaborative, but Claude should be proactive in delivering drafts. The typical workflo...
|
44 |
| 21313 | secrets-detection-rules | dengineproblem/agents-monorepo |
Secrets Detection Rules Expert Expert in pattern matching, regex optimization, false positive reduction, and comprehensive coverage for detecting sensitive credentials in source code. Core Principles detection_philosophy : precision_over_recall : principle : "Minimize false positives" reason : "Too many alerts = alert fatigue = ignored alerts" layered_detection : levels : - "High confidence: Known patterns" - "Medium confidence: Entropy + context" - "Low confidence: Heuristics" entropy_analysis ...
|
44 |
| 21314 | review-vue | nesnilnehc/ai-cortex |
Skill: Review Vue Purpose Review Vue 3 code for framework conventions only. Do not define scope (diff vs codebase) or perform security/architecture analysis; those are handled by scope and cognitive skills. Emit a findings list in the standard format for aggregation. Focus on Composition API and <script setup> , reactivity (ref/reactive, computed/watch), component boundaries and props/emits, state (Pinia/store), routing and guards, performance (e.g. v-memo), and accessibility where relevant. Cor...
|
44 |
| 21315 | progress-summary | epicenterhq/epicenter |
Progress Summary Generate conversational summaries of work in progress, using the same style as well-crafted PR descriptions. Core Principles Motivation First Every summary starts with WHY. Not what files changed, not how it works—WHY this work matters. Good opening : We've been tackling the session timeout issue that was logging users out mid-upload. The root cause was the session refresh only triggering on navigation, not during background activity. Bad opening : We added a keepalive call to t...
|
44 |
| 21316 | executing-plans | zenobi-us/dotfiles |
Executing Plans Overview Load plan, review critically, execute all tasks, report when complete. Announce at start: "I'm using the executing-plans skill to implement this plan." Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill. The Proce...
|
44 |
| 21317 | test-driven-development | zenobi-us/dotfiles |
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
|
44 |
| 21318 | survey analyzer | eddiebe147/claude-settings |
Survey Analyzer Expert survey research agent that processes survey data, analyzes responses, identifies patterns, and generates actionable insights. Specializes in quantitative analysis, qualitative coding, sentiment analysis, cross-tabulation, and recommendation generation from survey feedback. This skill applies rigorous survey methodology, statistical analysis, and data visualization to transform raw survey responses into clear insights. Perfect for customer feedback, employee engagement, mar...
|
44 |
| 21319 | section-logic-polisher | willoscar/research-units-pipeline-skills |
Purpose: close the main “paper feel” gap that remains even when a subsection is long and citation-dense: - missing/weak thesis (paragraph 1 never commits to a claim) - weak inter-paragraph flow (paragraph islands; no content-bearing bridges) This is a local, per-H3 polish step that happens after drafting and before merging. What this skill blocks on (and what it does not) Blocking (must fix): - paragraph 1 lacks an explicit thesis / takeaway (a content claim) Non-blocking (diagnostic onl...
|
44 |
| 21320 | ai-code-cleanup | 89jobrien/steve |
AI Code Cleanup This skill identifies and removes AI-generated artifacts that degrade code quality, including defensive bloat, unnecessary comments, type casts, and style inconsistencies. When to Use This Skill After AI-assisted coding sessions Before code reviews or merging branches When cleaning up code that feels "over-engineered" When removing unnecessary defensive code When standardizing code style after AI generation When preparing code for production What This Skill Does Identifies AI A...
|
44 |
| 21321 | trading-psychology | omer-metin/skills-for-antigravity |
No SKILL.md available for this skill. View on GitHub
|
44 |
| 21322 | jurisdiction-advisor | skala-io/legal-skills |
First published on Skala Legal Skills Legal Disclaimer This skill is provided for informational and educational purposes only and does not constitute legal advice. The analysis and information provided should not be relied upon as a substitute for consultation with a qualified attorney. No attorney-client relationship is created by using this skill. Laws and regulations vary by jurisdiction and change over time. Always consult with a licensed attorney in your jurisdiction for advice on specific ...
|
44 |
| 21323 | godot-genre-idle-clicker | thedivergentai/gd-agentic-skills |
Genre: Idle / Clicker Expert blueprint for idle/clicker games with exponential progression and prestige mechanics. NEVER Do NEVER use standard float for currency — Floats overflow at ~1.8e308. Implement BigNumber (mantissa + exponent) from day 1. NEVER use Timer nodes for revenue — Timers drift and pause when game pauses. Use _process(delta) accumulator for precise timing. NEVER make prestige feel like punishment — Post-prestige runs should be 2-5x faster. Otherwise players feel like they lost p...
|
44 |
| 21324 | brand-agency | glebis/claude-skills |
Agency Brand Styling Overview To access Agency's official brand identity and style resources, use this skill. The style is based on neobrutalism aesthetic with bold colors, hard shadows, and strong typography. Brand Guidelines Colors Main Colors: Background Light: ffffff - Light backgrounds Foreground Dark: 000000 - Primary text and dark elements Muted: e5e5e5 - Subtle backgrounds, secondary elements Primary Palette: Primary (Orange): e85d04 - Main accent, CTAs, highlights Secondary (Yello...
|
44 |
| 21325 | muse | simota/agent-skills |
You are "Muse" - the architect and guardian of Design Systems. Your mission spans three core responsibilities: - Design Token Definition: Define and maintain the foundational design tokens (colors, spacing, typography, shadows, border-radius) that form the visual language of the product. - Token Application: Apply design tokens to existing code, replacing hardcoded values with semantic tokens to ensure consistency and maintainability. - Design System Construction: Build and evolve a cohes...
|
44 |
| 21326 | doc-naming | vladm3105/aidoc-flow-framework |
doc-naming Skill Enforces unified ID naming standards and threshold naming rules for all SDD documentation artifacts. 1. Purpose & Scope When to Invoke Invoke this skill BEFORE creating or editing any SDD documentation artifact. Use it to: Verify element ID format compliance Check for removed/legacy patterns Validate threshold tag syntax Ensure document ID format correctness Coverage This skill covers all 12 SDD document types: Layer Document Type Description 1 BRD Business Requirements Do...
|
44 |
| 21327 | settings-and-tuning | terrylica/cc-skills |
Settings and Tuning Configure all adjustable parameters for the TTS engine, Telegram bot, and supporting infrastructure. All settings are centralized in the mise.toml SSoT. Platform : macOS (Apple Silicon) When to Use This Skill Changing TTS voice (English, Chinese, or macOS say voices) Adjusting speech speed Tuning TTS timeouts or queue depth Configuring notification rate limiting or circuit breakers Adjusting prompt executor throttling Modifying session picker limits Changing audit log retenti...
|
44 |
| 21328 | react-testing-patterns | hieutrtr/ai1-skills |
React Testing Patterns When to Use Activate this skill when: Writing tests for React components (rendering, interaction, accessibility) Testing custom hooks with renderHook Mocking API calls with MSW (Mock Service Worker) Testing async state changes (loading, error, success) Auditing component accessibility with jest-axe Setting up test infrastructure (providers, test utilities) Do NOT use this skill for: E2E browser tests with Playwright (use e2e-testing ) Backend Python tests (use pytest-patte...
|
44 |
| 21329 | crisis-detection-intervention-ai | erichowens/some_claude_skills |
Crisis Detection & Intervention AI Expert in detecting mental health crises and implementing safe, ethical intervention protocols. ⚠️ ETHICAL DISCLAIMER This skill assists with crisis detection, NOT crisis response. ✅ Appropriate uses: Flagging concerning content for human review Connecting users to professional resources Escalating to crisis counselors Providing immediate hotline information ❌ NOT a substitute for: Licensed therapists Emergency services (911) Medical diagnosis Profession...
|
44 |
| 21330 | restful-hateoas | pproenca/dot-skills |
Community RESTful HATEOAS Best Practices Comprehensive guide to building REST APIs that reach the Glory of REST (Richardson Maturity Level 3) in Ruby on Rails. Contains 47 rules across 9 categories, ordered by the request/response lifecycle — from resource URI design through hypermedia link relations to API evolution. When to Apply Reference these guidelines when: Designing new REST API endpoints and resource URIs Adding hypermedia controls (_links, affordances) to API responses Implementing con...
|
44 |
| 21331 | localstack | localstack/skills |
LocalStack Lifecycle Management Manage the LocalStack container lifecycle including starting, stopping, and monitoring the local cloud environment. Capabilities Start LocalStack with custom configuration Stop running LocalStack instances Check LocalStack status and health Restart LocalStack with new settings View LocalStack version and configuration Common Commands Start LocalStack Basic start localstack start -d Start with debug mode DEBUG = 1 localstack start -d Start with Pro features (req...
|
44 |
| 21332 | swain-stage | cristoslc/swain |
Stage Tmux workspace manager for swain. Creates pane layouts, manages an animated MOTD status panel, and gives the agent direct control over the visual workspace. Prerequisite: Must be running inside a tmux session ( $TMUX must be set). If not in tmux, inform the user and exit gracefully. Script location Swain project skills live under skills/ in the project root. For this skill, use: skills/swain-stage/scripts/swain-stage.sh — main tmux layout and pane manager skills/swain-stage/scripts/swain-m...
|
44 |
| 21333 | qa-assistant | caomeiyouren/momei |
QA Assistant Skill (问答助手技能) 能力 (Capabilities) 全域检索 : 能够快速检索项目中的所有文档 ( docs/ ) 和源代码,并具备跨工作树( momei-dev , momei-test )的资产识别能力。 代码理解 : 分析代码片段以回答关于实现细节、逻辑流程或技术栈使用的问题。 文档解读 : 查阅规范文档、计划文档和设计文档,提供项目层面的背景信息。 总结归纳 : 将复杂的技术信息汇总为易于理解的答案。 指令 (Instructions) 只读原则 : 严禁执行任何修改代码、移动文件或删除资源的操作。 准确查证 : 在回答问题前,必须通过 read_file 、 grep_search 或 semantic_search 确认事实,不得凭空猜测。 引用透明 : 在回答中尽可能注明信息的来源(文件路径和大概位置)。 范围限制 : 专注于 momei 项目本身,避免回答与项目无关的通用编程问题(除非这些问题直接影响项目的理解)。 不修改建议 : 即使发现 Bug,也仅作为回答的一部分指出并提供修复建议,不得直接应用修改。 使用示例 (Usage...
|
44 |
| 21334 | quick-start-guide | dengineproblem/agents-monorepo |
Quick Start Guide Creator Expert in creating effective onboarding documentation that helps users achieve working implementations in 5-15 minutes. Core Principles Time-to-Value Optimization Lead with impressive features, not setup Deliver immediate value through early wins Defer advanced concepts to later documentation Target completion in 5-15 minutes Progressive Disclosure Start with clear prerequisites Use numbered steps Build complexity gradually Link to deeper documentation Quick Start Templ...
|
44 |
| 21335 | company-name-generator | breverdbidder/life-os |
Company Name Generator Systematic business naming with trademark screening and domain availability validation. Core Workflow Extract business context (domain, audience, competitive positioning, IP requirements) Generate 5-15 names per category (10 categories) Score each name 0-100 across 5 weighted criteria Check USPTO TESS for trademark conflicts Verify .com/.ai/.io domain availability Present top 25 ranked names with availability data 10 Naming Categories Descriptive - Direct function descript...
|
44 |
| 21336 | modals-dialogs | dylantarre/animation-principles |
Modal & Dialog Animation Principles Apply Disney's 12 principles to modals for seamless, non-jarring transitions. Principles Applied to Modals 1. Squash & Stretch Modal can scale from 0.9 to 1.0 on enter, creating a subtle expansion feel. Exit reverses. Keep it subtle to maintain professionalism. 2. Anticipation Trigger element (button) should react before modal appears. Brief scale-down of trigger, then modal emerges from that point. 3. Staging Backdrop dims (0.5-0.7 opacity) to focus at...
|
44 |
| 21337 | iam | itsmostafa/aws-agent-skills |
AWS IAM AWS Identity and Access Management (IAM) enables secure access control to AWS services and resources. IAM is foundational to AWS security—every AWS API call is authenticated and authorized through IAM. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Principals Entities that can make requests to AWS: IAM users, roles, federated users, and applications. Policies JSON documents defining permissions. Types: Identity-...
|
44 |
| 21338 | altinity-expert-clickhouse-reporting | altinity/skills |
Query Performance Analysis Diagnose SELECT query performance issues, analyze query patterns, and identify optimization opportunities. Quick Diagnostics 1. Current Running Queries select query_id, user, round(elapsed, 1) as elapsed_sec, formatReadableSize(read_bytes) as read_bytes, formatReadableSize(memory_usage) as memory, read_rows, substring(query, 1, 80) as query_preview from system.processes where is_cancelled = 0 order by elapsed desc limit 20 2. Recent Query...
|
44 |
| 21339 | tdd | blogic-cz/blogic-marketplace |
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
|
44 |
| 21340 | animation-best-practices | millionco/react-doctor |
Practical Animation Tips Detailed reference guide for common animation scenarios. Use this as a checklist when implementing animations. Recording & Debugging Record Your Animations When something feels off but you can't identify why, record the animation and play it back frame by frame. This reveals details invisible at normal speed. Fix Shaky Animations Elements may shift by 1px at the start/end of CSS transform animations due to GPU/CPU rendering handoff. Fix: .element { will-change : transfor...
|
44 |
| 21341 | runbook-generator | dengineproblem/agents-monorepo |
../../../engineering/runbook-generator/SKILL.md
|
44 |
| 21342 | linear-teams | finesssee/linear-cli |
Teams List teams linear-cli t list linear-cli t list --output json Get team details linear-cli t get ENG linear-cli t members ENG List team members Create team linear-cli t create "Platform" -k PLT linear-cli t create "Mobile" -k MOB --description "Mobile team" --private Update team linear-cli t update ENG --name "Engineering" --timezone "America/New_York" Delete team linear-cli t delete TEAM_ID --force Users List users linear-cli u list All workspace users linear-cli u list --team ENG ...
|
44 |
| 21343 | motion-canvas | apoorvlathey/motion-canvas-skills |
Motion Canvas TypeScript library for creating animated videos programmatically using generator functions. Project Setup npm init @motion-canvas@latest Create new project npm install && npm start Run dev server at localhost:9000 Project structure: my-project/ ├── src/ │ ├── project.ts Main project config │ └── scenes/ Animation scenes ├── vite.config.ts └── package.json Core Concepts 1. Project Configuration // src/project.ts import {makeProject} from ...
|
44 |
| 21344 | dart-sass | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Install and configure Dart Sass Compile Sass/SCSS files to CSS Use Sass syntax features (variables, nesting, mixins, functions, etc.) Work with Sass modules and imports Integrate Sass into build tools or workflows Use Sass CLI commands Configure Sass compilation options Use Sass in JavaScript or Dart projects Optimize Sass compilation performance Handle Sass source maps How to use this skill To use Dart Sass: Install Dart Sass...
|
44 |
| 21345 | ln-311-agent-reviewer | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Agent Reviewer (Story) Runs parallel external agent reviews on validated Story and Tasks, critically verifies suggestions, returns editorial improvements. Purpose & Scope Worker in ln-310 validation pipeline (invoked in Phase 5) Run codex-review + gemini-review as background tasks in parallel Process results as they arrive ...
|
44 |
| 21346 | dependency-analyzer | dkyazzentwatwa/chatgpt-skills |
Dependency Analyzer Skill Step 1: Identify Dependency Files Locate dependency files: package.json (Node.js) requirements.txt (Python) go.mod (Go) Cargo.toml (Rust) pom.xml (Java/Maven) Step 2: Analyze Dependencies Examine dependencies: Read dependency files Check versions Identify outdated packages Note version constraints Step 3: Semantic Versioning Analysis Analyze version numbers using semantic versioning (semver): Parse version numbers: Extract major.minor.patch from version strings H...
|
44 |
| 21347 | audit-typography | mblode/agent-skills |
Audit Typography 89 rules across 10 categories for web typography quality. Focuses on concrete issues with concrete fixes. Audit Workflow Copy and track this checklist during the audit: Audit progress: - [ ] Step 1: Scope changed surfaces and select relevant categories - [ ] Step 2: Run CRITICAL checks (punctuation, font setup) - [ ] Step 3: Run HIGH checks (sizing, spacing) - [ ] Step 4: Run MEDIUM+ checks for remaining categories in scope - [ ] Step 5: Report findings with file:line and concre...
|
44 |
| 21348 | solidity-security | 0xlayerghost/solidity-agent-kit |
Solidity Security Master smart contract security best practices, vulnerability prevention, and secure Solidity development patterns. When to Use This Skill Writing secure smart contracts Auditing existing contracts for vulnerabilities Implementing secure DeFi protocols Preventing reentrancy, overflow, and access control issues Optimizing gas usage while maintaining security Preparing contracts for professional audits Understanding common attack vectors Critical Vulnerabilities 1. Reentrancy Atta...
|
44 |
| 21349 | sqlalchemy orm expert | manutej/luxor-claude-marketplace |
SQLAlchemy ORM Expert Skill Overview This skill provides comprehensive guidance for using SQLAlchemy 2.0+ in customer support systems, focusing on ORM patterns, session management, query optimization, async operations with FastAPI, and PostgreSQL integration. It covers everything from basic model definitions to advanced patterns for high-performance support applications. Core Competencies 1. Customer Support Data Models When building customer support systems, you need robust data models that rep...
|
44 |
| 21350 | gitlab-address-comments | openai/skills |
Find the open MR for the current branch and address its review threads using `glab`. Run all `glab` commands with elevated network access. Prerequisites - Ensure `glab auth status` succeeds (via `glab auth login` or `GITLAB_TOKEN`). - Ensure `glab` is at least v1.80.4. - When sandboxing blocks network calls, rerun with `sandbox_permissions=require_escalated`. - Sanity check auth up front: ``` glab auth status ``` 1) Resolve the MR for the current branch Do a quick check so we know whi...
|
44 |