All authors
jeremylongshore avatar

Claude Skills by jeremylongshore

github.com/jeremylongshore
7,405 skillsA× 6,763B× 575C× 49D× 9F× 9337 installs12,682 views
Detecting Debug EndpointsA

Probe a target for accidentally-public admin / debug / introspection endpoints — Spring Boot Actuator, Apache server-status, Prometheus metrics, GraphQL playground, Swagger UI, phpMyAdmin, JMX-over-HTTP (Jolokia), Elasticsearch _cat, Kibana / Grafana / Eureka / Consul panels. Use when: post-deploy verification, security audit before SOC2, inheriting a system you didn't build, or a bug bounty hints at an exposed introspection panel. Threshold: any of the canonical 40+ admin/debug paths returns...

ai-agentspythongo
0
2,691
Detecting Directory ListingA

Probe a target for directories that return auto-generated index listings instead of denying or serving a specific file — exposes the full file tree under any reachable directory, including files the application never linked to. Use when: post-deploy verification on a static-asset host, security audit before SOC2, or following up on a finding from skill #6 (exposed-files) where a backup-file path returned 200 with HTML body instead of the expected file content (suggests autoindex serving a dir...

ai-agentspythonphp
0
2,691
Detecting Eval Exec UsageA

Scan a source tree for dynamic-code-execution APIs that an attacker can hijack: Python eval / exec / compile, JavaScript eval / Function() / setTimeout(string), Ruby eval / instance_eval / class_eval, Java ScriptEngine, PHP eval / assert($str), .NET Activator.CreateInstance / Reflection.Emit with dynamic input. Use when: pre-commit gate on any application that parses user-uploaded code (rule engines, formula evaluators, plugin systems), or post-bug-report when "we run user-supplied expression...

ai-agentsjavascriptpython
0
2,691
Detecting Exposed Secrets FilesB

Probe a target for accidentally-served secret-bearing files in the web root — .git/, .env, .DS_Store, backup files, database dumps, key files, CI configs, IDE configs. Use when: post-deploy verification on a new release, or SOC2 auditor asked "what's reachable in the web root that shouldn't be," or a bug-bounty report hints at a leaked file. Threshold: any of the canonical 40+ paths returns 200 OR returns a body matching the expected fingerprint of the file type (e.g., .git/HEAD returns conte...

ai-agentspythongo
0
2,691
Detecting Infrastructure DriftA

'Execute use when detecting infrastructure drift from desired state.

ai-agentsbashrails
0
2,691
Detecting Insecure DeserializationA

Scan a source tree for unsafe-by-default deserialization APIs: Python pickle.loads / cPickle / shelve / dill, Ruby Marshal.load / YAML.load (pre-3.1 default), Java ObjectInputStream.readObject, PHP unserialize, .NET BinaryFormatter / NetDataContractSerializer, Node.js node-serialize, JavaScript JSON.parse with reviver containing eval. Use when: pre-commit gate on services that accept binary blobs, audit of legacy job-queue code (workers deserializing tasks), post-bug-report when "we accept us...

ai-agentsjavascriptpython
0
2,691
Detecting Memory LeaksA

Detect potential memory leaks and analyze memory usage patterns in code.

ai-agentsjavascriptpython
0
2,691
Detecting Performance BottlenecksA

'Execute this skill enables AI assistant to detect and resolve performance

ai-agentsbashdatabase
0
2,691
Detecting Performance RegressionsA

Automatically detect performance regressions in CI/CD pipelines by comparing

ai-agentsgobash
0
2,691
Detecting Sql Injection PatternsA

Scan a source tree for SQL-injection vulnerable patterns: string concatenation into queries, f-string interpolation in SQL, string-format substitution into raw queries, deprecated cursor methods (cursor.execute with % formatting), Knex / Sequelize raw() with template interpolation, sequelize.query with replacements. Use when: pre-commit code review, post-feature SQL-touching release, inheriting a legacy codebase that predates ORMs, or post-bug-report investigation. Threshold: any source line ...

ai-agentsjavascripttypescript
0
2,691
Detecting Sql Injection VulnerabilitiesA

'Detect and analyze SQL injection vulnerabilities in application code

ai-agentspythongo
0
2,691
Detecting Ssl Cert IssuesA

Audit a target's TLS certificate beyond protocol/expiry — chain ordering, OCSP stapling, revocation status, Certificate Transparency presence, key-usage flags, and over-broad wildcards. Use when: TLS handshake already passes (skill #1 analyzing-tls-config cleared) but you suspect the cert posture is fragile. Auditors flag this during SOC2 readiness when a renewal slipped or an intermediate was rotated. Threshold: missing OCSP stapling on production, fewer than 2 SCTs in the cert, intermediate...

ai-agentspythonrust
0
2,691
Detecting Weak CryptographyA

Scan a source tree for weak cryptographic primitives: MD5 / SHA-1 used for security purposes, DES / 3DES / RC4 ciphers, ECB block mode, custom-built crypto (XOR loops, hand-rolled HMAC), hardcoded IVs, predictable random (Math.random / java.util.Random for crypto seeds), missing certificate verification (verify=False, rejectUnauthorized: false). Use when: pre-merge gate on crypto-touching code, audit before SOC2 / PCI assessment, post-incident review when "we found a weakness in our token sig...

ai-agentspythongo
0
2,691
Devil AdvocateA

Constructive critic and stress-tester for ideas and proposals. Use when

ai-agentsrustgo
0
2,691
DoctorB

"Diagnose Promptbook setup \u2014 check config, hooks, API key, and session\

ai-agentsgobash
0
2,691
Documenso Ci IntegrationA

'Configure CI/CD pipelines for Documenso integrations.

ai-agentstypescriptrust
0
2,691
Documenso Common ErrorsB

'Diagnose and resolve common Documenso API errors and issues.

ai-agentstypescriptbash
0
2,691
Documenso Core Workflow AA

'Implement Documenso document creation and recipient management workflows.

ai-agentstypescriptgo
0
2,691
Documenso Core Workflow BA

'Implement Documenso template-based workflows and direct signing links.

ai-agentstypescriptbash
0
2,691
Documenso Cost TuningA

'Optimize Documenso usage costs and manage subscription efficiency.

ai-agentstypescriptsql
0
2,691
Documenso Data HandlingA

'Handle document data, signatures, and PII in Documenso integrations.

ai-agentstypescriptsql
0
2,691
Documenso Debug BundleA

'Comprehensive debugging toolkit for Documenso integrations.

ai-agentstypescriptpython
0
2,691
Documenso Deploy IntegrationA

'Deploy Documenso integrations across different platforms and environments.

ai-agentstypescriptgo
0
2,691
Documenso Enterprise RbacA

'Configure Documenso enterprise role-based access control and team management.

ai-agentstypescriptgo
0
2,691
Documenso Hello WorldA

'Create a minimal working Documenso example.

ai-agentstypescriptpython
0
2,691
Documenso Incident RunbookA

'Manage incident response for Documenso integration issues.

ai-agentstypescriptbash
0
2,691
Documenso Install AuthB

'Install and configure Documenso SDK/API authentication.

ai-agentstypescriptpython
0
2,691
Documenso Local Dev LoopA

'Set up local development environment and testing workflow for Documenso.

ai-agentstypescriptbash
0
2,691
Documenso Migration Deep DiveA

'Execute comprehensive Documenso migration strategies for platform switches.

ai-agentstypescriptgo
0
2,691
Documenso Multi Env SetupA

'Configure Documenso across multiple environments (dev, staging, production).

ai-agentstypescriptbash
0
2,691
Documenso ObservabilityA

'Implement monitoring, logging, and tracing for Documenso integrations.

ai-agentstypescriptexpress
0
2,691
Documenso Performance TuningA

'Optimize Documenso integration performance with caching, batching, and

ai-agentstypescriptnode
0
2,691
Documenso Prod ChecklistA

'Execute Documenso production deployment checklist and rollback procedures.

ai-agentsrustgo
0
2,691
Documenso Rate LimitsA

'Implement Documenso rate limiting, backoff, and request throttling patterns.

ai-agentstypescriptpython
0
2,691
Documenso Reference ArchitectureA

'Implement Documenso reference architecture with best-practice project

ai-agentstypescriptrust
0
2,691
Documenso Sdk PatternsA

'Apply production-ready Documenso SDK patterns for TypeScript and Python.

ai-agentstypescriptpython
0
2,691
Documenso Security BasicsA

'Implement security best practices for Documenso document signing integrations.

ai-agentstypescriptpython
0
2,691
Documenso Upgrade MigrationB

'Manage Documenso API version upgrades and SDK migrations.

ai-agentstypescriptpython
0
2,691
Documenso Webhooks EventsA

'Implement Documenso webhook configuration and event handling.

ai-agentstypescriptpython
0
2,691
Elevenlabs Ci IntegrationA

Configure CI/CD pipelines for ElevenLabs with mocked unit tests and gated integration tests. Use when setting up GitHub Actions for TTS projects, configuring CI test strategies, or automating ElevenLabs integration validation without burning character quota on every PR. Trigger with "elevenlabs CI", "elevenlabs GitHub Actions", "elevenlabs automated tests", "CI elevenlabs", "elevenlabs pipeline".

ai-agentstypescriptbash
0
2,691
Elevenlabs Common ErrorsA

Diagnose and fix ElevenLabs API errors by HTTP status code. Use when encountering ElevenLabs errors, debugging failed TTS/STS requests, or troubleshooting voice cloning and streaming issues. Trigger with "elevenlabs error", "fix elevenlabs", "elevenlabs not working", "debug elevenlabs", "elevenlabs 401", "elevenlabs 429", "elevenlabs 400".

ai-agentstypescriptshell
0
2,691
Elevenlabs Core Workflow AA

Implement ElevenLabs text-to-speech and voice cloning workflows. Use when building TTS features, cloning voices from audio samples, streaming speech to a chatbot, or implementing the primary ElevenLabs money-path: voice generation. Trigger with "elevenlabs TTS", "text to speech", "voice cloning elevenlabs", "clone a voice", "generate speech", "elevenlabs voice".

ai-agentstypescriptgo
0
2,691
Elevenlabs Core Workflow BA

Implement ElevenLabs speech-to-speech, sound effects, audio isolation, and speech-to-text. Use when converting one voice to another, generating sound effects from a text description, removing background noise from a recording, or transcribing audio. Trigger with "elevenlabs speech to speech", "voice changer", "sound effects", "audio isolation", "remove background noise", "elevenlabs transcribe".

ai-agentstypescriptbash
0
2,691
Elevenlabs Cost TuningA

Optimize ElevenLabs costs through model selection, character-efficient patterns, caching, and usage monitoring with budget alerts. Use when analyzing ElevenLabs billing, reducing character usage, hunting down bill shock, or implementing quota monitoring for TTS workloads. Trigger with "elevenlabs cost", "elevenlabs billing", "reduce elevenlabs costs", "elevenlabs pricing", "elevenlabs expensive", "elevenlabs budget", "elevenlabs characters", "elevenlabs quota".

ai-agentstypescriptgo
0
2,691
Elevenlabs Debug BundleA

Collect ElevenLabs debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing a support ticket, or gathering diagnostic information (SDK version, API connectivity, quota, voice inventory, model availability) for an ElevenLabs problem, with secrets redacted automatically. Trigger with "elevenlabs debug", "elevenlabs support bundle", "collect elevenlabs logs", "elevenlabs diagnostic", "elevenlabs support ticket".

ai-agentstypescriptgo
0
2,691
Elevenlabs Deploy IntegrationA

Deploy ElevenLabs TTS applications to Vercel, Fly.io, and Cloud Run. Use when deploying ElevenLabs-powered apps to production, configuring platform-specific secrets, or setting up serverless TTS. Trigger with "deploy elevenlabs", "elevenlabs Vercel", "elevenlabs Cloud Run", "elevenlabs Fly.io", "elevenlabs serverless", "host TTS API".

ai-agentsgobash
0
2,691
Elevenlabs Hello WorldA

Generate your first ElevenLabs text-to-speech audio file. Use when starting a new ElevenLabs integration, testing your setup, or learning basic TTS API patterns before wiring voice into a real app. Trigger with "elevenlabs hello world", "elevenlabs example", "elevenlabs quick start", "first elevenlabs TTS", "text to speech demo".

ai-agentstypescriptpython
0
2,691
Elevenlabs Install AuthB

Install and configure ElevenLabs SDK authentication for Node.js or Python. Use when setting up a new ElevenLabs project, configuring API keys, or initializing the elevenlabs npm/pip package. Trigger with "install elevenlabs", "setup elevenlabs", "elevenlabs auth", "configure elevenlabs API key", "elevenlabs credentials".

ai-agentstypescriptpython
0
2,691
Elevenlabs Local Dev LoopA

Use when setting up a local ElevenLabs dev environment for a TTS/voice project and you need SDK mocking, hot reload, quota-aware iteration, and audio-output testing that does not burn character quota during development. Trigger with "elevenlabs dev setup", "elevenlabs local development", "elevenlabs dev environment", "develop with elevenlabs", "test elevenlabs locally".

ai-agentstypescriptbash
0
2,691
Elevenlabs Performance TuningA

Optimize ElevenLabs TTS latency with model selection, streaming, caching, and audio format tuning. Use when experiencing slow TTS responses, implementing real-time voice features, or optimizing audio generation throughput. Trigger with "elevenlabs performance", "optimize elevenlabs", "elevenlabs latency", "elevenlabs slow", "fast TTS", "reduce elevenlabs latency", or "TTS streaming".

ai-agentstypescriptgo
0
2,691