All authors
nuroctane avatar

Claude Skills by nuroctane

github.com/nuroctane
1,173 skillsA× 1,031B× 97C× 20D× 16F× 90 installs217 views
Securing Api Gateway With Aws WafB

'Secures AWS API Gateway endpoints with AWS WAF by configuring managed

ai-agentsgobash
0
3
Securing Aws Iam PermissionsA

'Hardens AWS IAM configurations to enforce least-privilege access, covering

ai-agentsgobash
0
3
Securing Aws Lambda Execution RolesA

'Hardens AWS Lambda execution roles by writing least-privilege IAM policies,

ai-agentsrustbash
0
3
Securing Azure With Microsoft DefenderA

'Deploys and configures Microsoft Defender for Cloud as a CNAPP for

ai-agentsgoshell
0
3
Securing Container Registry ImagesF

'Secures container registry images (ECR, ACR, GCR, Docker Hub) by scanning

ai-agentsgobash
0
3
Securing Container Registry With HarborB

Configures the security features of the Harbor open-source container registry - integrated Trivy scanning, Cosign and Notary content trust policies, project-level RBAC, immutable tag and retention rules, and OIDC authentication - to enforce provenance and block deployment of vulnerable images. Use when deploying or hardening Harbor, or when compliance requires that only signed and scanned images can be pulled. Keywords: Harbor, project policy, content trust, immutable tag, retention, robot ac...

ai-agentsrustgo
0
3
Securing Github Actions WorkflowsA

'Hardens GitHub Actions workflows against supply chain attacks, credential

ai-agentsrustshell
0
3
Securing Helm Chart DeploymentsB

Secures Helm chart deployments by verifying chart signatures and provenance, rendering and linting templates for misconfiguration, enforcing pod security contexts through values.yaml, moving secrets into an external store instead of Helm values, and scoping RBAC for Helm operations in CI/CD. Use when deploying charts to Kubernetes or reviewing chart provenance, templates, or release RBAC. Keywords: Helm, provenance file, helm verify, helm lint, values.yaml, Tiller-less, release RBAC, external...

ai-agentsbashkubernetes
0
3
Securing Historian Server In Ot EnvironmentA

'Audits and hardens process historian servers (OSIsoft PI, Honeywell PHD,

ai-agentspythonrust
0
3
Securing Kubernetes On CloudA

'Hardens managed Kubernetes clusters on EKS, AKS, and GKE by implementing

ai-agentsrustgo
0
3
Securing Remote Access To Ot EnvironmentA

'Designs and configures secure remote access to OT/ICS environments for

ai-agentspythonrust
0
3
Securing Serverless FunctionsA

'Hardens serverless compute platforms (AWS Lambda, Azure Functions, Google

ai-agentspythongo
0
3
Testing Api For Broken Object Level AuthorizationC

'Tests REST and GraphQL APIs for Broken Object Level Authorization (BOLA/IDOR,

ai-agentspythongo
0
3
Testing Api For Mass Assignment VulnerabilityB

'Tests APIs for mass assignment (auto-binding), OWASP API3:2023, by identifying

ai-agentspythongo
0
3
Testing Api Security With Owasp Top 10A

Systematically assesses REST, GraphQL, and gRPC API endpoints against the OWASP

ai-agentsrustbash
0
3
Testing For Broken Access ControlA

Systematically tests web applications and APIs for broken access control

ai-agentsgobash
0
3
Testing For Business Logic VulnerabilitiesA

Manually identifies flaws in application business logic - price manipulation,

ai-agentspythonrust
0
3
Testing For Email Header InjectionB

Tests web application email functionality (contact forms, password reset,

ai-agentsrustgo
0
3
Testing For Json Web Token VulnerabilitiesA

Tests JWT implementations for algorithm confusion, "none" algorithm bypass,

ai-agentspythongo
0
3
Testing For Open Redirect VulnerabilitiesA

Identifies and exploits open redirect vulnerabilities by analyzing URL

ai-agentsjavascriptpython
0
3
Testing For System Prompt LeakageA

Extracts LLM system prompts using direct requests, jailbreak/instruction-override

ai-agentspythonbash
0
3
Testing For Xss VulnerabilitiesA

Tests web applications for reflected, stored, and DOM-based Cross-Site

ai-agentsjavascriptgo
0
3
Testing Oauth2 Implementation FlawsA

Tests OAuth 2.0 and OpenID Connect implementations for authorization code

ai-agentsjavascriptpython
0
3
Testing Prompt Injection In Rag PipelinesA

Probes Retrieval-Augmented Generation pipelines for indirect prompt injection

ai-agentspythonrust
0
3
Testing Ransomware Recovery ProceduresA

Tests and validates ransomware recovery procedures - backup restore operations

ai-agentsgobash
0
3
Testing Websocket Api SecurityB

Tests WebSocket API implementations for missing upgrade-handshake authentication,

ai-agentsjavascriptpython
0
3
Tracking Threat Actor InfrastructureA

Discovers and maps adversary-controlled infrastructure (C2 servers,

ai-agentspythonrust
0
3
Triaging Security Incident With Ir PlaybookB

Classifies and prioritizes security incidents using structured IR

ai-agentspythonrust
0
3
Triaging Security IncidentA

'Performs initial triage of security incidents using the NIST SP

ai-agentsrustgo
0
3
Triaging Vulnerabilities With Ssvc FrameworkA

Triages and prioritizes vulnerabilities with CISA's Stakeholder-Specific

ai-agentspythongo
0
3
Triaging Windows With KapeA

Runs KAPE (Kroll Artifact Parser and Extractor) to collect targeted

ai-agentsgitdatabase
0
3
Validating Backup Integrity For RecoveryA

Validates backup integrity through cryptographic hash verification,

ai-agentspythonrust
0
3
Validating Tpm Measured Boot AttestationA

Verifies TPM 2.0 measured-boot integrity and remote attestation with

ai-agentspythonrust
0
3
Verifying Build Provenance With Slsa SigstoreA

Verifies artifact signatures and SLSA provenance using Sigstore's

ai-agentsrustgo
0
3
SegaA

A playful, arcade-inspired interface for games — built on the VT323 pixel typeface, hard-edged 0px corners, chunky pill buttons that physically press into solid offset blocks

ai-agentsgo
0
3
SendcutsendA

Review DXF and STEP/STP uploads for SendCutSend.com orders using its ordering guide, catalog, and specs. Use only for SendCutSend.com preflight reports covering upload readiness, selected material/SKU/thickness/service availability, and service-specific checks for laser cutting, CNC routing, bending, tapping, countersinking, hardware insertion, and finishing.

ai-agentspythonrust
0
3
Setup Matt Pocock SkillsA

Configure this repo for the engineering skills: set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

ai-agentsgogit
0
3
Setup Pre CommitA

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

ai-agentsgobash
0
3
Setup Ts Deep ModulesA

Wire dependency-cruiser into a TypeScript repo so each package is a deep module, with implementation hidden in subfolders and reachable only through its entry-point files. User-invoked.

ai-agentstypescriptgo
0
3
ShadcnA

shadcn/ui expert guidance — CLI, component installation, composition patterns, custom registries, theming, Tailwind CSS integration, and high-quality interface design. Use when initializing shadcn, adding components, composing product UI, building custom registries, configuring themes, or troubleshooting component issues.

ai-agentstypescriptgo
0
3
ShapeA

Wireframe-first pass — outputs an ASCII layout + state list + content inventory + question list before any code. Use when starting a new screen from scratch or when the user's brief is still ambiguous. Invoke when the user asks for shape on their UI, or mentions 'shape' alongside design / UI / frontend work.

ai-agentsgoapi
0
3
Ship DeployA

MANDATORY ship/push/deploy pipeline for EVERY Laboratory repo. Triggers on: ship, push, deploy, put on main, land on main, merge to main, release, publish, sync main, install it (after code), backup after ship, or any request to put work on main / on the user's machine. NEVER bare git-push: always commit (if needed), push origin main, then 7z backup to D:\BACKUP\CODE Backups. nur-cli adds system install of nur.exe after backup. Read C:\Users\david\.agents\SHIP.md and/or run ship.ps1. User sho...

ai-agentsshellnode
0
3
Shipping And LaunchA

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

ai-agentsjavascripttypescript
0
3
Site CliA

Derive a fast, reusable API client or CLI for any website by recording its network requests to a HAR file instead of driving the browser every time. Use whenever the user mentions building a "site CLI", making a CLI for a website/service, watching or recording network requests, HAR files, reverse-engineering a site's private/internal API, or automating a site that has no public API. The HAR is the source of truth; a client built without one is guessing.

ai-agentsshellbash
0
3
SketchA

A friendly, hand-drawn sketch interface inspired by pencil illustrations on warm cream paper. Soft teal brand accents, hand-written display headings, rounded pill controls.

ai-agentsgo
0
3
SkeumorphismA

Real-world mimicry with textured surfaces, 3D effects, and familiar physical metaphors for intuitive digital interfaces.

ai-agentsgogit
0
3
Skill CreatorA

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or iterate on skill quality. Triggers: "create a skill", "make a new skill", "build a skill for", "write a skill that", "skill for doing X", "I want a skill to", "new skill", "design a skill", "scaffold a skill", "improve this skill", "optimi...

ai-agentspythongo
0
3
SleekA

Modern minimalist aesthetic with clean lines, intentional color palette, subtle interactions, and consistent spacing.

ai-agentsgoexpress
0
3
SolidityA

Create production grade smart contracts. Use this skill when the user asks to write smart contracts, specially if they are going to be deployed to production (to a mainnet, or used in a mainnet script).

ai-agentsgonode
0
3
Source Driven DevelopmentB

Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

ai-agentstypescriptpython
0
3