Skip to main content
Run any Skill in Manus
with one click
shubhamtaywade82
GitHub creator profile

shubhamtaywade82

Repository-level view of 91 collected skills across 16 GitHub repositories.

skills collected
91
repositories
16
updated
2026-07-20
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

code-deslopper
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
computer-systems-analysts

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
Showing top 8 of 25 collected skills in this repository.
backtest-validator
data-scientists-152051

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
software-developers

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

2026-07-12
indicator-research
data-scientists-152051

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
market-research-analysts-and-marketing-specialists-131161

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
data-scientists-152051

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
data-scientists-152051

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
data-scientists-152051

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
software-developers

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
Showing top 8 of 19 collected skills in this repository.
options-strategy-builder
personal-financial-advisors

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
Showing top 8 of 11 collected skills in this repository.
rspec
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
Showing 12 of 16 repositories