关于
This skill manages the complete lifecycle of autonomous coding sessions, handling session creation, resumption, and type detection (initial vs. continuation). It provides tools for auto-continuation between sessions and includes a session manager for running prompts with Claude models. Use it when starting new coding projects, resuming previous work, or managing seamless transitions between autonomous coding sessions.
快速安装
Claude Code
推荐npx skills add NeverSight/skills_feed -a claude-code/plugin add https://github.com/NeverSight/skills_feedgit clone https://github.com/NeverSight/skills_feed.git ~/.claude/skills/autonomous-session-manager在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
Frequently asked questions
What is the autonomous-session-manager skill?
autonomous-session-manager is a Claude Skill by NeverSight. Skills package instructions and resources that Claude loads on demand, so Claude can perform autonomous-session-manager-related tasks without extra prompting.
How do I install autonomous-session-manager?
Use the install commands on this page: add autonomous-session-manager to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does autonomous-session-manager belong to?
autonomous-session-manager is in the autonomous-coding category, tagged general.
Is autonomous-session-manager free to use?
Yes. autonomous-session-manager is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
相关推荐技能
Spec Builder是一个交互式需求规范构建工具,帮助开发者将模糊的项目想法转化为详细的技术规格说明书。它通过引导式提问协助明确需求、定义功能范围,特别适合在启动autonomous-master之前使用。该工具能生成可直接用于自主编码项目的完整、可执行规范文档。
这是一个用于自主编码的TDD工作流工具,帮助开发者遵循测试驱动开发流程。它自动化实现了红-绿-重构循环,支持从编写失败测试到最终代码重构的完整周期。开发者可以整体运行TDD流程,也可以分阶段执行测试编写、代码实现和重构操作。
Context Compactor 是一款用于自动总结和压缩长会话上下文的工具,特别适用于接近令牌限制时管理上下文窗口。它能智能保留关键信息(如架构决策、错误和当前状态),同时丢弃过时的工具输出和冗余消息。开发者可通过简单API调用来检查压缩需求并执行压缩,从而有效管理令牌预算。
这是一个用于浏览器端到端测试的Claude Skill,帮助开发者验证功能实现是否符合验收标准。它提供了运行单个功能测试或批量测试的能力,适用于功能验证、用户流程测试和功能完整性检查等场景。开发者可以通过简单的API调用来执行自动化浏览器测试并获取测试结果。
