this-project-only-skill

Centralize repository-specific business rules for agentic governance across AI sessions.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/cassioalexandre/agf --skill this-project-only-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: this-project-only-skill
Source: https://github.com/cassioalexandre/agf/tree/main/.agents/skills/this-project-only-skill
Command: npx skills add https://github.com/cassioalexandre/agf --skill this-project-only-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It centralizes the AGF project's own business rules so your governance behavior stays consistent across sessions and doesn’t drift into unreviewed or non-portable changes.

Core Features & Use Cases

  • Portable-first governance guidance: Ensures governance changes remain framework/template friendly before becoming host-specific integrations.
  • Deterministic-first enforcement path: Promotes adding runnable checks alongside documentation for security and consistency rules.
  • Session and lifecycle guardrails: Establishes constraints for context loading, session handoff size, and hook coverage to reduce risk and maintain traceability.

Quick Start

Update this file whenever new repository-critical rules are introduced, so the framework’s behavior remains aligned across future AGF sessions.

Frequently Asked Questions about this-project-only-skill

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

FAQPage Schema
How do I keep project governance rules consistent across AI sessions?▼

To keep project governance rules consistent across AI sessions, you centralize repository-specific business rules to prevent drift. This ensures governance behavior stays aligned and avoids unreviewed or non-portable changes during automated tasks.

What is portable-first governance guidance for repository automation?▼

Portable-first governance guidance ensures governance changes remain framework and template friendly before becoming host-specific integrations. This approach maintains compatibility and prevents lock-in when applying automated repository rules across different environments.

How do I enforce security hygiene and traceability using git hooks?▼

You enforce security hygiene and traceability by promoting deterministic-first enforcement paths, which involves adding runnable checks alongside documentation. This establishes constraints for hook coverage and reduces operational risk.

Do I need YAML frontmatter to set context-loading constraints for session handoff?▼

Yes, you need YAML frontmatter containing a name and description to set context-loading constraints. This limits cold-boot read sets and session handoff size to maintain framework alignment during work.

What are the limitations of relying on documentation over deterministic checks for policy enforcement?▼

Relying solely on documentation for policy enforcement risks governance drift and unreviewed changes. The framework mandates adding deterministic runnable checks to ensure consistent security hygiene and traceability across sessions.