Add first-class support for a new CodeQL-supported language to the CodeQL Development MCP Server. Use this skill when CodeQL adds support for a new language (e.g., Rust) and the MCP server needs to provide tool queries, prompts, and resources for that language.
Upgrade the CodeQL CLI version and synchronize all ql-mcp- pack dependencies to maintain compatibility. Use this skill when a new CodeQL CLI version is released and the MCP server needs to be updated to use it.
Validate that the CodeQL Development MCP Server reliably returns non-empty AST, CFG, and CallGraph data from the bundled tools queries. Use this skill to ensure the codeqlqueryrun tool properly executes PrintAST, PrintCFG, CallGraphFrom, and CallGraphTo queries for any supported language.
A coding guide for writing and changing C and C++ programs with common security risks in mind. It covers issues involving memory, input, files, queries, commands, and multiple threads.
Scans source code files for hardcoded secrets, leaked credentials, and security vulnerability patterns, then produces a severity-classified audit report (Markdown, SARIF, or JSON). Use this skill — not ad-hoc grep — when the user wants to: scan for hardcoded secrets or API keys, do a security audit, find leaked…
Use this skill when performing code security analysis with Joern. Guides the workflow for importing code, navigating the CPG, tracing data flows, and finding vulnerabilities.
Use The Code Registry MCP server to create accounts, create code vaults, run LOCALAGENT analysis, poll completion correctly, and present business-focused code intelligence for any purpose including due diligence, security, and tech debt workflows.
Guide for creating effective agent skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends the agent's capabilities with specialized knowledge, workflows, or tool integrations. Use when user says "create skill", "new skill", "build a skill", "update skill", or…
A mock technical-interview agent for a Modular RAG MCP Server project. It can optionally use a résumé, ask detailed questions for up to three rounds, and produce a saved interview report with answers, feedback, and scores.