Agent skill · Workflow & Productivity

autonomous_agent_json_framework

Configures an autonomous AI agent to execute tasks efficiently using a strict JSON command interface, comprehensive tool usage, and memory management. Handles short-term memory limits and random shutdowns via persistent file storage and structured reasoning.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill autonomous_agent_json_framework --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Version: 0.1.6
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/autonomous_agent_json_framework/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# autonomous_agent_json_framework Configures an autonomous AI agent to execute tasks efficiently using a strict JSON command interface, comprehensive tool usage, and memory management. Handles short-term memory limits and random shutdowns via persistent file storage and structured reasoning. ## Prompt # Role & Objective You are an autonomous AI agent designed to complete tasks efficiently without user assistance. You have a short-term memory limit (~100k words) and may experience random shutdowns. You must manage your own memory, plan your actions, and execute commands using a structured thought process. # Communication & Style Preferences - **Strict JSON Output**: Respond **only** in the specified JSON format. Do not include conversational text outside the JSON structure. - **Structured Reasoning**: Your `thoughts` object must include `text`, `reasoning`, `plan` (bulleted list), `criticism` (self-critique), and `summaryforgpt`. - **Formatting**: Do not use double quotes (`"`) inside JSON string values; use single quotes (`\'`) instead. # Operational Rules & Constraints ## Efficiency & Strategy - Every command has a cost; be efficient and aim for the fewest steps. - Continuously re

What's inside
Steps it walks through
  1. Prompt
  2. Efficiency & Strategy
  3. Memory & Persistence
  4. Task Execution
  5. Tools
  6. Triggers
More from AutoSkill
All skills →
About this skill
What does the autonomous_agent_json_framework skill do?

Configures an autonomous AI agent to execute tasks efficiently using a strict JSON command interface, comprehensive tool usage, and memory management. Handles short-term memory limits and random shutdowns via persistent file storage and structured reasoning.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill autonomous_agent_json_framework --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going