system

Manage Detritus agent tool access, skill loading, and environment introspection.

21|1|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/sinaptia/detritus --skill system-sinaptia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system
Source: https://github.com/sinaptia/detritus/tree/main/skills/system
Command: npx skills add https://github.com/sinaptia/detritus --skill system-sinaptia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill manages the core functionalities and available tools for the Detritus agent, enabling it to interact with the environment and other skills.

Core Features & Use Cases

  • Tool Access: Provides access to essential tools like edit_file, bash, InstanceEval, and load_skill.
  • Skill Discovery: Lists and allows loading of other available skills within the Detritus environment.
  • Environment Awareness: Provides current working directory and git status.
  • Use Case: When asked to research a topic, the agent can use load_skill to activate a research skill and then use bash to execute a web search script provided by that skill.

Quick Start

Use the bash tool to execute the web-fetch script with the url 'https://example.com'.

Frequently Asked Questions about system

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

FAQPage Schema
How do I manage agent configuration and tool access for the Detritus environment?

You can manage agent configuration and tool access using the Detritus system skill, which handles core functionalities like loading other skills, executing shell commands, and performing environment introspection.

What tools are available for environment introspection and file operations in Detritus?

Environment introspection and file operations in Detritus are handled through system tools like edit_file for modifications, bash for shell command execution, and InstanceEval for evaluating Ruby scripts.

How do I load additional skills into a Detritus agent during a task?

To load additional skills into a Detritus agent, you use the load_skill tool provided by the system skill, which enables the agent to discover and activate other available skills within the environment.

Does the Detritus system skill require shell command execution and Ruby script evaluation?

Yes, the Detritus system skill requires access to shell command execution via bash and Ruby script evaluation via InstanceEval to perform administrative tasks and manage agent operations.

Can I check git status and the current working directory using Detritus agent capabilities?

Yes, you can check git status and the current working directory using the environment awareness features provided by the Detritus system skill's core agent capabilities.

What are the limitations of using a system skill for agent configuration management?

The system skill for agent configuration management is limited to the Detritus environment and relies entirely on file system operations, shell command execution, and Ruby script evaluation to function properly.