███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6301 | recon-for-sec | yaklang/hack-skills |
Recon and Methodology Router This is the starting router for new targets and unknown attack surfaces. When to Use You just received a new target and do not yet know what to test first You need to begin with asset discovery, tech fingerprinting, endpoint inventory, and test-route planning You want to build follow-up testing on structured methodology instead of random payload enumeration Skill Map Recon and Methodology Insecure Source Code Management — .git/.svn/.hg exposure detection Dependency C...
|
570 |
| 6302 | xslt-injection | yaklang/hack-skills |
SKILL: XSLT Injection — Testing Playbook AI LOAD INSTRUCTION : XSLT injection occurs when attacker-influenced XSLT is compiled/executed server-side. Map the processor family first (Java/.NET/PHP/libxslt). Then chain document() , external entities , EXSLT , or embedded script/extension functions per platform. Authorized testing only ; many payloads are destructive. Routing note: if input is generic XML parsing and may not flow through XSLT, cross-load xxe-xml-external-entity ; if you care about o...
|
570 |
| 6303 | prototype-pollution | yaklang/hack-skills |
SKILL: Prototype Pollution — Expert Attack Playbook AI LOAD INSTRUCTION : Expert prototype pollution for client and server JS. Covers __proto__ vs constructor.prototype , merge-sink detection, Express/qs-style black-box probes, and gadget chains (EJS, Timelion-class patterns, child_process/NODE_OPTIONS). Assumes you know object spread and prototype inheritance — focus is on parser behavior and post-pollution sinks . Routing note: prioritize PP when you see deep merges, recursive assign, JSON.par...
|
570 |
| 6304 | ads-competitor | agricidaniel/claude-ads |
Competitor Ad Intelligence Process Identify target competitors (from user input or industry analysis) Read ads/references/benchmarks.md for industry CPC/CTR/CVR baselines Research competitor ad presence across platforms Analyze ad copy, creative, and messaging themes Estimate competitor spend and keyword strategy Identify gaps and opportunities Generate competitive intelligence report Data Sources Free Intelligence Sources Source Platform What You Can Find Google Ads Transparency Center Google A...
|
570 |
| 6305 | feishu-cli-perm | riba2534/feishu-cli |
飞书权限管理技能 飞书云文档权限管理:添加/删除/查看协作者、公开权限管理、分享密码、批量添加、权限检查、转移所有权。 适用场景 给飞书文档添加/删除协作者权限 查看文档协作者列表 管理文档公开权限(外部访问、链接分享) 设置/删除/更新分享密码 批量添加协作者 检查用户对文档的权限 转移文档所有权 命令格式 添加权限 feishu-cli perm add < TOKEN > \ --doc-type < DOC_TYPE > \ --member-type < MEMBER_TYPE > \ --member-id < MEMBER_ID > \ --perm < PERM > \ [ --notification ] 更新权限 feishu-cli perm update < TOKEN > \ --doc-type < DOC_TYPE > \ --member-type < MEMBER_TYPE > \ --member-id < MEMBER_ID > \ --perm < PERM > 查看协作者列表 feishu-cli perm list < TOKEN > --d...
|
570 |
| 6306 | gws-setup | jezweb/claude-skills |
Google Workspace CLI — First-Time Setup Set up the gws CLI (@googleworkspace/cli) with OAuth credentials and 90+ agent skills for Claude Code. Produces a fully authenticated CLI with skills for Gmail, Drive, Calendar, Sheets, Docs, Chat, Tasks, and more. Prerequisites Node.js 18+ A Google account (personal or Workspace) Access to Google Cloud Console (console.cloud.google.com) Workflow Step 1: Pre-flight Checks Check what's already done and skip completed steps: Check if gws is installed which ...
|
570 |
| 6307 | lawyer-analyst | rysweet/amplihack |
Lawyer Analyst Skill Purpose Analyze events through the disciplinary lens of law, applying rigorous legal methodologies (statutory interpretation, case law analysis, legal reasoning), constitutional principles, procedural frameworks, substantive legal doctrines across multiple domains (contracts, torts, property, criminal, constitutional, administrative, international), and professional ethical standards to understand legal rights and obligations, assess liabilities and risks, identify applicab...
|
569 |
| 6308 | quarkus | mindrally/skills |
Quarkus You are an expert in Java programming, Quarkus framework, Jakarta EE, MicroProfile, GraalVM native builds, Vert.x for event-driven applications, Maven, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code using Quarkus best practices Follow Jakarta EE and MicroProfile conventions, ensuring clarity in package organization Use descriptive method and variable names following camelCase convention Structure your application wit...
|
569 |
| 6309 | expression-language-injection | yaklang/hack-skills |
SKILL: Expression Language Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert EL injection techniques covering SpEL (Spring), OGNL (Struts2), and Java EL (JSP/JSF). Distinct from SSTI — EL injection targets expression evaluators in Java frameworks, not template engines. Covers sandbox bypass, _memberAccess manipulation, actuator abuse, and real-world CVE chains. 0. RELATED ROUTING ssti-server-side-template-injection for template engines (Jinja2, FreeMarker, Twig) — different attack ...
|
569 |
| 6310 | clerk-auth | sickn33/antigravity-awesome-skills |
Clerk Authentication Patterns Next.js App Router Setup Complete Clerk setup for Next.js 14/15 App Router. Includes ClerkProvider, environment variables, and basic sign-in/sign-up components. Key components: ClerkProvider: Wraps app for auth context , : Pre-built auth forms : User menu with session management Middleware Route Protection Protect routes using clerkMiddleware and createRouteMatcher. Best practices: Single middleware.ts file at project root Use createRouteMatcher for route groups aut...
|
569 |
| 6311 | heap-exploitation | yaklang/hack-skills |
SKILL: Heap Exploitation — Expert Attack Playbook AI LOAD INSTRUCTION : Expert glibc heap exploitation techniques. Covers ptmalloc2 internals, bin structures, tcache mechanics, libc/heap leak methods, and attack selection by glibc version. Distilled from ctf-wiki heap sections, how2heap, and real-world exploitation. Base models often confuse glibc version constraints and miss safe-linking (PROTECT_PTR) introduced in 2.32. 0. RELATED ROUTING stack-overflow-and-rop — when the overflow is on the st...
|
569 |
| 6312 | slides | openai/skills |
Slides Overview Use PptxGenJS for slide authoring. Do not use python-pptx for deck generation unless the task is inspection-only; keep editable output in JavaScript and deliver both the .pptx and the source .js . Keep work in a task-local directory. Only copy final artifacts to the requested destination after rendering and validation pass. Bundled Resources assets/pptxgenjs_helpers/ : Copy this folder into the deck workspace and import it locally instead of reimplementing helper logic. scripts/r...
|
568 |
| 6313 | codex | oil-oil/codex |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
568 |
| 6314 | code-reviewer | alirezarezvani/claude-skills |
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
|
568 |
| 6315 | frontend-design | customware-ai/skills |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
568 |
| 6316 | security-generate-security-sample-data | elastic/agent-skills |
Generate Security Sample Data Generate ECS-compliant security events, multi-step attack scenarios, and synthetic alert documents that populate Elastic Security dashboards, the Alerts tab, and Attack Discovery. Quick start For a zero-friction experience that generates everything and opens Kibana: node skills/security/generate-security-sample-data/scripts/demo-walkthrough.js Workflow - [ ] Step 1: Set environment variables - [ ] Step 2: Generate sample data - [ ] Step 3: Explore in Kibana - [ ] St...
|
568 |
| 6317 | swift-api-design-guidelines-skill | erikote04/swift-api-design-guidelines-agent-skill |
Swift API Design Guidelines Skill Overview Use this skill to design and review Swift APIs that are clear at the point of use, fluent in call sites, and aligned with established Swift naming and labeling conventions. Prioritize readability, explicit intent, and consistency across declarations, call sites, and documentation comments. Work Decision Tree 1) Review existing code Inspect declarations and call sites together, not declarations alone. Check naming clarity and fluency (see references/prom...
|
568 |
| 6318 | gsap-scrolltrigger | freshtechbro/claudedesignskills |
GSAP ScrollTrigger When to Use This Skill Apply when implementing scroll-driven animations: triggering tweens/timelines on scroll, pinning elements, scrubbing animation to scroll position, or when the user mentions ScrollTrigger, scroll animations, or pinning. When the user asks for scroll-based animation or parallax without specifying a library, recommend GSAP and use ScrollTrigger.
|
568 |
| 6319 | ai-wrapper-product | sickn33/antigravity-awesome-skills |
AI Wrapper Product Role: AI Product Architect You know AI wrappers get a bad rap, but the good ones solve real problems. You build products where AI is the engine, not the gimmick. You understand prompt engineering is product development. You balance costs with user experience. You create AI products people actually pay for and use daily. Capabilities AI product architecture Prompt engineering for products API cost management AI usage metering Model selection AI UX patterns Output quality con...
|
568 |
| 6320 | memory-intake | nhadaututtheky/neural-memory |
Memory Intake Agent You are a Memory Intake Specialist for NeuralMemory. Your job is to transform raw, unstructured input into high-quality structured memories. You act as a thoughtful librarian — clarifying, categorizing, and filing information so it can be recalled precisely when needed. Instruction Process the following input into structured memories: $ARGUMENTS Required Output Intake report — Summary of what was captured, categorized by type Memory batch — Each memory stored via nmem_remembe...
|
568 |
| 6321 | rust-deps-visualizer | zhanghandong/rust-skills |
Rust Dependencies Visualizer Generate ASCII art visualizations of your Rust project's dependency tree. Usage /rust-deps-visualizer [--depth N] [--features] Options: --depth N : Limit tree depth (default: 3) --features : Show feature flags Output Format Simple Tree (Default) Show more
|
567 |
| 6322 | workflow-orchestrator | charon-fan/agent-playbook |
Workflow Orchestrator A skill that automatically coordinates workflows across multiple skills, triggering follow-up actions at appropriate milestones. When This Skill Activates This skill should be triggered automatically when: A skill completes its main workflow A milestone is reached (PRD complete, implementation done, etc.) User says "complete workflow" or "finish the process" How It Works ┌─────────────────────────────────────────────────────────────┐ │ Workflow Orchestrat...
|
567 |
| 6323 | openclaude-multi-llm | aradotso/trending-skills |
OpenClaude Multi-LLM Skill Skill by ara.so — Daily 2026 Skills collection. OpenClaude is a fork of Claude Code that routes all LLM calls through an OpenAI-compatible shim ( openaiShim.ts ), letting you use any model that speaks the OpenAI Chat Completions API — GPT-4o, DeepSeek, Gemini via OpenRouter, Ollama, Groq, Mistral, Azure, and more — while keeping every Claude Code tool intact (Bash, FileRead, FileWrite, FileEdit, Glob, Grep, WebFetch, Agent, MCP, Tasks, LSP, NotebookEdit). Installation ...
|
567 |
| 6324 | minimalist-review | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Review the user's decision or situation through the minimalist entrepreneur framework. The Minimalist Entrepreneur Principles Apply these principles to evaluate whatever the user presents: 1. Community First Does this serve your community? Or is it driven by ego, vanity metrics, or what "successful companies" do? Are you staying close to your customers? Amazon puts an empty chair in every board...
|
567 |
| 6325 | audit-xls | anthropics/financial-services-plugins |
Audit Spreadsheet Audit formulas and data for accuracy and mistakes. Scope determines depth — from quick formula checks on a selection up to full financial-model integrity audits. Step 1: Determine scope If the user already gave a scope, use it. Otherwise ask them : What scope do you want me to audit? selection — just the currently selected range sheet — the current active sheet only model — the whole workbook, including financial-model integrity checks (BS balance, cash tie-out, roll-forwards, ...
|
567 |
| 6326 | mobile-app-testing | aj-geddes/useful-ai-prompts |
Mobile App Testing Overview Implement comprehensive testing strategies for mobile applications including unit tests, UI tests, integration tests, and performance testing. When to Use Creating reliable mobile applications with test coverage Automating UI testing across iOS and Android Performance testing and optimization Integration testing with backend services Regression testing before releases Instructions 1. React Native Testing with Jest & Detox // Unit test with Jest import { calculate } ...
|
567 |
| 6327 | csrf-cross-site-request-forgery | yaklang/hack-skills |
SKILL: CSRF — Cross-Site Request Forgery — Expert Attack Playbook AI LOAD INSTRUCTION : Expert CSRF techniques. Covers modern bypass vectors (SameSite gaps, custom header flaws, tokenless bypass patterns), JSON CSRF, multipart CSRF, chaining with XSS. Base models often present only basic CSRF without covering SameSite edge cases and common broken token implementations. 0. RELATED ROUTING Also load: cors cross origin misconfiguration when JSON endpoints become readable cross-origin oauth oidc mis...
|
567 |
| 6328 | xcodebuildmcp | cameroncooke/xcodebuildmcp |
XcodeBuildMCP Prefer XcodeBuildMCP tools over shell commands for Apple platform tasks when available. If a capability is missing, assume your tool list may be hiding tools (search/progressive disclosure) or not loading schemas yet. Use your tool-search or “load tools” mechanism. If you still can’t find the tools, ask the user to enable them in the MCP client configuration. Tools (exact names + official descriptions) Session defaults Most tools require session defaults to be set before they c...
|
567 |
| 6329 | character-design-sheet | inference-sh/skills |
Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a character concept belt app run falai/flux-dev-lora --input '{ "prompt": "character design reference sheet, front view of a young woman with short red hair, green eyes, wearing a blue jacket and white t-shirt, full body, white background, clean lines, concept art style, character turnaround", "widt...
|
566 |
| 6330 | convex-helpers-guide | get-convex/agent-skills |
Convex Helpers Guide Use convex-helpers to add common patterns and utilities to your Convex backend without reinventing the wheel. What is convex-helpers? convex-helpers is the official collection of utilities that complement Convex. It provides battle-tested patterns for common backend needs. Installation: npm install convex-helpers Available Helpers 1. Relationship Helpers Traverse relationships between tables in a readable, type-safe way. Use when: Loading related data across tables Following...
|
566 |
| 6331 | 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...
|
566 |
| 6332 | reflect | camacho/ai-skills |
Phase gate: COMMIT checkpoint. Do not declare task complete until Step 8 passes. Execute all steps in order. Escalate to the user only at explicit escalation points. Step 0 — Mark reflect timestamp date +%s > " ${CLAUDE_PROJECT_DIR} /ai-workspace/.last-reflect-ts" Step 1 — Review session work git log --oneline -10 Review recent edits and corrections made during this session. If a completed plan exists in ai-workspace/plans/ (Outcomes & Learnings filled in), use it as the primary source. Otherwis...
|
566 |
| 6333 | heal-skill | boshu2/agentops |
/heal-skill — Automated Skill Maintenance Purpose: Detect and auto-fix common skill hygiene issues across the skills/ directory. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /heal-skill Check all skills (report only) /heal-skill --fix Auto-repair all fixable issues /heal-skill --strict Check all skills, exit 1 on findings (CI mode) /heal-skill skills/council Check a specific skill /heal-skill --fix skills/vibe Fix a specific skill What It Detects Ten checks, run in o...
|
566 |
| 6334 | first-customers | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user sell to their first 100 customers. Core Principle Skip the launch. Focus on selling. "Viral success" is a myth. There is no such thing. Every seemingly overnight success is built on months or years of hard work. Your job is to sell one by one, learn from each interaction, and build momentum. The Concentric Circles of Sales Sell outward from the people who care most about you to th...
|
566 |
| 6335 | brand-identity | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
566 |
| 6336 | security-case-management | elastic/agent-skills |
Case Management Manage SOC cases through the Kibana Cases API. All cases are scoped to securitySolution — this skill operates exclusively within Elastic Security. Cases appear in Kibana Security and can be assigned to analysts, linked to alerts, and pushed to external incident management systems via connectors. Prerequisites Install dependencies before first use from the skills/security directory: cd skills/security && npm install Set the required environment variables (or add them to a .env fil...
|
566 |
| 6337 | figma-designer | charon-fan/agent-playbook |
"Transform Figma designs into implementation-ready specifications with pixel-perfect accuracy" Overview This skill analyzes Figma designs through the Figma MCP server and generates detailed PRDs with precise visual specifications. It extracts design tokens, component specifications, and layout information that developers can implement directly. Prerequisites Figma MCP Server Ensure the Figma MCP server is connected and accessible: ``` Check if Figma MCP is available mcp-list ``` If n...
|
566 |
| 6338 | r3f-materials | enzed/r3f-skills |
React Three Fiber Materials Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas> <ambientLight intensity={0.5} /> <directionalLight position={[5, 5, 5]} /> <mesh> <boxGeometry /> <meshStandardMaterial color="hotpink" roughness={0.5} metalness={0.5} /> </mesh> </Canvas> ) } Material Types Overview Material Use Case Lighting meshBasicMaterial Unlit, flat colors No me...
|
566 |
| 6339 | ingesting-into-data-lake | aws/agent-toolkit-for-aws |
Ingest into Data Lake Move data from a source into a queryable table in the data lake. This skill assumes the source connection (if one is needed) already exists. For Glue connection setup or troubleshooting, delegate to connecting-to-data-source . Philosophy Default to S3 Tables unless the environment says otherwise. S3 Tables is the recommended target for new data lake work. If the user's catalog inventory shows they haven't adopted S3 Tables, recommend standard Iceberg on their existing gener...
|
566 |
| 6340 | debugging-lambda-timeouts | aws/agent-toolkit-for-aws |
Debugging Lambda Timeouts Overview Domain expertise for systematically investigating AWS Lambda function timeout failures by analyzing function configuration, CloudWatch logs, metrics, dependencies, cold start patterns, and code. Identifies common causes such as insufficient timeout settings, external service delays, database connection issues, memory constraints, and inefficient code patterns, then provides prioritized recommendations. Debug a Lambda timeout To investigate and resolve Lambda ti...
|
566 |
| 6341 | clickjacking | yaklang/hack-skills |
SKILL: Clickjacking — Expert Attack Playbook AI LOAD INSTRUCTION : Clickjacking (UI redress) techniques. Covers iframe transparency tricks, X-Frame-Options bypass, CSP frame-ancestors, multi-step clickjacking, drag-and-drop attacks, and chaining with other vulnerabilities. Often a "low severity" finding that becomes critical when targeting admin actions. 1. CORE CONCEPT Clickjacking loads a target page in a transparent iframe overlaid on an attacker's page. The victim sees the attacker's UI but ...
|
566 |
| 6342 | ads-creative | agricidaniel/claude-ads |
Cross-Platform Creative Quality Audit Process Collect creative assets or performance data from active platforms Read ads/references/platform-specs.md for creative specifications Read ads/references/benchmarks.md for CTR/engagement benchmarks Read ads/references/scoring-system.md for weighted scoring algorithm Evaluate creative quality per platform Assess cross-platform creative consistency Generate production priority recommendations Per-Platform Assessment Google Ads Creative RSA: ≥8 unique hea...
|
566 |
| 6343 | macos-cleaner | daymade/claude-code-skills |
macOS Cleaner Overview Intelligently analyze macOS disk usage and provide actionable cleanup recommendations to reclaim storage space. This skill follows a safety-first philosophy: analyze thoroughly, present clear findings, and require explicit user confirmation before executing any deletions. Target users: Users with basic technical knowledge who understand file systems but need guidance on what's safe to delete on macOS. Core Principles Safety First, Never Bypass: NEVER execute dangerous c...
|
566 |
| 6344 | competitor-teardown | inference-sh/skills |
Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Research competitor landscape belt app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Screenshot competitor's website belt app run infsh/agent-browser --input '{ "url": "https://competitor.com", "action": "screenshot" }' Teardown Framework The 7-Laye...
|
565 |
| 6345 | foresttrip-vacancy | nomadamas/k-skill |
Foresttrip Vacancy What this skill does 숲나들e 공식 사이트( https://foresttrip.go.kr/index.jsp )에서 자연휴양림 예약 가능 객실을 날짜 기준으로 조회 자동화한다. 이 스킬은 조회 전용 자동화 이다. 예약 신청, 결제, 캡차 처리, 대기열 우회, 반복 스나이핑은 범위에 포함하지 않는다. When to use "이번 주말 자연휴양림 빈 객실 있어?" "숲나들e 2026년 5월 4일 예약 가능한 곳 조회해줘" "자연휴양림 빈자리 전체 조회해줘" "관심 휴양림 중 예약 가능한 객실만 알려줘" When not to use 예약 신청이나 결제까지 자동화해야 하는 경우 캡차를 풀거나 대기열을 우회해야 하는 경우 계정 정보를 채팅창에 직접 넣으려는 경우 aggressive polling, 스나이핑, 반복 예약 시도가 필요한 경우 Prerequisites Python 3.9+ Playwright Chromium browser python...
|
565 |
| 6346 | status | boshu2/agentops |
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
|
565 |
| 6347 | cors-cross-origin-misconfiguration | yaklang/hack-skills |
SKILL: CORS Misconfiguration — Credentialed Origins, Reflection, and Trust Boundary Errors AI LOAD INSTRUCTION : Use this skill when browsers can access authenticated APIs cross-origin. Focus on reflected origins, credentialed requests, wildcard trust, parser mistakes, and origin allowlist bypasses. For JSONP hijacking deep dives, same-origin policy internals, honeypot de-anonymization, and CORS vs JSONP comparison, load the companion SCENARIOS.md . Extended Scenarios Also load SCENARIOS.md when...
|
565 |
| 6348 | clean-data-xls | anthropics/financial-services-plugins |
Clean Data Clean messy data in the active sheet or a specified range. Environment If running inside Excel (Office Add-in / Office JS): Use Office JS directly ( Excel.run(async (context) => {...}) ). Read via range.values , write helper-column formulas via range.formulas = [["=TRIM(A2)"]] . The in-place vs helper-column decision still applies. If operating on a standalone .xlsx file: Use Python/openpyxl. Workflow Step 1: Scope If a range is given (e.g. A1:F200 ), use it Otherwise use the full use...
|
565 |
| 6349 | pdf processing pro | davila7/claude-code-templates |
PDF Processing Pro Production-ready PDF processing toolkit with pre-built scripts, comprehensive error handling, and support for complex workflows. Quick start Extract text from PDF import pdfplumber with pdfplumber . open ( "document.pdf" ) as pdf : text = pdf . pages [ 0 ] . extract_text ( ) print ( text ) Analyze PDF form (using included script) python scripts/analyze_form.py input.pdf --output fields.json Returns: JSON with all form fields, types, and positions Fill PDF form with validation...
|
565 |
| 6350 | filament-pro | marcelorodrigo/agent-skills |
Filament v5 Build powerful Laravel admin panels using Filament v5's server-driven UI with Schemas and Livewire v4 reactivity. Overview Filament v5 is a Laravel admin panel framework that provides complete CRUD interfaces, forms, tables, and dashboard components through a declarative PHP API. Built on Livewire v4, it offers real-time reactivity without writing JavaScript. Key Concepts PanelProvider : Central configuration class defining your admin panel Resources : Automatic CRUD interfaces for E...
|
565 |