
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
awsome-slash
Advanced tools
Professional-grade slash commands for Claude Code that work across any project
Professional-grade workflow automation for AI coding assistants
A cross-platform plugin providing powerful, zero-configuration slash commands for development workflows. Works with Claude Code, Codex CLI, and OpenCode.
# Option 1: Marketplace (recommended)
claude plugin marketplace add avifenesh/awsome-slash
claude plugin install next-task@awsome-slash ship@awsome-slash
# Option 2: Direct install
git clone https://github.com/avifenesh/awsome-slash.git
./scripts/install/claude.sh
git clone https://github.com/avifenesh/awsome-slash.git
cd awsome-slash
./scripts/install/opencode.sh
git clone https://github.com/avifenesh/awsome-slash.git
cd awsome-slash
./scripts/install/codex.sh
/next-task:next-task - Master Workflow OrchestratorComplete task-to-production automation with state management and resume capability.
/next-task:next-task # Start new workflow with policy selection
/next-task:next-task --status # Check current workflow state
/next-task:next-task --resume # Resume from last checkpoint
/next-task:next-task --abort # Cancel workflow and cleanup
/next-task:next-task bug # Filter by task type
13-Phase Autonomous Workflow:
Features:
.claude/.workflow-state.json/ship:ship - Complete PR WorkflowShip your code from commit to production with full validation and state integration.
/ship:ship # Default workflow
/ship:ship --strategy rebase # Rebase before merge
/ship:ship --dry-run # Show plan without executing
/ship:ship --state-file PATH # Integrate with next-task workflow
12-Phase Workflow:
Platform Support:
/deslop-around:deslop-around - AI Slop CleanupRemove debugging code, old TODOs, and AI slop from your codebase.
/deslop-around:deslop-around # Report mode - analyze only
/deslop-around:deslop-around apply # Apply fixes with verification
/deslop-around:deslop-around apply src/ 10 # Fix up to 10 issues in src/
Detects:
console.log, print(), dbg!())/project-review:project-review - Multi-Agent Code ReviewComprehensive code review with specialized agents that iterate until zero issues.
/project-review:project-review # Full codebase review
/project-review:project-review --recent # Only recent changes
/project-review:project-review --domain security
8 Specialized Agents: Security · Performance · Architecture · Testing · Error Handling · Code Quality · Type Safety · Documentation
/next-task:update-docs-around - Documentation SyncSync documentation with actual code state across the entire repository.
/next-task:update-docs-around # Report mode - analyze only
/next-task:update-docs-around --apply # Apply safe fixes
/next-task:update-docs-around docs/ --apply # Sync specific directory
Checks:
/next-task:delivery-approval - Delivery ValidationValidate task completion and approve for shipping (standalone or part of workflow).
/next-task:delivery-approval # Validate current work
/next-task:delivery-approval --task-id 142 # Validate specific task
/next-task:delivery-approval --verbose # Show detailed check output
Validation Checks:
/reality-check:scan - Plan Drift DetectionDeep repository analysis to identify where documented plans diverge from actual code reality.
/reality-check:scan # Full reality check scan
/reality-check:set # Configure scan settings
Multi-Agent Parallel Scan:
Detects:
Output:
First-Run Setup: Interactive checkboxes configure:
All platforms share the same workflow tools via MCP (Model Context Protocol):
| Tool | Description |
|---|---|
workflow_status | Get current workflow state |
workflow_start | Start a new workflow |
workflow_resume | Resume from checkpoint |
workflow_abort | Cancel and cleanup |
task_discover | Find and prioritize tasks |
review_code | Run multi-agent review |
See docs/CROSS_PLATFORM.md for details.
Workflows persist state in .claude/.workflow-state.json:
{
"workflow": { "id": "...", "status": "in_progress" },
"policy": { "taskSource": "gh-issues", "stoppingPoint": "merged" },
"task": { "id": "142", "title": "Fix auth timeout" },
"phases": { "current": "implementation", "history": [...] },
"checkpoints": { "canResume": true, "resumeFrom": "implementation" }
}
Core Workflow (Opus - Complex Tasks):
| Agent | Purpose |
|---|---|
| exploration-agent | Deep codebase analysis |
| planning-agent | Design implementation plans |
| implementation-agent | Execute plans with quality code |
| review-orchestrator | Multi-agent code review with iteration |
Quality Gates (Sonnet - Side Reviewers):
| Agent | Purpose |
|---|---|
| deslop-work | Clean AI slop from new work (committed but unpushed) |
| test-coverage-checker | Validate new work has test coverage |
| delivery-validator | Autonomous delivery validation (NOT manual) |
| docs-updater | Update docs related to changes |
Operational (Sonnet - Infrastructure):
| Agent | Purpose |
|---|---|
| policy-selector | Configure workflow policy |
| task-discoverer | Find and prioritize tasks |
| worktree-manager | Create isolated worktrees |
| ci-monitor | Monitor CI/PR status with sleep loops |
awsome-slash/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace manifest
├── plugins/
│ ├── next-task/ # Master workflow orchestrator
│ │ ├── commands/ # next-task, update-docs-around, delivery-approval
│ │ ├── agents/ # 14 specialist agents
│ │ └── hooks/ # SubagentStop hooks for workflow automation
│ ├── ship/ # PR workflow
│ ├── deslop-around/ # AI slop cleanup
│ └── project-review/ # Multi-agent review
├── lib/
│ ├── state/ # Workflow state management
│ ├── platform/ # Auto-detection
│ └── patterns/ # Code analysis patterns
├── mcp-server/ # Cross-platform MCP server
├── scripts/install/ # Platform installers
└── docs/
Required:
gh) with authenticationFor Claude Code:
For OpenCode:
opencode)For Codex CLI:
codex)Contributions welcome! See CONTRIBUTING.md.
MIT © Avi Fenesh
Made with ❤️ for the AI coding community
FAQs
Professional-grade slash commands for Claude Code that work across any project
We found that awsome-slash demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.