GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Detect available credentials, diagnose gaps against PROJECTPLAN.md, and guide setup for AI agents in any environment.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Detect available credentials, diagnose gaps against PROJECTPLAN.md, and guide setup for AI agents in any environment.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Collect and verify all ATO submission artifacts into a review-ready package.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Deploy applications to cloud.gov — sandbox setup, manifest generation, CI/CD pipeline.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Review AI-assisted code changes and create compliant pull requests with proper attribution.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Generate a project-specific AGENTS.md through interactive decision-tree elicitation.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Create, validate, and index architectural and security decision records using MADR format with federal compliance extensions.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Monitor RSS feeds for federal AI guidance updates, compare against current registry, and generate diff reports for human review.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Run the 62-item federal pre-deployment security checklist against a codebase.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Initialize a code repository with federal security compliance defaults including .gitignore, pre-commit hooks, .editorconfig, and CI/CD security baseline.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Walk through the AI agent risk assessment worksheet interactively, helping users complete each section with context-appropriate guidance.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Look up NIST SP 800-53 controls, OWASP LLM/Agentic risks, or security keywords to find relevant guidance.
GSA-TTS/agentic-coding-playbook
Skill Claude CodeCodex
Automatically set up a new federal coding project from a PROJECTPLAN.md file.
GSA-TTS/agentic-coding-playbook
Instructions file CodexOpenCode
Best practices for AI coding agent behavior in federal development environments — includes behavioral standards, engineering discipline enforcement, and verification requirements.
Skill Claude CodeCodex
Use when the user asks you to write a report or executive summary. Formats the report as a short executive summary of exactly five bullet points covering Purpose, Audience, Problem, Solution, and Conclusion.
MCP server Claude CodeCodexCursor +2
MCP server "usdc-arc-mcp-demo" as configured in GSA-TTS/usdc-arc-mcp-demo. Runs locally from the usdc-arc-mcp-demo Python package.
GSA-TTS/mcp-server-nih-reporter
Skill Claude CodeCodex
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
GSA-TTS/mcp-server-nih-reporter
Skill Claude CodeCodex
Source: NIH Grants Policy Statement Use when: A query involves filtering, identifying, or explaining NIH grant application types by their single-digit (or two-character) type code.
GSA-TTS/mcp-server-nih-reporter
Skill Claude CodeCodex
Source: NIH RePORTER API Data Elements V2 https://api.reporter.nih.gov/documents/Data%20Elements%20for%20RePORTER%20Project%20APIV2.pdf.
Skill Claude CodeCodex
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
MCP server Claude CodeCodexCursor
MCP server "mcp-server-blm-mlrs" as configured in GSA-TTS/mcp-server-blm-mlrs. Runs locally from the mcp-server-blm-mlrs Python package.
Skill Claude CodeCodex
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
MCP server Claude CodeCodexCursor
MCP server "mcp-server-eia" as configured in GSA-TTS/mcp-server-eia. Runs locally from the mcp-server-eia Python package.
Skill Claude CodeCodex
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Skill Claude CodeCodex
Guide for building a Phoenix-based evaluation harness for an MCP server. Use when you need to create or extend LLM-as-judge evaluations that measure how well an agent can accomplish realistic tasks using only the MCP server's tools. Covers the eval/phoenix module layout, dataset creation, the LangChain agent, judges…