project▌
49 indexed skills · max 10 per page
cloud-create-project
elastic/agent-skills · Cloud
Create Elastic Cloud Serverless projects using the Serverless REST API. Use the cloud-manage-project skill for day-2 operations like listing, updating, or deleting projects.
project-estimation
aj-geddes/useful-ai-prompts · Productivity
Accurate project estimation determines realistic timelines, budgets, and resource allocation. Effective estimation combines historical data, expert judgment, and structured techniques to minimize surprises.
xcode-project-analyzer
avdlee/xcode-build-optimization-agent-skill · Productivity
Use this skill for project- and target-level build inefficiencies that are unlikely to be solved by source edits alone.
project-overview
lobehub/lobe-chat · Productivity
Open-source, modern-design AI Agent Workspace: LobeHub (previously LobeChat).
sred-project-organizer
getsentry/skills · Productivity
SRED expects projects to be presented in a particular format. Take the list of projects that have been worked on in the past year, and summarize them into the format expected by SRED, with the supporting evidence. Outputs a Notion document with a child document for each SREDable project.
project-docs
jezweb/claude-skills · Documents
Generate structured project documentation by analysing the codebase. Produces docs that reflect the actual code, not aspirational architecture.
golang-project-layout
samber/cc-skills-golang · Backend
Persona: You are a Go project architect. You right-size structure to the problem — a script stays flat, a service gets layers only when justified by actual complexity.
project-workflow
jezweb/claude-skills · Productivity
Nine integrated slash commands automating project lifecycle from idea validation through release. \n \n Commands span exploration, planning, execution, session management, context preservation, and release phases with 35-55 minutes total time savings per project \n /wrap-session and /continue-session manage context across multiple sessions via SESSION.md checkpoints and git commits \n /release performs eight-phase safety checks including secret scanning, documentation validation, and build testi
project-session-management
jezweb/claude-skills · Productivity
Track progress across work sessions using SESSION.md with git checkpoints and concrete next actions. \n \n Converts IMPLEMENTATION_PHASES.md into a living SESSION.md document that maps phases to sessions, tracks current stage (Implementation/Verification/Debugging), and maintains concrete \"Next Action\" pointers with file locations and line numbers \n Provides /wrap-session command to update SESSION.md, create git checkpoints, and output summaries; /continue-session command to load context, sho
setting-up-astro-project
astronomer/agents · Productivity
Initialize and configure Astro/Airflow projects with dependencies, connections, and environment setup. \n \n Scaffolds complete project structure with astro dev init , including directories for DAGs, plugins, tests, and configuration files \n Manage Python and OS-level dependencies via requirements.txt and packages.txt , with custom Dockerfile support for complex setups \n Configure connections, variables, and pools declaratively in airflow_settings.yaml , with export/import commands for environ