All authors
yanacuti1121 avatar

Claude Skills by yanacuti1121

github.com/yanacuti1121
3,362 skillsA× 3,037B× 234C× 42D× 31F× 180 installs891 views
High Perf Data AlgorithmsA

High-performance data processing patterns from 5 repos. O(n log n) array algorithms, lazy evaluation chains, statistical computation on raw data, streaming JSON parsing for large files, and concurrent async queue management. Sources: d3/d3-array, lodash/lodash, simple-statistics/simple-statistics, vitorperes/json-stream, sindresorhus/p-queue.

ai-agentsjavascriptgo
0
3
Honeypot Deception PatternsB

Build active deception infrastructure for agent swarms. Honey-vault canary tokens, ghost file-system with inotify monitoring, decoy agent prompts on the Swarm Bus, and dynamic quarantine on trip detection.

ai-agentsrustgo
0
3
Hook Block CommandsF

Pattern guide for writing PreToolUse hooks that block dangerous shell commands. Use when: building or auditing a guard-destructive hook, adding new blocked patterns, reviewing what the current hook covers. Covers 3 safety levels (critical/high/strict) and 58+ regex patterns. Inspired by: karanb192/claude-code-hooks block-dangerous-commands pattern (MIT).

ai-agentsgoshell
0
3
Hook Protect SecretsF

Pattern guide for writing PreToolUse hooks that block secret file access, credential exfiltration, and environment variable dumps. Use when: auditing token-scope-guard.sh, adding new sensitive file patterns, reviewing what secret paths are protected. Covers 33 file patterns + 24 bash patterns + 15 exfiltration patterns. Inspired by: karanb192/claude-code-hooks protect-secrets pattern (MIT).

ai-agentsgobash
0
3
Hookify RulesC

This skill should be used when the user asks to create a hookify rule, write a hook rule, configure hookify, add a hookify rule, or needs guidance on hookify rule syntax and patterns.

ai-agentspythonbash
0
3
Html Xss FilteringA

Custom-allowlist XSS filtering with fine-grained tag and attribute control. leizongmin/js-xss whitelist configuration, attribute value sanitization, CSS sanitization, and protocol filtering. Sources: leizongmin/js-xss.

ai-agentsjavascriptjava
0
3
Htn Evolutionary PlanningA

Hierarchical Task Network planning (provably correct plans via symbolic decomposition + LLM fallback) and AlphaEvolve evolutionary code search (fitness-gated genetic algorithm). ChatHTN 2025 hybrid, AlphaEvolve DeepMind 2025. Sources: rohitg00/ai-engineering-from-scratch (Apache-2.0).

ai-agentspythongo
0
3
Http Client Auth PatternsA

HTTP client with authentication, retry, progress, and request pipeline patterns. superagent bearer token injection, multipart uploads, response validation, and timeout enforcement for agent API calls. Sources: ladjs/superagent.

ai-agentsjavascriptgo
0
3
Http Proxy InterceptA

HTTP/HTTPS proxy interception for agent network traffic. Trap outbound requests, inspect headers/bodies, enforce domain allowlists, inject auth tokens, and block SSRF targets. Sources: http-party/node-http-proxy.

ai-agentsjavascriptjava
0
3
Http Tunnel PatternsA

HTTP/HTTPS tunneling and SOCKS5 proxy for agent network routing. CONNECT tunnel setup, TLS over HTTP proxy, agent-specific proxy routing, and secure tunnel authentication. Sources: request/request (tunneling patterns), node-tunnel.

ai-agentsjavascriptjava
0
3
Hugoblox KitA

AI-generated sites dưới dạng Markdown — describe site, AI builds it, anh own Markdown files. Landing pages, blogs, portfolios, docs với Tailwind blocks.

ai-agentsgobash
0
3
Hunting Advanced Persistent ThreatsA

'Proactively hunts for Advanced Persistent Threat (APT) activity within

ai-agentsgoshell
0
3
Hunting Credential Stuffing AttacksA

'Detects credential stuffing attacks by analyzing authentication logs

ai-agentspythontesting
0
3
Hunting For Anomalous Powershell ExecutionA

'Hunt for malicious PowerShell activity by analyzing Script Block Logging

ai-agentspythonshell
0
3
Hunting For Beaconing With Frequency AnalysisA

Identify command-and-control beaconing patterns in network traffic by

ai-agentsrustgo
0
3
Hunting For Cobalt Strike BeaconsA

Detect Cobalt Strike beacon network activity using default TLS certificate

ai-agentspythongit
0
3
Hunting For Command And Control BeaconingA

Detect C2 beaconing patterns in network traffic using frequency analysis,

ai-agentsrustgo
0
3
Hunting For Data Exfiltration IndicatorsA

Hunt for data exfiltration through network traffic analysis, detecting

ai-agentsgogit
0
3
Hunting For Data Staging Before ExfiltrationA

Detect data staging activity before exfiltration by monitoring for archive

ai-agentspythongit
0
3
Hunting For Dcom Lateral MovementA

'Hunt for DCOM-based lateral movement by detecting abuse of MMC20.Application,

ai-agentspythongo
0
3
Hunting For Dcsync AttacksA

Detect DCSync attacks by analyzing Windows Event ID 4662 for unauthorized

ai-agentspythonazure
0
3
Hunting For Defense Evasion Via TimestompingA

'Detect NTFS timestamp manipulation (MITRE T1070.006) by comparing $STANDARD_INFORMATION

ai-agentspythonshell
0
3
Hunting For Dns Based PersistenceA

Hunt for DNS-based persistence mechanisms including DNS hijacking, dangling

ai-agentspythonrails
0
3
Hunting For Dns Tunneling With ZeekA

Detect DNS tunneling and data exfiltration by analyzing Zeek dns.log

ai-agentsbashgit
0
3
Hunting For Domain Fronting C2 TrafficA

Detect domain fronting C2 traffic by analyzing SNI vs HTTP Host header

ai-agentspythonazure
0
3
Hunting For Lateral Movement Via WmiA

Detect WMI-based lateral movement by analyzing Windows Event ID 4688

ai-agentspythonshell
0
3
Hunting For Living Off The Cloud TechniquesA

Hunt for adversary abuse of legitimate cloud services for C2, data staging,

ai-agentsgoaws
0
3
Hunting For Living Off The Land BinariesA

Proactively hunt for adversary abuse of legitimate system binaries (LOLBins)

ai-agentsrustshell
0
3
Hunting For Lolbins Execution In Endpoint LogsA

Hunt for adversary abuse of Living Off the Land Binaries (LOLBins) by

ai-agentsjavascriptgo
0
3
Hunting For Ntlm Relay AttacksA

Detect NTLM relay attacks by analyzing Windows Event 4624 logon type

ai-agentspythongo
0
3
Hunting For Persistence Mechanisms In WindowsA

Systematically hunt for adversary persistence mechanisms across Windows

ai-agentsgoshell
0
3
Hunting For Persistence Via Wmi SubscriptionsA

Hunt for adversary persistence through Windows Management Instrumentation

ai-agentsgoshell
0
3
Hunting For Process Injection TechniquesA

Detect process injection techniques (T1055) including CreateRemoteThread,

ai-agentspythongit
0
3
Hunting For Registry Persistence MechanismsA

Hunt for registry-based persistence mechanisms including Run keys, Winlogon

ai-agentsgoshell
0
3
Hunting For Registry Run Key PersistenceA

Detect MITRE ATT&CK T1547.001 registry Run key persistence by analyzing

ai-agentspythongo
0
3
Hunting For Scheduled Task PersistenceA

Hunt for adversary persistence via Windows Scheduled Tasks by analyzing

ai-agentsshellgit
0
3
Hunting For Shadow Copy DeletionA

Hunt for Volume Shadow Copy deletion activity that indicates ransomware

ai-agentsshellgit
0
3
Hunting For Spearphishing IndicatorsA

Hunt for spearphishing campaign indicators across email logs, endpoint

ai-agentsshellgit
0
3
Hunting For Startup Folder PersistenceA

Detect T1547.001 startup folder persistence by monitoring Windows startup

ai-agentspythongo
0
3
Hunting For Supply Chain CompromiseA

Hunt for supply chain compromise indicators including trojanized software

ai-agentsrustgit
0
3
Hunting For Suspicious Scheduled TasksA

Hunt for adversary persistence and execution via Windows scheduled tasks

ai-agentsgoshell
0
3
Hunting For T1098 Account ManipulationA

Hunt for MITRE ATT&CK T1098 account manipulation including shadow admin

ai-agentspythongit
0
3
Hunting For Unusual Network ConnectionsA

Hunt for unusual network connections by analyzing outbound traffic patterns,

ai-agentsgitsecurity
0
3
Hunting For Unusual Service InstallationsA

Detect suspicious Windows service installations (MITRE ATT&CK T1543.003)

ai-agentspythonshell
0
3
Hunting For Webshell ActivityA

Hunt for web shell deployments on internet-facing servers by analyzing

ai-agentsphpshell
0
3
Hyperdrive Distributed FsA

Hyperdrive P2P distributed filesystem for sharing agent sandboxes and source code. Content-addressed files, sparse sync, versioned snapshots, and P2P replication via Hyperswarm. Sources: holepunchto/hyperdrive (MIT).

ai-agentsjavascriptjava
0
3
I18n PatternsA

Design and implement internationalization (i18n) — RTL layout, text expansion budgeting, locale-aware APIs, cultural color semantics, pseudo-localization testing, and Vietnamese-specific considerations. Use when asked about "RTL", "right-to-left", "internationalization", "localization", "i18n", "l10n", "translate the app", "text expansion", "Arabic/Hebrew layout", or "support multiple languages". Do NOT use for: translation content itself — that is a human/MT workflow. Do NOT use for: font lo...

ai-agentsgoreact
0
3
Ibm Mcp Context ForgeA

IBM ContextForge — MCP Gateway + registry: federate MCP servers + A2A + REST/gRPC qua 1 endpoint. OTel tracing, JWT auth, RBAC, 7000+ tests. Production-ready.

ai-agentspythonbash
0
3
Image To CodeA

Convert a UI screenshot, mockup, or design image into production-quality frontend code. Analyzes layout, spacing, component hierarchy, and visual states from the image, then outputs clean, semantic code. Use when the user provides an image/screenshot and asks to "code this", "build this UI", "implement this design", or "turn this into a component". Do NOT use for generating new designs — only for converting existing visuals to code.

ai-agentsgoreact
0
3
Immutable Identity PatternsA

Immutable agent identity using content-addressed identifiers. ethr-did patterns, deterministic ID generation from public key hash, identity anchoring, and verifiable credential issuance. Sources: uport-project/ethr-did.

ai-agentsjavascripttypescript
0
3