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

claude-config

claude-config enthält 25 gesammelte Skills von shubhamtaywade82, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
25
Stars
0
aktualisiert
2026-06-07
Forks
0
Berufsabdeckung
6 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

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
tool-calling-validator
Softwarequalitätssicherungsanalysten und -tester

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.

2026-03-01
code-review
Softwarequalitätssicherungsanalysten und -tester

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.

2026-03-01
rails-best-practices
Softwareentwickler

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.

2026-03-01
ruby-design-patterns
Softwareentwickler

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.

2026-03-01
solid-ruby
Softwareentwickler

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.

2026-03-01
solid
Softwareentwickler

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.

2026-03-01
delta-api-invariant-check
Informationssicherheitsanalysten

Audit crypto code for Delta Exchange API contract violations and cross-domain API leakage. Use when reviewing crypto-bot or crypto_bot_api code.

2026-03-01
dhan-api-invariant-check
Softwarequalitätssicherungsanalysten und -tester

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.

2026-03-01
intraday-entry-validation
Softwareentwickler

Validate precise intraday entry timing for options buying. Enforces trend confirmation, VWAP conditions, volume expansion, and cooldown rules.

2026-03-01
intraday-execution-safety
Softwareentwickler

Ensure safe and correct order execution with broker constraints. Prevents duplicate orders, verifies SL placement, handles slippage and partial fills.

2026-03-01
intraday-exit-management
Softwareentwickler

Manage exits, protect profits, and minimize drawdowns for intraday options positions. Covers hard SL, breakeven, trailing SL, time-based exit, and emergency exits.

2026-03-01
intraday-market-regime
Softwareentwickler

Classify intraday market regime for NIFTY and SENSEX and decide whether options buying is allowed. Run before any trade is evaluated.

2026-03-01
intraday-post-trade-intel
Finanzrisikospezialisten

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.

2026-03-01
intraday-risk-sizing
Softwareentwickler

Calculate position size and enforce capital protection rules for intraday options trading. Risk per trade capped at 1%.

2026-03-01
intraday-strike-selection
Finanz- und Investitionsanalysten

Select the optimal option strike for intraday buying on NIFTY or SENSEX. Run after regime approval, before entry validation.

2026-03-01
rails-trading-refactor
Softwareentwickler

Review trading workspace Rails code for architecture violations and refactor accordingly. Enforces service objects, broker abstraction, pure risk functions, and idempotent event handlers.

2026-03-01
rspec-generator
Softwarequalitätssicherungsanalysten und -tester

Generate RSpec test coverage for trading workspace code. Covers happy path, edge cases, state transitions, risk determinism, and handler idempotency.

2026-03-01