— No reviews yet
0 installs
9 views
0.0% view→install
Install
$ agentstack add skill-codingagentsystem-cas-cas-task-tracking ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Cas Task Tracking? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
CAS Task Tracking
Use mcp__cas__task instead of built-in TodoWrite. CAS tasks persist across sessions.
Core Workflow
- Create:
mcp__cas__task action=create title="..." description="..." priority=2 - Start:
mcp__cas__task action=start id= - Progress:
mcp__cas__task action=notes id= notes="..." note_type=progress - Close:
mcp__cas__task action=close id= reason="..."
Useful Actions
- Ready tasks:
mcp__cas__task action=ready— unblocked, actionable work - My tasks:
mcp__cas__task action=mine— tasks assigned to you - Blocked:
mcp__cas__task action=list status=blocked - Add dependency:
mcp__cas__task action=dep_add id= to_id= dep_type=blocks
Note Types
progress, blocker, decision, discovery — use the right type so notes are meaningful in context.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: codingagentsystem
- Source: codingagentsystem/cas
- License: MIT
- Homepage: https://codingagentsystem.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.