Fabrique numérique des Ministères Sociaux avatar

Fabrique numérique des Ministères Sociaux

Official

@SocialGouv · France

0Followers
|
356Public Repos
|
19Published Skills

Fabrique numérique des Ministères Sociaux

Skills Distribution
DomainDeveloper To...Claude Code Plugin.. (45%)MCP Server Develop.. (20%)Code Review & Veri.. (15%)Frontend & Interac.. (10%)

Agent Skills by Fabrique numérique des Ministères Sociaux

Showing 19 vetted skills indexed across 1 GitHub repositories.

SocialGouvSocialGouv
16

adversarial-review-loop

Runs adversarial subagent rounds that refute a code diff before pushing or opening a PR.

Official
Advanced
SocialGouvSocialGouv
16

claude-automation-recommender

Analyze a codebase and recommend Claude Code hooks, subagents, skills, plugins, and MCP servers.

Official
Intermediate
SocialGouvSocialGouv
16

build-mcp-server

Guides developers through designing and scaffolding Model Context Protocol servers for Claude.

Official
Advanced
SocialGouvSocialGouv
16

build-mcp-app

Build MCP servers that serve interactive UI widgets rendered inline in chat hosts.

Official
Advanced
SocialGouvSocialGouv
16

build-mcpb

Package local MCP servers with bundled runtimes into installable .mcpb archives.

Official
Intermediate
SocialGouvSocialGouv
16

claude-md-improver

Audit and improve CLAUDE.md files against quality rubrics and templates.

Official
Intermediate
SocialGouvSocialGouv
16

playground

Creates single-file interactive HTML playgrounds with live previews and copyable prompt output.

Official
Intermediate
SocialGouvSocialGouv
16

command-development

Create Claude Code slash commands with frontmatter, arguments, file references, and bash execution.

Official
Advanced
SocialGouvSocialGouv
16

skill-development

Create and structure SKILL.md files for Claude Code plugins.

Official
Intermediate
SocialGouvSocialGouv
16

plugin-settings

Implements per-project plugin configuration using .claude/plugin-name.local.md files with YAML frontmatter.

Official
Intermediate
SocialGouvSocialGouv
16

plugin-structure

Guides creation of Claude Code plugin directory layouts, manifests, and component organization.

Official
Intermediate
SocialGouvSocialGouv
16

hook-development

Create and validate event-driven hooks for Claude Code plugins.

Official
Advanced
SocialGouvSocialGouv
16

mcp-integration

Configure Model Context Protocol servers in Claude Code plugins for external service integration.

Official
Intermediate
SocialGouvSocialGouv
16

agent-development

Create and validate Claude Code plugin agents with frontmatter, system prompts, and trigger scenarios.

Official
Intermediate
SocialGouvSocialGouv
16

math-olympiad

Solves competition math problems with parallel solvers and adversarial proof verification.

Official
Advanced
SocialGouvSocialGouv
16

session-report

Generate an interactive HTML report of Claude Code session token usage from local transcripts.

Official
Advanced
SocialGouvSocialGouv
16

skill-creator

Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.

Official
Advanced
SocialGouvSocialGouv
16

frontend-design

Generate production-grade frontend interfaces with distinctive typography, color, motion, and layout.

Official
Intermediate
SocialGouvSocialGouv
16

writing-hookify-rules

Create hookify rule files with YAML frontmatter and regex patterns for hook events.

Official
Intermediate

Frequently Asked Questions About Fabrique numérique des Ministères Sociaux

FAQPage Schema
What 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.