settings
01Stellar-Technology-Services/ai-workshop-demo
Settings file Claude Code
Agent settings declaring 27 allowed tools.
Stellar-Technology-Services/ai-workshop-demo
Settings file Claude Code
Agent settings declaring 27 allowed tools.
Stellar-Technology-Services/ai-workshop-demo
Agent
Use when you need parallel discovery and understanding of a legacy or brownfield codebase using read-only analysis, including safe terminal inspection.
Stellar-Technology-Services/ai-workshop-demo
Agent
Runs the team's shared code-review checklist against the current diff for the ClaimsChat C#/.NET project. Read-only — cannot modify files, commit code, or open PRs. Use before pushing, not only at PR time.
Stellar-Technology-Services/ai-workshop-demo
Agent
Use this agent to review EF Core migrations for correctness and safety before they are applied. It reads the migrations folder, the DbContext, and the entities, then checks default-value alignment, a reversible Down(), existing-row handling, and SQLite rebuild surprises. READ-ONLY — it does not write or modify any…
Stellar-Technology-Services/ai-workshop-demo
Agent
Coordinates the full Orient → Plan → Build → Review → Verify → Ship loop for a ticket in the ClaimsChat project. Delegates to specialized agents at each stage and does not write code directly for complex multi-stage features — it coordinates the agents that do.
Stellar-Technology-Services/ai-workshop-demo
Instructions file GitHub Copilot
Copilot instructions for Stellar-Technology-Services/ai-workshop-demo, covering claimschat: copilot instructions, tech stack, project structure, build, test, run and conventions.
Stellar-Technology-Services/ai-workshop-demo
Skill Claude CodeCodex
Conducts a structured 3-phase code review — understanding intent, cataloguing issues by severity, and stress-testing with adversarial questions. Use when reviewing a code diff, pull request, or snippet for correctness, edge cases, security issues, and merge readiness.
Stellar-Technology-Services/ai-workshop-demo
Skill Claude CodeCodex
Craft a single, high-quality GitHub issue from a developer's description of a bug, unexpected behavior, or desired enhancement. Walks through reproduction, codebase exploration, and structured drafting so the issue is actionable on arrival. Use when user wants to file an issue, report a bug, request a feature, or…
Stellar-Technology-Services/ai-workshop-demo
Skill Claude CodeCodex
Scaffold a safe EF Core (SQLite) migration for a schema change in ClaimsChat, with correct nullable/default handling, a reversible Down(), and an explicit strategy for existing rows. Use whenever a Document field or any entity/schema change is needed.
Stellar-Technology-Services/ai-workshop-demo
Skill Claude CodeCodex
Applies depth-driven layered color and shadow principles to elevate average UI into polished, readable interfaces for both light and dark themes. Use when improving or reviewing UI components, setting up a design token system, applying consistent depth and shadow to an interface, or making a flat or inconsistent UI…
Stellar-Technology-Services/ai-workshop-demo
Skill Claude CodeCodex
Explains unfamiliar or legacy code (what it does, how it flows, why, and where the risks are) before anyone changes it. Use when the user wants to understand, document, or safely prepare to modify code they did not write.
Stellar-Technology-Services/ai-workshop-demo
Skill Claude CodeCodex
Stress-tests ideas by surfacing assumptions, counterarguments, and confidence gaps. Use when evaluating claims, proposals, plans, or decisions that need rigorous intellectual scrutiny.
Stellar-Technology-Services/ai-workshop-demo
Skill Claude CodeCodex
Exhaustive read-only code-quality audit of recent changes — reports every check's findings and proposed fixes without editing code.
Stellar-Technology-Services/ai-workshop-demo
Skill Claude CodeCodex
Reviews a SQL query, view, or stored procedure for correctness, performance, and safety before it ships. Use when reviewing, optimizing, debugging, or explaining a slow or risky SQL/T-SQL statement.
Stellar-Technology-Services/ai-workshop-demo
Skill Claude CodeCodex
Hands off finished work as a single self-contained, shareable HTML file — what changed, why (decision flow), diagrams, and what was left out of scope. Use when a dev finishes a piece of work (a fix, a feature, a PR for review) and wants to write it up or share it with other devs.
Stellar-Technology-Services/ai-workshop-demo
Skill Claude CodeCodex
Guides writing a new agent skill end to end — pinning its trigger, choosing invocation, writing the frontmatter, structuring the body, and pruning to a tight SKILL.md. Use when the user wants to create, write, or refine a skill.
Stellar-Technology-Services/ai-workshop-demo
MCP server Claude CodeCodexCursor
GitHub's hosted MCP server: lets the agent search code, read and create issues and pull requests. Remote server at api.githubcopilot.com.
Stellar-Technology-Services/ai-workshop-demo
MCP server Claude CodeCodexCursor
Lets the agent query and modify a local SQLite database. Runs locally from the mcp-server-sqlite Python package.