Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
shubhamtaywade82
GitHub-Creator-Profil

shubhamtaywade82

Repository-Ansicht von 91 gesammelten Skills in 16 GitHub-Repositories.

gesammelte Skills
91
Repositories
16
aktualisiert
2026-07-20
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

code-deslopper
Softwareentwickler

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.

2026-06-07
clean-ruby-code
Softwareentwickler

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.

2026-04-25
safe-codebase-cleanup
Softwareentwickler

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.

2026-04-25
crypto-execution-safety
Softwareentwickler

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.

2026-03-01
crypto-risk-sizing
Softwareentwickler

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.

2026-03-01
intraday-pipeline
Softwareentwickler

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.

2026-03-01
prompt-evaluator
Softwarequalitätssicherungsanalysten und -tester

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.

2026-03-01
runtime-architecture-check
Computersystemanalytiker

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).

2026-03-01
Zeigt die Top 8 von 25 gesammelten Skills in diesem Repository.
backtest-validator
Datenwissenschaftler

Validate the correctness, realism, and statistical validity of options backtests. Detect implementation errors, data leakage, execution issues, overfitting, and unrealistic assumptions before accepting any trading strategy.

2026-07-12
dhanhq-api
Softwareentwickler

Comprehensive broker integration for market research, backtesting, paper trading, and live execution using DhanHQ APIs.

2026-07-12
indicator-research
Datenwissenschaftler

Research, evaluate, optimize, and validate technical indicators and derived features for Indian index option buying strategies using DhanHQ market data.

2026-07-12
market-research
Marktforschungsanalysten und Marketingspezialisten

Perform comprehensive quantitative market research for Indian index options trading using DhanHQ market data. Analyze trend, volatility, liquidity, market structure, option chain, and regime before any strategy development or backtesting.

2026-07-12
market-structure-analysis
Datenwissenschaftler

Perform institutional-grade market structure analysis on Indian index prices. Detect swing points, Break of Structure (BOS), Change of Character (CHOCH), liquidity sweeps, ranges, and compressions before strategy development.

2026-07-12
monte-carlo-analysis
Datenwissenschaftler

Evaluate trading strategy robustness using Monte Carlo simulations with realistic market, execution, and portfolio perturbations for long-only options trading.

2026-07-12
option-chain-analysis
Datenwissenschaftler

Perform institutional-grade option chain analysis for Indian index options using DhanHQ APIs. Analyze liquidity, open interest, implied volatility, Greeks, dealer positioning, strike quality, and directional opportunities for long-only CE/PE strategies.

2026-07-12
paper-trading
Softwareentwickler

Execute strategies in a production-identical environment using a virtual broker that accurately models Dhan order execution, option chain behaviour, slippage, commissions, latency and portfolio management.

2026-07-12
Zeigt die Top 8 von 19 gesammelten Skills in diesem Repository.
options-strategy-builder
Persönliche Finanzberater

Options-aware Pine strategy patterns—ATM/near-ATM discipline, risk/reward framing, confirmation stack. Use when the user mentions options, CE/PE, NSE, or defined-risk option buying alongside signals.

2026-04-03
pine-debugger
Softwareentwickler

Debugs Pine Script v6 compile errors, runtime logic mistakes, repainting, and order/fill misunderstandings. Use when the user pastes an error, wrong signals, or unexpected backtest behavior.

2026-04-03
pine-indicator-builder
Softwareentwickler

Builds Pine Script v6 indicators with grouped inputs, core ta logic, visuals, and alerts. Use when the user asks for an indicator, overlay, oscillator, or study (not a backtest strategy).

2026-04-03
pine-optimizer
Softwareentwickler

Improves Pine Script v6 performance, readability, and TradingView resource limits. Use when the user asks to optimize, slim down, or speed up a script.

2026-04-03
pine-strategy-builder
Softwareentwickler

Builds backtestable Pine Script v6 strategies with entries, exits, stops, targets, and risk settings. Use when the user asks for a strategy, backtest, long/short system, or SL/TP rules.

2026-04-03
pine-v6-core
Softwareentwickler

Strict Pine Script v6 syntax, execution model, and API discipline. Use when generating, reviewing, or fixing any Pine Script code, or when the user mentions Pine v6, TradingView scripts, indicators, or strategies.

2026-04-03
smc-core
Softwareentwickler

Smart Money Concepts foundations—structure, liquidity, displacement, order flow context. Use when the user mentions SMC, institutions, liquidity, or smart money in Pine or trading logic.

2026-04-03
smc-fvg-liquidity
Softwareentwickler

Fair value gaps and liquidity sweeps in Pine. Use when the user asks for FVG, imbalance, equal highs/lows, stop runs, or liquidity grabs alongside SMC.

2026-04-03
Zeigt die Top 8 von 11 gesammelten Skills in diesem Repository.
rspec
Softwarequalitätssicherungsanalysten und -tester

RSpec best practices from the RSpec Style Guide and Better Specs. Use when writing or reviewing RSpec specs, request specs, model specs, or integration tests in Ruby/Rails projects.

2026-01-28
ruby
Softwareentwickler

Ruby skills bundle. Contains Ruby-oriented SOLID, TDD, clean code, Ruby Style Guide, Rails Style Guide, RSpec/Better Specs, and design-pattern guidance. Use when working with Ruby or Rails code.

2026-01-28
rails-style
Softwareentwickler

Rails Style Guide (rails.rubystyle.guide) conventions for configuration, routing, controllers, models, Active Record, migrations, views, mailers, and testing. Use when writing or reviewing Rails/Ruby on Rails code.

2026-01-28
ruby-style
Softwareentwickler

Ruby Style Guide (rubystyle.guide) conventions. Use when writing, formatting, or reviewing Ruby code for layout, naming, flow of control, methods, classes, and idioms. Complements RuboCop.

2026-01-28
typescript
Softwareentwickler

TypeScript skills bundle. Contains TypeScript-oriented SOLID, TDD, clean code, and design-pattern guidance. Use when working with TypeScript/TS code. See the "solid" skill under this folder for the main SOLID/TDD/clean-code content.

2026-01-28
solid
Softwareentwickler

TypeScript-focused. Transforms junior-level code into senior-engineer quality software through SOLID, TDD, and clean code. Examples and references use TypeScript/TS. Use when writing or refactoring TypeScript/TS code, planning architecture, reviewing code, or creating tests.

2026-01-28
12 von 16 Repositories angezeigt