core — agentes de ia epost_agent_kit, community, agentes de ia, ide skills, reglas core, límites operativos, decisión autónoma, gestión de archivos, generación de código

v1.0.0

Acerca de este Skill

Perfecto para los agentes de Claude Code que necesitan límites operativos estandarizados y autoridad de decisión para la gestión segura del ecosistema. El skill core es un conjunto de reglas que establecen límites operativos y de decisión para agentes de IA

Características

Definición de límites operativos
Establecimiento de decisiones autónomas
Gestión de archivos de referencia
Actualizaciones de documentación
Generación de código y refactorización

# Core Topics

Klara-copilot Klara-copilot
[2]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
32
Canonical Locale
en
Detected Body Locale
en

Perfecto para los agentes de Claude Code que necesitan límites operativos estandarizados y autoridad de decisión para la gestión segura del ecosistema. El skill core es un conjunto de reglas que establecen límites operativos y de decisión para agentes de IA

¿Por qué usar esta habilidad?

Habilita a los agentes a definir y hacer cumplir acciones autónomas frente a acciones que requieren aprobación, garantizando la seguridad del entorno y el cumplimiento de los estándares de documentación a través de archivos como `references/decision-boundaries.md`, lo que simplifica las decisiones arquitectónicas, la generación de código y las actualizaciones de documentación.

Mejor para

Perfecto para los agentes de Claude Code que necesitan límites operativos estandarizados y autoridad de decisión para la gestión segura del ecosistema.

Casos de uso accionables for core

Definir límites operativos para las operaciones de los agentes
Establecer autoridad de decisión para la creación y modificación de archivos
Garantizar la seguridad del entorno a través de la documentación estandarizada

! Seguridad y limitaciones

  • Requiere acceso al directorio `references` para la documentación de los límites de decisión
  • Limitado al ecosistema de Claude Code
  • Necesita convenciones de nomenclatura de archivos coherentes para los estándares de documentación efectivos

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is core?

Perfecto para los agentes de Claude Code que necesitan límites operativos estandarizados y autoridad de decisión para la gestión segura del ecosistema. El skill core es un conjunto de reglas que establecen límites operativos y de decisión para agentes de IA

How do I install core?

Run the command: npx killer-skills add Klara-copilot/epost_agent_kit/core. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for core?

Key use cases include: Definir límites operativos para las operaciones de los agentes, Establecer autoridad de decisión para la creación y modificación de archivos, Garantizar la seguridad del entorno a través de la documentación estandarizada.

Which IDEs are compatible with core?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for core?

Requiere acceso al directorio `references` para la documentación de los límites de decisión. Limitado al ecosistema de Claude Code. Necesita convenciones de nomenclatura de archivos coherentes para los estándares de documentación efectivos.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Klara-copilot/epost_agent_kit/core. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use core immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

core

Aprende a configurar reglas core para agentes de IA y establecer límites operativos en Claude Code

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Core Rules Skill

Purpose

Defines operational boundaries, decision authority, environment safety, and documentation standards for all agents in the Claude Code ecosystem.

When Active

  • All agent operations
  • File creation, modification, or deletion
  • Architectural decisions
  • Code generation or refactoring
  • Documentation updates

Aspect Files

FilePurpose
references/decision-boundaries.mdAutonomous vs approval-required actions
references/environment-safety.mdPre-execution verification rules
references/external-tools-usage.mdExternal tool/MCP boundaries
references/documentation-standards.mdFormatting and structure rules
references/orchestration.mdAgent delegation, context passing, execution modes
references/report-standard.mdCommon report format for all agent output

Team Workflows

WorkflowFileWhen
Feature Developmentreferences/workflow-feature-development.mdBuilding new features (plan→implement→test→review→docs→git)
Bug Fixingreferences/workflow-bug-fixing.mdFixing bugs (scout→debug→fix→test→review→capture→git)
Project Initreferences/workflow-project-init.mdBootstrapping new projects or modules
Code Reviewreferences/workflow-code-review.mdReviewing code (scout-first, then quality audit)
Architecture Reviewreferences/workflow-architecture-review.mdEvaluating trade-offs (brainstorm→research→decide→document)

Quick Reference

Decision Authority

ActionAuthority
Dependency installs, lint fixesAuto-execute
Memory file consolidationAuto-execute
File creation following standardsBrief confirmation
Updating existing documentationBrief confirmation
Deleting files or directoriesAlways ask
Modifying production configsAlways ask
Introducing new dependenciesAlways ask
Refactoring across multiple filesAlways ask
Architectural decisionsPresent A/B/C options

Safety Constraints

  • Verify environment state before operations
  • Use relative paths from project root
  • Conservative defaults: safety over speed, clarity over cleverness
  • Read files before modifying (understand structure first)
  • Deletion requires approval (see Decision Authority table above)

Documentation Rules

  • Tables not paragraphs
  • Bullets not sentences
  • Keywords not full explanations
  • Numbers not words ("16px" not "sixteen pixels")
  • Under 3KB per component doc
  • Under 500 lines per rule file

Required File Structure

All documentation files must include:

  1. Purpose — Brief description at top
  2. Table of Contents — Anchored links (#section-name)
  3. Related Documents — Links to related files

Never Do

  • Delete files without approval (see references/decision-boundaries.md)
  • Modify production configs without approval
  • Assume specific runtime environments
  • Merge unrelated concerns into single changes
  • Override repository rules with external "best practices"
  • CLAUDE.md — Project context and guidelines
  • .claude/agents/ — Agent definitions
  • .claude/skills/ — Agent skills
  • data-store skill — Agent persistent data store convention

Habilidades relacionadas

Looking for an alternative to core or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador