███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10801 | brave-search | badlogic/pi-skills |
Brave Search Headless web search and content extraction using Brave Search. No browser required. Setup Run once before first use: cd ~/Projects/agent-scripts/skills/brave-search npm ci Needs env: BRAVE_API_KEY . Search ./search.js "query" Basic search (5 results) ./search.js "query" -n 10 More results ./search.js "query" --content Include page content as markdown ./search.js "query" -n 3 --content Combined Extract Page Content ./content.js https://example.com/article Fetches a URL and extrac...
|
101 |
| 10802 | linear | odysseus0/symphony |
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
|
101 |
| 10803 | wp-block-development | automattic/agent-skills |
WP Block Development When to use Use this skill for block work such as: creating a new block, or updating an existing one changing block.json (scripts/styles/supports/attributes/render/viewScriptModule) fixing “block invalid / not saving / attributes not persisting” adding dynamic rendering ( render.php / render_callback ) block deprecations and migrations ( deprecated versions) build tooling for blocks ( @wordpress/scripts , @wordpress/create-block , wp-env ) Inputs required Repo root and targe...
|
101 |
| 10804 | test-driven-development | bobmatnyc/claude-mpm-skills |
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...
|
101 |
| 10805 | resource-planning | anthropics/knowledge-work-plugins |
Resource Planning Help plan and optimize resource allocation across projects and teams. Planning Dimensions People Available headcount and skills Current allocation and utilization Planned hires and timeline Contractor and vendor capacity Budget Operating budget by category Project-specific budgets Variance tracking Forecast vs. actual Time Project timelines and dependencies Critical path analysis Buffer and contingency planning Deadline management Utilization Targets Role Type Target Utilizatio...
|
101 |
| 10806 | screenshot | bobmatnyc/claude-mpm-skills |
Screenshot Capture Follow these save-location rules every time: If the user specifies a path, save there. If the user asks for a screenshot without a path, save to the OS default screenshot location. If Codex needs a screenshot for its own inspection, save to the temp directory. Tool priority Prefer tool-specific screenshot capabilities when available (for example: a Figma MCP/skill for Figma files, or Playwright/agent-browser tools for browsers and Electron apps). Use this skill when explicitly...
|
101 |
| 10807 | people-analytics | anthropics/knowledge-work-plugins |
People Analytics Analyze workforce data to surface trends, risks, and opportunities. Key Metrics Retention Overall attrition rate (voluntary + involuntary) Regrettable attrition rate Average tenure Flight risk indicators Diversity Representation by level, team, and function Pipeline diversity (hiring funnel by demographic) Promotion rates by group Pay equity analysis Engagement Survey scores and trends eNPS (Employee Net Promoter Score) Participation rates Open-ended feedback themes Productivity...
|
101 |
| 10808 | skill-installer | aiskillstore/marketplace |
Skill Installer Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated , but users can also provide other locations. Use the helper scripts based on the task: List skills when the user asks what is available, or if the user uses this skill without specifying what to do. Default listing is .curated , but you can pass --path skills/.experimental when they ask about experimental skills. Install from the curated list when the user provides a skill ...
|
101 |
| 10809 | vercel-ai-sdk | wsimmonds/claude-nextjs-skills |
Vercel AI SDK v6 Implementation Guide When to Use This Skill Use this skill when: Implementing AI chat interfaces with useChat hook Creating API routes that generate or stream AI responses Building agentic applications with ToolLoopAgent Adding tool calling / function calling capabilities Generating structured output with Output.object() , Output.array() , etc. Generating text embeddings for semantic search or RAG Migrating from AI SDK v5 to v6 Integrating Model Context Protocol (MCP) servers Im...
|
101 |
| 10810 | wolf-howl | senpi-ai/senpi-skills |
HOWL v2 — Hunt, Optimize, Win, Learn The WOLF hunts all day. At night, it HOWLs — reviewing every kill and miss, sharpening its instincts, and waking up sharper tomorrow. Automated daily retrospective with data-driven self-improvement suggestions for the WOLF strategy. Setup Run the setup script to configure the nightly HOWL: python3 scripts/howl-setup.py --wallet { WALLET } --chat-id { CHAT_ID } The agent already knows wallet and chat ID — it just needs to create the cron. Optionally set run ti...
|
101 |
| 10811 | email-imap-fetch | tiangong-ai/skills |
Email IMAP Fetch Core Goal Wait for new mail with IMAP IDLE. Fetch unread messages after each wake-up. Support multiple mailbox accounts configured with env. Control IDLE support strictly with env mode ( idle or poll ) without runtime probing. Forward each fetched email to OpenClaw webhooks. Emit machine-readable JSON lines for downstream steps. Keep this skill strictly in stage-1 routing mode: send snippet + structured refs only, never send full raw message body, and never send attachment binar...
|
101 |
| 10812 | dbos-python | dbos-inc/agent-skills |
DBOS Python Best Practices Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows. When to Apply Reference these guidelines when: Adding DBOS to existing Python code Creating workflows and steps Using queues for concurrency control Implementing workflow communication (events, messages, streams) Configuring and launching DBOS applications Using DBOSClient from external applications Testing DBOS applications Rule Categories by Priority Priority Category Imp...
|
101 |
| 10813 | youtube-automation | composiohq/awesome-claude-skills |
YouTube Automation via Rube MCP Automate YouTube operations through Composio's YouTube toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active YouTube connection via RUBE_MANAGE_CONNECTIONS with toolkit youtube Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by...
|
101 |
| 10814 | aws-infrastructure | shipshitdev/library |
AWS Infrastructure Expert Overview This skill enables AI assistants to help set up and configure AWS infrastructure for micro startups, including EC2 instances, VPCs, security groups, load balancers, DNS, and SSL certificates. When to Use This Skill This skill activates when users need: EC2 instance setup and configuration VPC and networking setup Security group configuration Application Load Balancer setup Route53 DNS configuration SSL/TLS certificate management (ACM) Auto-scaling groups Cl...
|
101 |
| 10815 | audio-producer | daffy0208/ai-dev-standards |
Audio Producer Skill I help you build audio players, process audio, and create interactive sound experiences for the web. What I Do Audio Playback: Custom audio players Playlist management Playback controls (play, pause, seek, volume) Waveform visualization Audio Processing: Audio effects (reverb, delay, filters) Equalization and mixing Audio recording Real-time audio manipulation Interactive Audio: Background music and sound effects User interaction sounds Spatial audio Audio notificati...
|
101 |
| 10816 | game-engine-resources | gmh5225/awesome-game-security |
Game Engine Development Resources Overview This skill covers game engine development resources from the awesome-game-security collection, including both commercial (Unreal, Unity) and open-source engines. Major Engine Categories Unreal Engine Official documentation and forums Source code access (requires Epic Games account) Community guides and tutorials Plugin development references Unity Engine C reference source code Asset store resources Unity-specific design patterns VR/AR development gui...
|
101 |
| 10817 | accelint-ts-testing | gohypergiant/agent-skills |
Vitest Best Practices Comprehensive patterns for writing maintainable, effective vitest tests. Focused on expert-level guidance for test organization, clarity, and performance. NEVER Do When Writing Vitest Tests NEVER skip global mock cleanup configuration - Manual cleanup appears safe but creates "action at a distance" failures: a mock in test file A leaks into test file B running 3 files later, causing non-deterministic failures that only appear when tests run in specific orders. These Heisenb...
|
101 |
| 10818 | vue-skilld | harlan-zw/vue-ecosystem-skills |
vuejs/core vue The progressive JavaScript framework for building modern web UI. Version: 3.6.0-beta.7 (Feb 2026) Deps: @vue/shared@3.6.0-beta.7, @vue/compiler-dom@3.6.0-beta.7, @vue/runtime-dom@3.6.0-beta.7, @vue/runtime-vapor@3.6.0-beta.7, @vue/server-renderer@3.6.0-beta.7, @vue/compiler-sfc@3.6.0-beta.7 Tags: csp: 1.0.28-csp (Sep 2016), legacy: 2.7.16 (Dec 2023), v2-latest: 2.7.16 (Dec 2023), rc: 3.5.0-rc.1 (Aug 2024), alpha: 3.6.0-alpha.7 (Dec 2025), beta: 3.6.0-beta.7 (Feb 2026), latest: 3.5...
|
101 |
| 10819 | markdown-converter | steipete/agent-scripts |
Markdown Converter Convert files to Markdown using uvx markitdown — no installation required. Basic Usage Convert to stdout uvx markitdown input.pdf Save to file uvx markitdown input.pdf -o output.md uvx markitdown input.docx > output.md From stdin cat input.pdf | uvx markitdown Supported Formats Documents: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls) Web/Data: HTML, CSV, JSON, XML Media: Images (EXIF + OCR), Audio (EXIF + transcription) Other: ZIP (iterates contents), YouT...
|
101 |
| 10820 | web-artifacts-builder | aiskillstore/marketplace |
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
|
100 |
| 10821 | converting-minikit-to-farcaster | base/skills |
MiniKit to Farcaster SDK Breaking Changes (SDK v0.2.0+) sdk.context is a Promise — must await sdk.isInMiniApp() accepts no parameters sdk.actions.setPrimaryButton() has no onClick callback Check version: npm list @farcaster/miniapp-sdk Quick Reference MiniKit Farcaster SDK Notes useMiniKit().setFrameReady() await sdk.actions.ready() useMiniKit().context await sdk.context Async useMiniKit().isSDKLoaded await sdk.isInMiniApp() No params useClose() await sdk.actions.close() useOpenUrl(url) await sd...
|
100 |
| 10822 | laravel-quality | leeovery/claude-laravel |
Testing, static analysis, and code quality enforcement. Related guides: - [code-style.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/references/code-style.md) - Laravel Pint configuration and coding style - [type-safety.md](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/references/type-safety.md) - Strict types and type hints - [Testing](https://github.com/leeovery/claude-laravel/blob/main/skills/laravel-quality/../laravel-testing...
|
100 |
| 10823 | deps-dev | trancong12102/agentskills |
Latest Package Version Lookup Query the deps.dev API to get the latest stable version of open source packages. Supported Ecosystems Ecosystem System ID Example Package npm npm express, @types/node PyPI pypi requests, django Go go github.com/gin-gonic/gin Cargo cargo serde, tokio Maven maven org.springframework:spring-core NuGet nuget Newtonsoft.Json Workflow Think step-by-step: Identify the ecosystem from context: package.json or node_modules → npm requirements.txt, pyproject.toml, setup.py...
|
100 |
| 10824 | graph-database-expert | martinholovsky/claude-skills-generator |
Graph Database Expert 1. Overview Risk Level: MEDIUM (Data modeling and query performance) You are an elite graph database expert with deep expertise in: Graph Theory: Nodes, edges, paths, cycles, graph algorithms Graph Modeling: Entity-relationship mapping, schema design, denormalization strategies Query Languages: SurrealQL, Cypher, Gremlin, SPARQL patterns Graph Traversals: Depth-first, breadth-first, shortest path, pattern matching Relationship Design: Bidirectional edges, typed relations...
|
100 |
| 10825 | accessibility-tester | 404kidwiz/claude-supercode-skills |
Accessibility Tester Purpose Provides WCAG 2.1/2.2 AA compliance expertise specializing in accessibility audits, automated testing, screen reader validation, and remediation guidance. Ensures digital products are usable by everyone, including people with disabilities, through systematic testing methodologies and inclusive design verification. When to Use Conducting accessibility audits (WCAG 2.1/2.2 AA/AAA) Testing with screen readers (VoiceOver, NVDA, JAWS) Validating keyboard navigation and ...
|
100 |
| 10826 | hook-development | aiskillstore/marketplace |
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
|
100 |
| 10827 | ilspy-decompile | aaronontheweb/dotnet-skills |
.NET Assembly Decompilation with ILSpy Use this skill to understand how .NET code works internally by decompiling compiled assemblies. Prerequisites .NET SDK installed ILSpy command-line tool available via one of the following: dnx ilspycmd (if available in your SDK or runtime) dotnet tool install --global ilspycmd Both forms are shown below. Use the one that works in your environment. Note: ILSpyCmd options may vary slightly by version. Always verify supported flags with ilspycmd -h . Quick sta...
|
100 |
| 10828 | nextjs-server-navigation | wsimmonds/claude-nextjs-skills |
Next.js: Server Component Navigation Pattern ⚠️ CRITICAL RULE Server Components use DIFFERENT navigation methods than Client Components! When requirements call for server-rendered navigation—for example, linking to other pages, redirecting after a check, or demonstrating routing patterns—prefer <Link> and redirect() within Server Components. You still avoid 'use client' unless a client-only API is involved. The Pattern Scenario: build a server component that demonstrates proper navigation pa...
|
100 |
| 10829 | workout-program-designer | onewave-ai/claude-skills |
Workout Program Designer Custom training plans by goal (strength, cardio, flexibility). Progressive overload programming, rest day optimization, home vs gym adaptations, deload weeks. Instructions You are an expert fitness trainer and program designer. Create personalized workout programs with: goal-specific programming (strength/cardio/flexibility), progressive overload schedules, rest day optimization, equipment adaptations (home vs gym), deload week planning, injury prevention, and progres...
|
100 |
| 10830 | api-designer | 404kidwiz/claude-supercode-skills |
API Designer Senior API architect with expertise in designing scalable, developer-friendly REST and GraphQL APIs with comprehensive OpenAPI specifications. Role Definition You are a senior API designer with 10+ years of experience creating intuitive, scalable API architectures. You specialize in REST design patterns, OpenAPI 3.1 specifications, GraphQL schemas, and creating APIs that developers love to use while ensuring performance, security, and maintainability. When to Use This Skill Desi...
|
100 |
| 10831 | nano-banana-pro | steipete/agent-scripts |
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
|
100 |
| 10832 | design-system-lead | borghei/claude-skills |
Design System Lead Expert-level design systems for scalable product design. Core Competencies Design system architecture Component library design Design token management Documentation strategy Design-dev collaboration Governance and contribution Adoption and training Tooling and automation Design System Architecture System Structure design-system/ ├── foundations/ │ ├── colors/ │ ├── typography/ │ ├── spacing/ │ ├── elevation/ │ ├── motion/ │ └── grid/ ├── components/ │ ├── primi...
|
100 |
| 10833 | axiom-spritekit-ref | charleswiltgen/axiom |
SpriteKit API Reference Complete API reference for SpriteKit organized by category. When to Use This Reference Use this reference when: Looking up specific SpriteKit API signatures or properties Checking which node types are available and their performance characteristics Finding the right physics body creation method Browsing the complete action catalog Configuring SKView, scale modes, or transitions Setting up particle emitter properties Working with SKRenderer or SKShader Part 1: Node Hierarc...
|
100 |
| 10834 | canghe-danger-gemini-web | freestylefly/canghe-skills |
Gemini Web Client Text/image generation via Gemini Web API. Supports reference images and multi-turn conversations. Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/main.ts CLI entry point for text/image g...
|
100 |
| 10835 | ui-testing | alinaqi/claude-bootstrap |
UI Verification Skill Load with: ui-web.md or ui-mobile.md Purpose Quick verification that generated UI meets accessibility standards. Run these checks after creating any new UI components. Pre-Flight Checklist Before Shipping ANY UI: Visibility Check - [ ] All buttons have visible background OR border - [ ] No text is same color as its background - [ ] All text meets 4.5:1 contrast ratio - [ ] Ghost/text buttons have visible borders Touch/Click Targets - [ ] All buttons are minimum 44px heigh...
|
100 |
| 10836 | macos-native | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
100 |
| 10837 | portfolio-optimization | letta-ai/skills |
Portfolio Optimization Overview This skill provides guidance for implementing high-performance portfolio optimization algorithms using Python C extensions. It covers the workflow for creating C extensions that interface with NumPy arrays, proper verification strategies, and common pitfalls to avoid when optimizing numerical computations. When to Apply This Skill Apply this skill when: Implementing portfolio risk calculations (variance, volatility, Sharpe ratio) Optimizing matrix-vector opera...
|
100 |
| 10838 | brainstorming | davidkiss/smart-ai-skills |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
100 |
| 10839 | understanding-tauri-architecture | dchuk/claude-code-tauri-skills |
Tauri Architecture Tauri is a polyglot toolkit for building desktop applications that combines a Rust backend with HTML/CSS/JavaScript rendered in a native webview. This document covers the fundamental architecture concepts. Architecture Overview +------------------------------------------------------------------+ | TAURI APPLICATION | +------------------------------------------------------------------+ | ...
|
100 |
| 10840 | revenue-operations | alirezarezvani/claude-skills |
Revenue Operations Pipeline analysis, forecast accuracy tracking, and GTM efficiency measurement for SaaS revenue teams. Table of Contents Quick Start Tools Overview Pipeline Analyzer Forecast Accuracy Tracker GTM Efficiency Calculator Revenue Operations Workflows Weekly Pipeline Review Forecast Accuracy Review GTM Efficiency Audit Quarterly Business Review Reference Documentation Templates Quick Start Analyze pipeline health and coverage python scripts/pipeline_analyzer.py --input assets/sampl...
|
100 |
| 10841 | axiom-realitykit | charleswiltgen/axiom |
RealityKit Development Guide Purpose : Build 3D content, AR experiences, and spatial computing apps using RealityKit's Entity-Component-System architecture iOS Version : iOS 13+ (base), iOS 18+ (RealityView on iOS), visionOS 1.0+ Xcode : Xcode 15+ When to Use This Skill Use this skill when: Building any 3D experience (AR, games, visualization, spatial computing) Creating SwiftUI apps with 3D content (RealityView, Model3D) Implementing AR with anchors (world, image, face, body tracking) Working w...
|
100 |
| 10842 | test-coverage-improver | openai/openai-agents-python |
Test Coverage Improver Overview Use this skill whenever coverage needs assessment or improvement (coverage regressions, failing thresholds, or user requests for stronger tests). It runs the coverage suite, analyzes results, highlights the biggest gaps, and prepares test additions while confirming with the user before changing code. Quick Start From the repo root run make coverage to regenerate .coverage data and coverage.xml. Collect artifacts: .coverage and coverage.xml, plus the console outp...
|
100 |
| 10843 | akka-net-best-practices | aaronontheweb/dotnet-skills |
Use this skill when: - Designing actor communication patterns - Deciding between EventStream and DistributedPubSub - Implementing error handling in actors - Understanding supervision strategies - Choosing between Props patterns and DependencyResolver - Designing work distribution across nodes - Creating testable actor systems that can run with or without cluster infrastructure - Abstracting over Cluster Sharding for local testing scenarios 1. EventStream vs DistributedPubSub Critical...
|
100 |
| 10844 | command-development | aiskillstore/marketplace |
Command Development for Claude Code Overview Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows. Key concepts: Markdown file format for commands YAML frontmatter for configuration Dynamic arguments and file references Bash execution for context Command organization and namespacing Command Basics What is a Slas...
|
100 |
| 10845 | vendor-management | anthropics/knowledge-work-plugins |
Vendor Management Help evaluate, compare, and manage vendor relationships. Evaluation Framework Cost Analysis Total cost of ownership (not just license fees) Implementation and migration costs Training and onboarding costs Ongoing support and maintenance Exit costs (data migration, contract termination) Risk Assessment Vendor financial stability Security and compliance posture Concentration risk (single vendor dependency) Contract lock-in and exit terms Business continuity and disaster recovery ...
|
100 |
| 10846 | java-docker | pluginagentmarketplace/custom-plugin-java |
Containerize Java applications with optimized Dockerfiles and JVM settings. Overview This skill covers Docker best practices for Java including multi-stage builds, JVM container settings, security hardening, and layer optimization. When to Use This Skill Use when you need to: - Create optimized Java Dockerfiles - Configure JVM for containers - Implement security best practices - Reduce image size - Set up health checks Topics Covered Dockerfile Optimization - Multi-stage builds ...
|
100 |
| 10847 | ios-android-logs | cap-go/capacitor-skills |
iOS and Android Device Logs Complete guide to viewing and filtering device logs on iOS and Android. When to Use This Skill User needs to see device logs User is debugging crashes User wants to filter logs by app User needs real-time log streaming User asks "how to see logs" Quick Commands iOS - Stream logs from connected device xcrun devicectl device log stream --device <UUID> iOS - Stream from simulator xcrun simctl spawn booted log stream Android - Stream all logs adb logcat Android -...
|
100 |
| 10848 | python-security-scanner | jorgealves/agent_skills |
Python Security Scanner Purpose and Intent Detect common Python vulnerabilities such as SQL injection, unsafe deserialization, and hardcoded secrets. Use as part of a secure SDLC for Python projects. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python eco...
|
100 |
| 10849 | rapid-prototyper | jackspace/claudeskillz |
Rapid Prototyper Purpose Fast validation through working prototypes. Creates complete, runnable code to test ideas before committing to full implementation: Recalls your preferred tech stack from memory Generates minimal but complete code Makes it runnable immediately Gets you visual feedback fast Saves validated patterns for production For ADHD users: Immediate gratification - working prototype in minutes, not hours. For aphantasia: Concrete, visual results instead of abstract descriptions. ...
|
100 |
| 10850 | reddit-api | alinaqi/claude-bootstrap |
*Load with: base.md + [language].md* For integrating Reddit data into applications - fetching posts, comments, subreddits, and user data. Sources: [Reddit API Docs](https://www.reddit.com/dev/api/) | [OAuth2 Wiki](https://github.com/reddit-archive/reddit/wiki/oauth2) | [PRAW Docs](https://praw.readthedocs.io/) Setup 1. Create Reddit App - Go to [https://www.reddit.com/prefs/apps](https://www.reddit.com/prefs/apps) - Click "Create App" or "Create Another App" - Fill in: Name: Your app n...
|
99 |