All authors
Vimalk0703 avatar

Claude Skills by Vimalk0703

github.com/Vimalk0703
66 skillsA× 60B× 5D× 10 installs77 views
Feedback Driven AdaptationA

Use when guardrail strictness needs to adjust based on user signals, project maturity changes, or accumulated session data. Moves guardrails from static rules to dynamic control systems.

developmenttypescriptrust
0
4
Quality GatesA

Graduated pre-commit quality checks that scale with project complexity and user tier. Level 0 for Builder-tier small projects, up to Level 4 for enterprise codebases. Thresholds configurable in architecture.md.

developmenttypescriptpython
0
4
Response Schema ValidationA

Use when building APIs to enforce that every response matches a declared schema before reaching the client. Prevents accidental data leakage, field mismatches, and contract violations.

developmenttypescriptpython
0
4
Test Driven DevelopmentB

Testing discipline that adapts to user tier and task type. Rigorous RED-GREEN-REFACTOR for critical code. Invisible testing for Builder-tier users. Pragmatic skip for trivial changes. The goal is confidence that the code works, not ceremony.

developmentjavascripttypescript
0
4
Verification Before CompletionA

Gate function — no completion claims without fresh verification evidence. Prevents shipping broken code by requiring proof that the change works.

developmentgo
0
4
Adaptive SecurityA

Use when building any application to automatically detect the software type and apply appropriate security measures. Covers web apps, APIs, mobile backends, CLI tools, data pipelines, IoT, desktop apps, and infrastructure.

developmenttypescriptpython
0
4
Bias DetectionA

Use when writing or reviewing code that makes decisions about people — pricing, scoring, ranking, filtering, access control, or content moderation. Detects discriminatory logic and unfair algorithmic patterns.

developmenttypescriptgo
0
4
Compliance AwarenessA

Practical engineering guidance for SOC 2, GDPR, HIPAA compliance and data classification. Covers access controls, audit logging, change management, right to deletion, data portability, consent, PHI encryption, and data classification levels. Engineering checks, not legal advice.

developmenttypescriptpython
0
4
Container SecurityB

Dockerfile best practices, secure base images, no secrets in build context, multi-stage builds, non-root execution, and image scanning guidance.

developmentpythongo
0
4
Dependency ManagementA

Vet packages before adoption, audit for vulnerabilities, pin versions, and prevent dependency bloat.

developmentrustgit
0
4
Pii DetectionA

Detect and flag PII (emails, SSNs, credit cards, phone numbers) in code, test fixtures, and logs. Enforce masking before logging and GDPR/CCPA-aware data handling.

developmenttypescriptgo
0
4
Secrets ManagementA

Use when handling API keys, database credentials, tokens, certificates, or any sensitive configuration values.

developmenttypescriptdocker
0
4
Security First DevelopmentA

OWASP-aware security practices — input validation, secrets management, auth patterns, injection prevention, CORS, rate limiting, and CSP headers.

developmentjavascripttypescript
0
4
Supply Chain SecurityB

Use when adding dependencies, updating packages, or configuring build pipelines to prevent supply chain attacks.

developmentpythonrust
0
4
Threat ModelingA

Apply the STRIDE framework to identify and mitigate security threats. Covers Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, and Elevation of Privilege with practical questions, verification steps, and mitigations for each threat category.

developmenttypescriptpython
0
4
Vendor Risk AssessmentA

Use when integrating third-party services, APIs, SDKs, or SaaS platforms to evaluate their security posture, compliance certifications, data handling practices, and operational reliability before adoption.

developmenttypescriptrust
0
4