Skip to main content

richfrem/Project_Sanctuary

O SkillsMP coletou 252 skills de richfrem/Project_Sanctuary. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
252
Estrelas no GitHub
5
Forks no GitHub
1

Mostrando 40 de 252 skills coletadas.

ocupação
Desenvolvedores de software
descrição

ADR management skill. Auto-invoked for generating architecture decisions, documenting design rationale, and maintaining the decision record log. Uses native read/write tools to scaffold and update ADR markdown files.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

(Industry standard: Parallel Agent) Primary Use Case: Work that can be partitioned into independent sub-tasks running concurrently across multiple agents. Parallel multi-agent execution pattern. Use when: work can be partitioned into independent tasks that N…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Systematically analyze agent plugins and skills to extract design patterns, architectural decisions, and reusable techniques. Trigger with "analyze this plugin", "mine patterns from", "review plugin structure", "extract learnings from", "what patterns does…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

A minimal well-structured plugin used as a test fixture for self-audit regression testing.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Triggers the L5 Red Team Sub-Agent to rigorously audit a plugin against the 39-point L4 pattern matrix.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Audits a local plugin directory to ensure it perfectly matches the Agent Skills and Claude Plugin Open Standards.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Bridge plugin capabilities (commands, skills, agents, hooks, MCP) to specific agent environments (Claude Code, GitHub Copilot, Gemini, Antigravity). Use this skill when converting or installing a plugin to a target runtime.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Living Chronicle journaling agent. Auto-invoked when creating project event entries, searching history, or reviewing past sessions.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Claude CLI sub-agent system for persona-based analysis. Use when piping large contexts to Anthropic models for security audits, architecture reviews, QA analysis, or any specialized analysis requiring a fresh model context.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Coding conventions enforcement agent. Auto-invoked when writing new code, reviewing code quality, adding headers, or checking documentation compliance across Python, TypeScript/JavaScript, and C#/.NET.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Create technical bundles of code, design, and documentation for external review or context sharing. Use when you need to package multiple project files into a single Markdown file while preserving folder hierarchy and providing contextual notes for each file.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Convert mermaid diagrams mmd/mermaid to .png and have an option to pick/increase resolution level. V2 includes L5 Delegated Constraint Verification for strict binary image linting.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Copilot CLI sub-agent system for persona-based analysis. Use when piping large contexts to GitHub Copilot models for security audits, architecture reviews, QA analysis, or any specialized analysis requiring a fresh model context.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Scaffold GitHub Agent files from an existing Agent Skill. Generates IDE/UI agents (invokable from GitHub Copilot Chat via slash command) and/or CI/CD autonomous agents (GitHub Actions quality gates with Kill Switch). Use when converting a Skill into a…

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

Interactive initialization script that generates Azure AI Foundry Agent API deployment wrappers (Python SDK and Bicep basics) from an existing Agent Skill. Use when adapting a skill into an Azure Foundry environment.

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

Interactive initialization script that generates a compliant Agent Skill containing pre-flight environment checks, subprocess execution scaffolding, and a security-override config. Use when authoring new workflow routines that depend on external containerized…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Scaffold a traditional deterministic GitHub Actions CI/CD workflow. Use this when creating build, test, deploy, lint, release, or security scan pipelines. This is distinct from agentic workflows — no AI is involved at runtime.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Interactive initialization script that generates a compliant lifecycle Hook for an AI Agent or Plugin. Use when you need to automate workflows based on events like PreToolUse or SessionStart.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Interactive initialization script that generates an Antigravity Workflow, Rule, or legacy Claude /command. Use when you need a simple flat-file procedural instruction set.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Interactive initialization script that scaffolds a new Model Context Protocol (MCP) server integration setup. Use when adding native code tools to an agent's environment.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Interactive initialization script that acts as a Plugin Architect. Generates a compliant '.claude-plugin' directory structure and `plugin.json` manifest using diagnostic questioning to ensure proper L4 patterns and Tool Connector schemas.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Interactive initialization script that acts as a Skill Designer and Architect. Generates a compliant Agent Skill containing strict YAML frontmatter, optimal interaction designs, and L4 patterns based on diagnostic questioning.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Interactive initialization script that generates an advanced Agent Skill utilizing L4 State Management, Lifecycle Artifacts, Tone Configuration, and Chained Commands. Use when authoring complex, persistent workflows.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Interactive initialization script that generates a compliant Sub-Agent configuration. Use when you need to create a nested contextual boundary with specific tools or persistent memory.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Python dependency and environment management for multi-service or monorepo python backends. Use when: (1) adding, upgrading, or removing a Python package, (2) responding to Dependabot or security vulnerability alerts (GHSA/CVE), (3) creating a new service…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

(Industry standard: Sequential Agent / Agent as a Tool) Primary Use Case: Delegating a well-defined task to a worker agent, verifying its execution, and repeating if necessary. Inner/outer agent delegation pattern. Use when: work needs to be delegated from a…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Provides information about how to create, structure, install, and audit Agent Skills, Plugins, Antigravity Workflows, and Sub-agents. Trigger this when specifications, rules, or best practices for the ecosystem are required.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Provides active execution protocols to rigorously audit how code, directory structures, and agent actions comply with the authoritative ecosystem specs. Trigger when validating new skills, plugins, or workflows.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Resolves shared ecosystem environment constants (HuggingFace credentials, dataset repo IDs, project root path) for any plugin without depending on internal shared libraries. V2 enforces Token Leakage constraints.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Excel to CSV conversion skill. Convert specific bounding tables or entire worksheets within `.xlsx` or `.xls` binary formats into flat `.csv` tabular data. Use this when you find an Excel file and need its data mapped into an accessible format for text…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Exports sealed Obsidian vault notes into soul_traces.jsonl format for HuggingFace persistence. Implements snapshot isolation, git pre-flight checks, and consumes the huggingface-utils plugin for uploads.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Gemini CLI sub-agent system for persona-based analysis. Use when piping large contexts to Google Gemini models for security audits, architecture reviews, QA analysis, or any specialized analysis requiring a fresh model context.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

MANDATORY - Master initialization and closure skill for new agent sessions. Grounds the agent in Protocol 128 (Hardened Learning Loop), handles Orchestrator handoff, and executes the formal Seal and Persist closure sequences.

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Initialize HuggingFace integration - validates .env variables, tests API connectivity, and ensures the dataset repository structure exists. Use when onboarding a new project to HuggingFace or when credentials change.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Upload primitives for HuggingFace Soul persistence - file, folder, snapshot, JSONL append, and dataset card management with exponential backoff. Use when persisting agent learnings, snapshots, or semantic caches to HuggingFace.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

JSON Hygiene Agent. Detects duplicate keys in JSON configuration files that might be silently ignored by standard parsers. Auto-invoked for JSON audits or manifest validation. V2 includes L5 Delegated Constraint Verification.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Performs an uncompromising L5 Enterprise Red Team Audit on a given plugin against the 39-point architectural maturity matrix. Trigger when the user requests a security audit, red team assessment, structural compliance review, or maturity gap analysis of any…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

(Industry standard: Loop Agent / Single Agent) Primary Use Case: Self-contained research, content generation, and exploration where no inner delegation is required. Self-directed research and knowledge capture loop. Use when: starting a session (Orientation),…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Quality assurance agent for documentation link integrity. Auto-invoked when tasks involve checking, fixing, or auditing documentation links across a repository.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Audits, synchronizes, and maintains the health of the plugin ecosystem. Handles structural compliance checks against Open Standards, agent environment sync (install + cleanup orphans), and README scaffolding. Trigger when validating new plugins, syncing…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 252 skills coletadas.