structure▌
18 indexed skills · max 10 per page
website-structure
kostja94/marketing-skills · Productivity
Guides website structure planning: which pages to build, page priority, and how structure supports UX, SEO, and growth. Structure is the organization and connection of pages; it affects user navigation, Google's understanding of content importance, crawlability, and sitelinks in SERPs. See serp-features for sitelinks and SERP optimization.
plugin-structure
anthropics/claude-plugins-official · Productivity
Standardized directory structure and manifest configuration for Claude Code plugins with automatic component discovery. \n \n Conventional layout with auto-discovery: commands, agents, skills, and hooks load automatically from standard directories without explicit registration \n Manifest-driven configuration in .claude-plugin/plugin.json supporting metadata, custom component paths, and optional MCP server definitions \n Portable path references using ${CLAUDE_PLUGIN_ROOT} environment variable f
python-project-structure
wshobson/agents · Backend
Clear module boundaries, explicit public interfaces, and maintainable directory layouts for Python projects. \n \n Define public APIs with __all__ in every module; unlisted members remain internal implementation details \n Prefer flat directory structures with minimal nesting; add sub-packages only for genuine sub-domains \n Organize by architectural layers (API, services, repositories, models) or business domains depending on project complexity \n Keep files focused on a single concept; conside
folder-structure-blueprint-generator
github/awesome-copilot · Productivity
Analyzes project folder structures across multiple technology stacks and generates comprehensive organization blueprints. \n \n Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter) and identifies architectural patterns including monorepos, microservices, and frontend components \n Generates detailed blueprints with customizable visualization styles (ASCII tree, markdown lists, or tables) and configurable depth levels \n Documents file placement patterns, naming conve
plugin-structure
aiskillstore/marketplace · Productivity
Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code.
vue-application-structure
aj-geddes/useful-ai-prompts · Frontend
Build well-organized Vue 3 applications using Composition API, proper file organization, and TypeScript for type safety and maintainability.
scene-structure-techniques
wordflowlab/novel-writer-skills · Productivity
场景是实时发生的冲突单元,角色追求目标并面对障碍。
plugin-structure
anthropics/claude-code · Productivity
$22