Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

claude-config

claude-config contient 25 skills collectées depuis shubhamtaywade82, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
25
Stars
0
mis à jour
2026-06-07
Forks
0
Couverture métier
6 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

code-deslopper
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes des systèmes informatiques

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en sécurité de l'information

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-03-01
intraday-execution-safety
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Spécialistes du risque financier

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
Développeurs de logiciels

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

2026-03-01
intraday-strike-selection
Analystes financiers et en placements

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-03-01