with one click
claude-config
claude-config contains 25 collected skills from shubhamtaywade82, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Semantic code cleanup and refactoring assistant that removes AI-generated code smells, unnecessary abstractions, duplication, and framework misuse from Ruby/Rails, JavaScript, TypeScript, React, and Python/Django/FastAPI codebases while preserving observable behavior. Applies Ruby Style Guide, Rails Style Guide, Rails Best Practices, SOLID principles, clean code rules, YARD documentation standards, and RubyCritic/Reek/Flog/Flay/Pylint/ESLint metrics. Use when cleaning up AI-generated code, refactoring over-engineered code, removing dead code, simplifying service layers, consolidating duplicated logic, improving YARD documentation, or reviewing PRs that contain AI-generated boilerplate, placeholder classes, or verbose enterprise patterns. Integrates RuboCop, RubyCritic, Brakeman, Reek, Flay, Solargraph, ESLint, tsc, Knip, Ruff, mypy, Vulture, and Bandit output as Phase 1 amplifiers.
Enforces clean Ruby code principles during all Ruby/Rails code generation, review, and refactoring tasks. Applies naming conventions, method design, boolean logic, class architecture, refactoring patterns, and TDD practices derived from Clean Ruby methodology. Use this skill whenever writing Ruby code, reviewing Ruby pull requests, refactoring Rails models/controllers/services, creating new Ruby classes or modules, writing RSpec tests, or when the user asks for code review, code improvement, naming help, or architecture guidance in Ruby. Also trigger when the user mentions "clean code", "refactor", "code smell", "naming", "SRP", "TDD", or "code quality" in a Ruby context. This skill should activate for ANY Ruby code generation task — even if the user doesn't explicitly ask for "clean" code — because all generated Ruby should be clean by default.
7-pass safe codebase cleanup. Detects, classifies (HIGH/MEDIUM/LOW), and applies only HIGH-confidence changes. Never deletes without proof. Use when asked to clean up, remove dead code, fix error handling, or reduce tech debt safely.
Ensure safe and correct order execution on Delta Exchange India for crypto futures (ARES / crypto-bot). Handles post-only orders, SL/TP placement, slippage, partial fills, WebSocket reconnect safety, and kill switch enforcement.
Calculate position size and enforce capital protection rules for Delta Exchange India crypto futures trading (ARES / crypto-bot). Different from NSE options sizing — accounts for futures leverage, margin, and crypto volatility.
Run the full 7-step intraday NSE/BSE options trading pipeline in sequence. Chains market-regime → strike-selection → entry-validation → risk-sizing → execution-safety → exit-management → post-trade-intel. Use when evaluating or implementing a complete trade from pre-market to post-trade.
Evaluate agent prompts and system instructions for quality and safety. Scores clarity, scope, tool grounding, hallucination risk, determinism, and safety. Returns PRODUCTION READY / NEEDS REVISION / UNSAFE.
Review agent runtime code for architectural violations and separation of concerns. Enforces layer boundaries between inference (ollama-client), runtime (agent-runtime), orchestration (agent-orchestrator), and framework (ares).
Validate agent tool call definitions and runtime behavior for correctness. Checks JSON Schema validity, required fields, output shape, hallucinated fields, name uniqueness, and side-effect safety.
Structured code review for Ruby/Rails projects. Detects file type, scans the local codebase for project-specific patterns first, then applies global skills in priority order. Use when asked to review, audit, or check code quality.
Rails best practices, antipatterns, and performance pitfalls. Covers controllers, models, views, routes, migrations, Active Record query optimization, timeout configuration, and common mistakes. Use when writing, reviewing, or refactoring Rails code. Sources: rails-bestpractices.com, rubocop/rails-style-guide, speedshop.co, ankane/the-ultimate-guide-to-ruby-timeouts.
All 23 GoF design patterns with Ruby implementations from refactoring.guru. Use when designing or refactoring Ruby/Rails code and you need to apply or recognize a design pattern. Covers Creational (5), Structural (7), and Behavioral (11) patterns with Ruby code examples and Rails-specific applications.
Ruby-focused. Transforms junior-level code into senior-engineer quality software through SOLID, TDD, and clean code. Examples and references use Ruby/RSpec. Use when writing or refactoring Ruby code, planning architecture, reviewing code, or creating tests.
Transforms junior-level code into senior-engineer quality software through SOLID principles, TDD, clean code practices, and professional software design. Use when writing code, implementing features, refactoring, planning architecture, designing systems, reviewing code, debugging, creating tests, or making design decisions.
Audit crypto code for Delta Exchange API contract violations and cross-domain API leakage. Use when reviewing crypto-bot or crypto_bot_api code.
Audit Indian market code for DhanHQ API contract violations and cross-domain API leakage. Use when reviewing dhanhq-*, algo_*, dhan_*, market-data-service, or swing_long_trader code.
Validate precise intraday entry timing for options buying. Enforces trend confirmation, VWAP conditions, volume expansion, and cooldown rules.
Ensure safe and correct order execution with broker constraints. Prevents duplicate orders, verifies SL placement, handles slippage and partial fills.
Manage exits, protect profits, and minimize drawdowns for intraday options positions. Covers hard SL, breakeven, trailing SL, time-based exit, and emergency exits.
Classify intraday market regime for NIFTY and SENSEX and decide whether options buying is allowed. Run before any trade is evaluated.
Analyze trade outcomes and enforce kill switches. Tracks expectancy, detects regime mismatch, reduces size after drawdown, and triggers kill switches on 3 consecutive losses or daily loss limit.
Calculate position size and enforce capital protection rules for intraday options trading. Risk per trade capped at 1%.
Select the optimal option strike for intraday buying on NIFTY or SENSEX. Run after regime approval, before entry validation.
Review trading workspace Rails code for architecture violations and refactor accordingly. Enforces service objects, broker abstraction, pure risk functions, and idempotent event handlers.
Generate RSpec test coverage for trading workspace code. Covers happy path, edge cases, state transitions, risk determinism, and handler idempotency.