CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. daymade
  4. /
  5. claude-code-skills
  6. /
  7. Statusline Generator

Statusline Generator

Editor's Note

Configures the status line above Claude Code's prompt showing your working directory, model, and token usage. The common failure mode is a missing chmod +x that makes the whole thing go silently blank, so this includes a health check script that catches that and three other validation layers before you waste time debugging. Two layouts: minimal shows absolute counts like "ctx: 108K / 1M", full adds git status and session cost from ccusage if installed. The install script mandatorily runs verification at the end because "I wrote the file" and "the script actually works" are different things. Degrades gracefully when jq or git aren't available.

Install

npx skills add https://github.com/daymade/claude-code-skills --skill statusline-generator
Votes
0
Installs525
GitHub Stars1.1k
Categories
Automation & Workflows
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Automation & Workflows Skills

View all →
dag-parallel-executor

erichowens/some_claude_skills

0
21
Executes DAG waves with controlled parallelism using the Task tool. Manages concurrent agent spawning, resource limits, and execution coordination. Activate on 'execute dag', 'parallel execution', 'concurrent tasks', 'run workflow', 'spawn agents'. NOT for scheduling (use dag-task-scheduler) or building DAGs (use dag-graph-builder).
workflow-automation

supercent-io/skills-template

0
12.6k
88
Automate development tasks with npm scripts, Makefiles, Git hooks, and shell scripts.
ml-pipeline-workflow

wshobson/agents

0
6.3k
35.5k
End-to-end MLOps pipeline orchestration from data ingestion through model deployment and monitoring.
n8n-workflow-architect

promptadvisers/n8n-powerhouse

0
21
Strategic automation architecture advisor. Use when users want to plan automation solutions, evaluate their tech stack (Shopify, Zoho, HubSpot, etc.), decide between n8n vs Python/Claude Code, or need guidance on production-ready automation design. Invokes plan mode for complex architectural decisions.
project-workflow-analysis-blueprint-generator

github/awesome-copilot

0
8.9k
33.1k
Generates detailed implementation blueprints by analyzing project architecture, technology stacks, and workflow patterns.
workflow-orchestration-patterns

wshobson/agents

0
7.2k
35.5k
Design durable distributed workflows with Temporal, separating orchestration logic from external interactions.