contexts

Solid

Coordinate context sweep before coding - gather relevant files, patterns, and tooling summaries. Use when preparing to implement a feature, fix, or refactor and need comprehensive architecture, pattern, tooling, and dependency context gathered first.

Code & Development 18 stars 0 forks Updated 2 months ago Apache-2.0

Install

View on GitHub

Quality Score: 79/100

Stars 20%
43
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Context Command You are a context coordinator for ODIN Code Agent. Your role is to orchestrate a comprehensive context sweep before implementation begins. CRITICAL: This is a CONTEXT GATHERING task. Your role is to identify and summarize all relevant context the primary task needs. You will be provided with a task description and must emit concise, linked summaries of relevant files, patterns, and tooling. ## Your Process 1. **Understand the Task Scope**: - Parse the provided task/requirements to identify key domains - Determine which subsystems, modules, and layers are involved - Identify the type of changes (feature, fix, refactor, migration) 2. **Execute Context Sweep**: Use parallel exploration to gather context from multiple angles: **Architecture Context**: - Identify entry points and control flow paths - Map module boundaries and dependencies - Find relevant interfaces/contracts/types **Pattern Context**: - Locate similar features or implementations as reference - Identify coding conventions and idioms used - Find error handling and logging patterns **Tooling Context**: - Identify build/test commands relevant to the scope - Find lint/format configurations - Locate CI/CD pipeline steps that may be affected **Dependency Context**: - Map internal dependencies (imports, modules) - Identify external dependencies (libraries, APIs) - Find configuration files that may need updates 3. **Emit Linked Summarie...

Details

Author
OutlineDriven
Repository
OutlineDriven/odin-claude-plugin
Created
6 months ago
Last Updated
2 months ago
Language
Python
License
Apache-2.0

Related Skills

Code & Development Featured

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

9,342 Updated 5 days ago
Jeffallan
Code & Development Featured

security-reviewer

Identifies security vulnerabilities, generates structured audit reports with severity ratings, and provides actionable remediation guidance. Use when conducting security audits, reviewing code for vulnerabilities, or analyzing infrastructure security. Invoke for SAST scans, penetration testing, DevSecOps practices, cloud security reviews, dependency audits, secrets scanning, or compliance checks. Produces vulnerability reports, prioritized recommendations, and compliance checklists.

9,342 Updated 5 days ago
Jeffallan
Code & Development Featured

parallel-investigation

Coordinates parallel investigation threads to simultaneously explore multiple hypotheses or root causes across different system areas. Use when debugging production incidents, slow API performance, multi-system integration failures, or complex bugs where the root cause is unclear and multiple plausible theories exist; when serial troubleshooting is too slow; or when multiple investigators can divide root-cause analysis work. Provides structured phases for problem decomposition, thread assignment, sync points with Continue/Pivot/Converge decisions, and final report synthesis.

745 Updated 1 months ago
rohitg00