All authors
yanacuti1121 avatar

Claude Skills by yanacuti1121

github.com/yanacuti1121
3,362 skillsA× 3,037B× 234C× 42D× 31F× 180 installs858 views
Analyzing Windows Amcache ArtifactsA

'Parses and analyzes the Windows Amcache.hve registry hive to extract

ai-agentsrustgo
0
3
Analyzing Windows Event Logs In SplunkA

'Analyzes Windows Security, System, and Sysmon event logs in Splunk to

ai-agentsgoswift
0
3
Analyzing Windows Lnk Files For ArtifactsA

Parse Windows LNK shortcut files to extract target paths, timestamps,

ai-agentspythonshell
0
3
Analyzing Windows Prefetch With PythonA

Parse Windows Prefetch files using the windowsprefetch Python library

ai-agentspythonshell
0
3
Analyzing Windows Registry For ArtifactsA

Extract and analyze Windows Registry hives to uncover user activity,

ai-agentspythonshell
0
3
Analyzing Windows Shellbag ArtifactsA

Analyze Windows Shellbag registry artifacts to reconstruct folder browsing

ai-agentspythonshell
0
3
Animation PrinciplesA

Apply Disney's 12 animation principles to web and app interfaces — squash-and-stretch, anticipation, staging, follow-through, slow-in/slow-out, arcs, secondary action, timing, exaggeration, solid form, straight-ahead vs pose-to-pose, and appeal. Use when asked about "animation principles", "12 principles of animation", "Disney animation", "squash and stretch", "anticipation in UI", "follow through animation", "animation feels lifeless", "make animation feel natural", "physics-based animation"...

ai-agentsspringperformance
0
3
Api Design PatternsA

REST API design — versioning, pagination, error responses, idempotency, rate limiting, OpenAPI spec

ai-agentspythonfastapi
0
3
Api Rate LimitingA

Design and implement API rate limiting — algorithm selection (token bucket, sliding window, fixed window), Redis-based distributed limiting, per-user and per-IP limits, rate limit headers, retry-after, and burst handling. Use when asked to "add rate limiting", "throttle requests", "too many requests", "429", "token bucket", "sliding window counter", "per-user quota", "API abuse", "burst traffic", or "rate limit this endpoint". Do NOT use for: load shedding at the infrastructure layer — that b...

ai-agentsgoexpress
0
3
App Store PreflightA

Use when asked to check an iOS/macOS app before App Store submission, scan for App Store rejection patterns, validate app metadata/privacy manifest/subscription compliance, or run pre-submission Apple Review guidelines checks. Triggers on: 'app store preflight', 'app store rejection check', 'ios submission check', 'apple review guidelines scan', 'preflight ios', 'kiểm tra trước khi nộp app store', 'scan lỗi app store', 'app store compliance', 'privacy manifest check', 'xcode preflight', 'truo...

ai-agentsgobash
0
3
Append Only HypercoreA

Merkle-tree-backed append-only log for distributed audit trails. Hypercore feed creation, append entries, replicate over network, sparse access, and integration with L0 audit hash-chain. Sources: holepunchto/hypercore.

ai-agentsjavascriptjava
0
3
Apply Premium BackgroundA

CSS and Tailwind background effects — animated dots, grids, radial gradients, aurora blurs, mesh gradients, noise textures. Ibelick-style premium backgrounds for hero sections, cards, and full-page layouts.

ai-agentsreactnextjs
0
3
Archive Stream PatternsA

Streaming ZIP and TAR archive creation for agent release packaging. node-archiver streaming API, append files/directories, compression levels, progress events, and integrity verification. Sources: archiverjs/node-archiver.

ai-agentsjavascriptjava
0
3
Argocd GitopsA

Argo CD GitOps reconciliation loop for agent infrastructure. App-of-Apps pattern, sync policies, drift detection, progressive rollouts, and automated self-healing from Git as single source of truth. Sources: argoproj/argo-cd (Apache-2.0).

ai-agentsjavascriptgo
0
3
Arxiv ResearchA

Use when asked to search for academic papers, find related work, look up research on a topic, or retrieve papers from arXiv. Triggers on: 'search papers', 'find papers about', 'arxiv search', 'academic search', 'find related work', 'research papers on', 'literature search', 'find studies on', 'tìm bài báo', 'tìm nghiên cứu', 'tìm paper về', 'tìm tài liệu học thuật'.

ai-agentspythongo
0
3
Ashishpatel26 500 Ai ProjectsA

Kho tổng hợp 500+ project AI/ML/DL/CV/NLP kèm code — reference nhanh khi cần implementation mẫu. Bao gồm CV, NLP, healthcare ML, time series, production ML.

ai-agentsgogit
0
3
Assemblyscript To WasmA

AssemblyScript TypeScript→WebAssembly compilation. Typed arrays, memory management (heap/Arena), loader for JS host, --optimize flags. Bridge TypeScript codebases to WASM performance without learning Rust. Sources: AssemblyScript/assemblyscript (Apache-2.0).

ai-agentsjavascripttypescript
0
3
Ast Code ManipulationA

AST-based code reading, analysis, and mutation for AI agents. JavaScript AST parsing with espree/acorn, AST-to-code generation with escodegen, large-source string editing with magic-string and source maps, CSS AST walking with PostCSS. Never use regex for structural code transforms — use AST. Sources: eslint/espree, acornjs/acorn, estools/escodegen, rich-harris/magic-string, postcss/postcss.

ai-agentsjavascripttypescript
0
3
Ast Codegen PatternsA

Code generation from AST back to source text. esotope-style compact code output, format-preserving reprint, and round-trip AST → source pipelines for codemods and refactoring tools. Sources: glaynge/esotope (BSD-2-Clause).

ai-agentsjavascripttypescript
0
3
Ast Injection ScannerD

Statically scan agent-generated JavaScript and shell scripts for dangerous patterns using AST analysis (acorn/swc). Detect eval(), process.env access, dynamic require(), child_process usage, and path traversal before code execution.

ai-agentsjavascriptpython
0
3
Async Storage PatternsA

Async key-value storage with automatic driver selection. localForage API patterns, IndexedDB/WebSQL/localStorage fallback chain, binary data storage, expiry patterns, and offline-first agent state persistence. Sources: localForage/localForage.

ai-agentsjavascripttypescript
0
3
Audit Env VariablesA

Analyze environment variables in JavaScript/TypeScript projects. Identifies unused variables, infers permission scopes, detects specific services (Stripe, AWS, Supabase), and documents code paths. Includes optional cleanup of unused variables with regression detection. Use when auditing .env files, reviewing security, or documenting project configuration.

ai-agentsjavascripttypescript
0
3
Auditing Aws S3 Bucket PermissionsA

'Systematically audit AWS S3 bucket permissions to identify publicly

ai-agentspythonrust
0
3
Auditing Azure Active Directory ConfigurationA

'Auditing Microsoft Entra ID (Azure Active Directory) configuration to

ai-agentspythongo
0
3
Auditing Cloud With Cis BenchmarksA

'This skill details how to conduct cloud security audits using Center

ai-agentsrustgo
0
3
Auditing Gcp Iam PermissionsA

'Auditing Google Cloud Platform IAM permissions to identify overly permissive

ai-agentspythongo
0
3
Auditing Kubernetes Cluster RbacB

'Auditing Kubernetes cluster RBAC configurations to identify overly permissive

ai-agentspythonbash
0
3
Auditing Terraform Infrastructure For SecurityA

'Auditing Terraform infrastructure-as-code for security misconfigurations

ai-agentspythongo
0
3
Auditing Tls Certificate Transparency LogsA

'Monitors Certificate Transparency (CT) logs to detect unauthorized certificate

ai-agentspythonrust
0
3
Augmented Reality From ScratchA

Use when implementing the core AR pipeline (camera pose estimation, marker tracking, projection overlay) from first principles — not when just using ARKit/ARCore/Unity's AR framework as a black box. Triggers on: 'build augmented reality from scratch', 'marker-based AR tracking', 'camera pose estimation', 'implement fiducial marker detection', 'AR projection matrix math', 'markerless AR tracking'. Covers marker-based vs markerless tracking, pose estimation, and the projection math to overlay 3...

ai-agentsgo
0
3
Auth PatternsA

Design authentication and authorization systems — JWT lifecycle, OAuth 2.0 / OIDC flows, token storage, refresh strategy, RBAC and ABAC permission models. Use when asked about "login flow", "JWT", "OAuth", "refresh token", "access control", "permissions", "RBAC", "who can see what", or "auth is broken". Do NOT use for: session-based auth vs token trade-off analysis (that's an architecture decision) or security penetration testing (use `red-team-check`).

ai-agentsgotesting
0
3
Auth Strategy PatternsA

Pluggable authentication strategy architecture. Passport.js strategy pattern, bearer token strategy, local strategy, strategy switching between token/key/signature auth, and session-less agent auth. Sources: jaredhanson/passport.

ai-agentsjavascriptjava
0
3
Auto Feedback LoopA

Implement self-correcting agent loops — run tests, capture failures, feed error context back to the writing agent, and repeat until pass or max-attempts reached. Inspired by Microsoft AutoGen's multi-agent reflection pattern. Use when asked about "auto-feedback loop", "self-correcting agent", "AutoGen reflection", "agent retry on failure", "tdd feedback loop", "automatic fix loop", "agent keeps fixing until tests pass", "feedback-loop script", "run-until-green", or "agent self-correction". Do...

ai-agentspythonbash
0
3
AutogenA

Build conversational multi-agent systems with AutoGen (AG2) — define AssistantAgent and UserProxyAgent, set up GroupChat with GroupChatManager for round-robin or auto routing, enable code execution, and compose nested chats or sequential pipelines.

ai-agentspythonbash
0
3
Automating Ioc EnrichmentA

'Automates the enrichment of raw indicators of compromise with multi-source

ai-agentspythonrust
0
3
Automerge CrdtA

Automerge CRDT for Git-like branching, independent editing, and automatic merge of agent state without a central server. Document fork/merge, change history, and conflict-free concurrent writes. Sources: automerge/automerge (MIT).

ai-agentsjavascriptjava
0
3
Autonomous Patching LoopB

Closed-loop scan → isolate → repair → verify cycle. Agent detects code vulnerabilities or test failures, creates an isolated fix branch, applies auto-remediation, runs the full test gate, and merges only on pass. Inspired by darrenburns/cliche error capture + marionevra/awesome-ai-agents-security playbooks.

ai-agentspythonbash
0
3
Babel Ast TransformA

Babel plugin architecture for AST-based code transformations. Visitor pattern traversal, path/scope API, custom transform rules, and automated codemod pipelines. Sources: babel/babel (MIT).

ai-agentsjavascripttypescript
0
3
Baseline UiA

Establish CSS/Tailwind baseline quality — font smoothing, line-height defaults, box-sizing, focus rings, color contrast, Tailwind anti-patterns, and CSS containment. Use when asked to "set up CSS baseline", "Tailwind best practices", "fix font rendering", "global CSS foundation", "typography defaults", "CSS anti-patterns", "improve CSS quality", "line-height reset", "normalize styles", or reviewing a new project's base styles for correctness. Do NOT use for: full design system token architect...

ai-agentsreactnode
0
3
Benchmark MethodologyA

Use after competitive-platform-analysis has produced a tiered competitor set. Scores each competitor across nine weighted dimensions (positioning, voice, visual craft, offer packaging, evidence, enterprise-readiness, thought leadership, pricing, client's strategic tension) with explicit 1–5 rubrics and a tension-plot. Precedes competitive-report-structure.

ai-agentsrustgo
0
3
Bft Consensus PatternsA

Implement Byzantine Fault Tolerant voting for critical agent decisions. 3-of-N quorum for infrastructure writes, reputation-weighted voting, dual-verification pipelines, and automatic privilege demotion.

ai-agentsrustgit
0
3
Bittorrent Client From ScratchA

Use when building a BitTorrent client or any peer-to-peer file-sharing protocol from first principles — not when integrating an existing torrent library. Triggers on: 'build a torrent client', 'implement bittorrent protocol', 'peer wire protocol', 'bencode parser', 'write a torrent tracker client', 'piece selection algorithm'. Covers bencode encoding, tracker HTTP/UDP protocol, the peer wire protocol, and piece-selection strategy.

ai-agentsgo
0
3
Blue Team FixA

Defensive response to red team security findings — analyze each vulnerability, propose a targeted fix, and add a test that covers the fix. Use when the user has a security finding list (from red-team-check or a manual audit) and wants to fix the vulnerabilities. Produces: root cause analysis, code fix, and test. Does not auto-apply fixes — proposes and waits for user approval per fix.

ai-agentsgoapi
0
3
Book A Philosophy Of Software Design FullA

Philosophy of Software Design (John Ousterhout) — Full rules — comprehensive mandatory coding standards. Use when asked to apply Philosophy of Software Design principles or review code against Philosophy of Software Design standards.

ai-agentsgotesting
0
3
Book A Philosophy Of Software Design MiniA

Philosophy of Software Design (John Ousterhout) — Condensed rules — key principles distilled. Use when asked to apply Philosophy of Software Design principles or review code against Philosophy of Software Design standards.

ai-agentstestingrefactoring
0
3
Book A Philosophy Of Software Design NanoA

Philosophy of Software Design (John Ousterhout) — Minimal rules — essential one-liners only. Use when asked to apply Philosophy of Software Design principles or review code against Philosophy of Software Design standards.

ai-agentsgitapi
0
3
Book Clean Architecture FullA

Clean Architecture (Robert C. Martin) — Full rules — comprehensive mandatory coding standards. Use when asked to apply Clean Architecture principles or review code against Clean Architecture standards.

ai-agentsgotesting
0
3
Book Clean Architecture MiniA

Clean Architecture (Robert C. Martin) — Condensed rules — key principles distilled. Use when asked to apply Clean Architecture principles or review code against Clean Architecture standards.

ai-agentssqlrefactoring
0
3
Book Clean Architecture NanoA

Clean Architecture (Robert C. Martin) — Minimal rules — essential one-liners only. Use when asked to apply Clean Architecture principles or review code against Clean Architecture standards.

ai-agentsgosql
0
3
Book Clean Code FullA

Clean Code (Robert C. Martin) — Full rules — comprehensive mandatory coding standards. Use when asked to apply Clean Code principles or review code against Clean Code standards.

ai-agentsrustgo
0
3