project-core

Resolve project configuration and guidance files with prioritized JSON and markdown sources.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/matteobortolazzo/cenci --skill project-core-matteobortolazzo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-core
Source: https://github.com/matteobortolazzo/cenci/tree/main/flow/skills/project-core
Command: npx skills add https://github.com/matteobortolazzo/cenci --skill project-core-matteobortolazzo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves inconsistencies in project configuration and guidance by enforcing a unified source of truth for agent behavior and project settings.

Core Features & Use Cases

  • Configuration Resolution: Automatically detects and prioritizes project-specific configuration files like .cenci/config.json over legacy fallbacks.
  • Guidance Management: Centralizes project rules and agent instructions within AGENTS.md to ensure consistent behavior across sessions.
  • Use Case: When starting a new development session, this skill ensures the agent correctly identifies the project's specific rules and configuration, preventing the use of outdated or conflicting settings.

Quick Start

Initialize the project core to verify and load the current configuration and guidance files for this repository.

Frequently Asked Questions about project-core

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

FAQPage Schema
How do I standardize project configuration for consistent agent behavior?

To standardize project configuration, you resolve project-level settings by prioritizing specific JSON configuration files and markdown guidance documents within the repository root, ensuring a single source of truth for agent behavior.

What is the best way to manage project guidance files for AI agents?

Managing project guidance files involves centralizing project rules and agent instructions within an AGENTS.md document, ensuring consistent behavior across development sessions by validating file integrity.

How do I resolve legacy project settings when starting a new development session?

Resolving legacy project settings requires a structured fallback mechanism that automatically detects and prioritizes current project-specific configuration files like .cenci/config.json over older configurations.

Can I use JSON configuration files to enforce project standardization?

Yes, you can use JSON configuration files like .cenci/config.json to enforce project standardization by validating file integrity and providing a unified source of truth for agent settings.

Why does my AI agent use outdated or conflicting settings from the repository root?

Agents use outdated settings when project configuration is not standardized. By validating file integrity and prioritizing specific configuration files, you prevent the use of conflicting project settings.