Fabrique numérique des Ministères Sociaux
Official@SocialGouv · France
Fabrique numérique des Ministères Sociaux
Agent Skills by Fabrique numérique des Ministères Sociaux
Showing 19 vetted skills indexed across 1 GitHub repositories.
adversarial-review-loop
Runs adversarial subagent rounds that refute a code diff before pushing or opening a PR.
claude-automation-recommender
Analyze a codebase and recommend Claude Code hooks, subagents, skills, plugins, and MCP servers.
build-mcp-server
Guides developers through designing and scaffolding Model Context Protocol servers for Claude.
build-mcp-app
Build MCP servers that serve interactive UI widgets rendered inline in chat hosts.
build-mcpb
Package local MCP servers with bundled runtimes into installable .mcpb archives.
claude-md-improver
Audit and improve CLAUDE.md files against quality rubrics and templates.
playground
Creates single-file interactive HTML playgrounds with live previews and copyable prompt output.
command-development
Create Claude Code slash commands with frontmatter, arguments, file references, and bash execution.
skill-development
Create and structure SKILL.md files for Claude Code plugins.
plugin-settings
Implements per-project plugin configuration using .claude/plugin-name.local.md files with YAML frontmatter.
plugin-structure
Guides creation of Claude Code plugin directory layouts, manifests, and component organization.
hook-development
Create and validate event-driven hooks for Claude Code plugins.
mcp-integration
Configure Model Context Protocol servers in Claude Code plugins for external service integration.
agent-development
Create and validate Claude Code plugin agents with frontmatter, system prompts, and trigger scenarios.
math-olympiad
Solves competition math problems with parallel solvers and adversarial proof verification.
session-report
Generate an interactive HTML report of Claude Code session token usage from local transcripts.
skill-creator
Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.
frontend-design
Generate production-grade frontend interfaces with distinctive typography, color, motion, and layout.
writing-hookify-rules
Create hookify rule files with YAML frontmatter and regex patterns for hook events.
Frequently Asked Questions About Fabrique numérique des Ministères Sociaux
FAQPage SchemaWhat tasks can I accomplish using SocialGouv's skills?▼
You can create Claude Code plugins, slash commands, hooks, and subagents; build and bundle MCP servers and MCP apps with inline UI widgets; author Iterion .bot files; audit CLAUDE.md files; run adversarial diff reviews; generate session usage reports; and solve IMO/Putnam competition math problems with verified proofs.
Who are these skills designed for?▼
They target developers extending Claude Code: plugin authors scaffolding manifests and hooks, engineers wrapping services as MCP servers, teams hardening pull requests with adversarial review loops, and users needing frontend interfaces, interactive HTML playgrounds, or rigorously verified competition math solutions.
How do I build and distribute an MCP server with these skills?▼
Start with build-mcp-server to settle the deployment model (remote HTTP, MCPB, or local stdio) and tool-design pattern. Add interactive widgets via build-mcp-app, then use build-mcpb to package the server with a bundled Node runtime into an installable .mcpb file requiring no local runtime setup.
Are SocialGouv's skills free and open source?▼
The skills are published publicly under the SocialGouv GitHub organization, which maintains 356 public repositories for the French Ministry of Social Affairs digital factory. The frontend-design skill references complete terms in its LICENSE.txt; check each skill folder for its specific license before redistribution.
What prerequisites do these skills require?▼
Most skills require a Claude Code environment with plugin support. claude-md-improver and claude-automation-recommender need Read, Glob, Grep, Bash, and Edit permissions. session-report reads transcripts from ~/.claude/projects, and math-olympiad optionally uses LaTeX to produce a verified PDF.