previdenciario-onboarding

Configures a Brazilian social security law plugin through a guided onboarding wizard.

2|3|Updated May 24, 2026
One-click install
npx skills add https://github.com/sbroggioadv/previdenciario-adv-os-marketplace --skill previdenciario-onboarding-sbroggioadv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: previdenciario-onboarding
Source: https://github.com/sbroggioadv/previdenciario-adv-os-marketplace/tree/main/previdenciario-adv-os/skills/previdenciario-onboarding
Command: npx skills add https://github.com/sbroggioadv/previdenciario-adv-os-marketplace --skill previdenciario-onboarding-sbroggioadv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Setting up a specialized legal plugin requires collecting operator identity, practice areas, tone preferences, and tool integrations, which is error-prone when done manually. This Skill runs a structured wizard that gathers all configuration data and renders the workspace files automatically. ## Core Features & Use Cases - Guided Configuration Wizard: Walks the operator through identity (name, OAB number, office, city), subareas (RGPS, RPPS, Complementary Pension, Occupational Accident), specialties, and tone of voice with real-time validation. - Workspace Rendering: Generates cowork-state.json, persona.md, CLAUDE.md, MEMORY.md, and .claude/settings.local.json via scripts/render.py. - Idempotent Updates: Detects existing configuration and offers update, continue, or recreate flows with confirmation safeguards. - Use Case: A Brazilian social security lawyer installs the plugin, runs /start-previdenciario, answers the wizard questions in about five minutes, and gets a fully configured workspace with persona and memory files. ## Quick Start Run /start-previdenciario in your working folder and answer the wizard questions to configure the plugin.

Frequently Asked Questions about previdenciario-onboarding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure the previdenciario plugin for the first time?▼

Run /start-previdenciario in your working folder to launch the onboarding wizard. It asks about your identity, OAB number, subareas, tone of voice, and tools, then renders the configuration files in about five minutes.

What files does the onboarding wizard create?▼

The wizard generates cowork-state.json, persona.md, CLAUDE.md, and MEMORY.md inside a previdenciario/ folder, plus .claude/settings.local.json with environment variables pointing to the persona and workspace path.

Can I update an existing previdenciario configuration?▼

Yes. When existing state is detected, the wizard offers to continue, update specific blocks, or recreate from scratch. The recreate option requires double confirmation because it erases existing memory.

Does the onboarding wizard collect sensitive client data?▼

No. The wizard explicitly never requests CPF, NIT, CNIS content, or real client data. It only collects operator identity, practice preferences, and optional tool declarations, and sends nothing to external services.

What practice areas does the previdenciario plugin support?▼

The wizard covers four subareas: RGPS (private sector and INSS), RPPS (public servants), Complementary Pension (closed and open entities), and Occupational Accident law. RGPS is enabled by default and specialties are suggested per subarea.