session-behavior
Core behavioral guidelines and interaction patterns for the agent. This skill provides the foundation for how the agent should communicate and behave across all interactions. Use this skill to establish consistent behavior patterns at the beginning of a session. The skill defines tone, proactivity level, and request handling strategies that should be applied throughout the session. THIS SKILL HAS HIGH PRIORITY - always load at session start and re-trigger periodically to avoid behavioral drift. During context compaction, these rules should remain at the top priority.
SKILL.md
| Name | session-behavior |
| Description | Core behavioral guidelines and interaction patterns for the agent. This skill provides the foundation for how the agent should communicate and behave across all interactions. Use this skill to establish consistent behavior patterns at the beginning of a session. The skill defines tone, proactivity level, and request handling strategies that should be applied throughout the session. THIS SKILL HAS HIGH PRIORITY - always load at session start and re-trigger periodically to avoid behavioral drift. During context compaction, these rules should remain at the top priority. |
Agent Skills Collection
A curated collection of AI agent skills with progressive disclosure enhancements and agent-agnostic language.
Quick Start
Install Skills
Use the interactive TUI installer to manage skills:
# Using uv (recommended)
uv run --with textual python3 skills_manager.py
# Or if textual is installed
python3 install.py
See INSTALLER.md for detailed instructions and keyboard controls.
Credits
- Anthropic Skills: Original inspiration from anthropics/skills
- Enhanced by: Progressive disclosure improvements and expanded reference materials
License
Individual skills contain their own LICENSE.txt files. Most are licensed under Apache 2.0 (from Anthropic originals).