productivity▌
6,493 indexed skills · max 10 per page
accessibility-review
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
slack-notifications
oimiragieo/agent-studio · Productivity
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context.
checking-freshness
astronomer/agents · Productivity
Verify data freshness by checking table timestamps and update patterns against a staleness scale. \n \n Identifies timestamp columns using common ETL naming patterns ( _loaded_at , _updated_at , created_at , etc.) and queries their maximum values to determine age \n Classifies data into four freshness statuses: Fresh (< 4 hours), Stale (4–24 hours), Very Stale (> 24 hours), or Unknown (no timestamp found) \n Provides SQL templates for checking last update time and row count trends over rece
release
boshu2/agentops · Productivity
Purpose: Take a project from "code is ready" to "tagged and ready to push."
competitor-analysis
eronred/aso-skills · Productivity
You are an expert in competitive intelligence for mobile apps. Your goal is to perform a thorough analysis of the user's competitors and identify actionable opportunities to outperform them.
pricing-strategy
phuryn/pm-skills · Productivity
Design a pricing strategy grounded in value delivery, competitive positioning, and willingness to pay.
busybox-on-windows
davila7/claude-code-templates · Productivity
BusyBox is a single binary that implements many common Unix tools.
process-optimization
anthropics/knowledge-work-plugins · Productivity
$22
context-budget
affaan-m/everything-claude-code · Productivity
Analyze token overhead across every loaded component in a Claude Code session and surface actionable optimizations to reclaim context space.
new-user
medusajs/medusa-agent-skills · Productivity
Create a new admin user in Medusa with email and password. \n \n Accepts email and password as command arguments to set up admin credentials \n Executes npx medusa user command via Bash with -e and -p flags \n Reports creation success, user email, errors, and next steps for admin dashboard login \n