content-creator
88Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Build Efficient Bevy ECS Systems
Bevy ECS design can create borrowing conflicts, slow queries, and unclear scheduling. This skill provides practical Rust patterns for components, systems, resources, filters, and ordering.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "bevy-ecs-expert" from https://skillstore.io/skills/sickn33-bevy-ecs-expert.md and its manifest at https://skillstore.io/api/skills/sickn33-bevy-ecs-expert/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "bevy-ecs-expert". Design movement for player and enemy entities.
Expected outcome:
Using "bevy-ecs-expert". Two systems need mutable access to the same component.
Expected outcome:
The systems cannot run in parallel with overlapping mutable access. Chain them when order matters, or partition entities with disjoint query filters.
Using "bevy-ecs-expert". Improve a query that scans every entity each frame.
Expected outcome:
Add With, Without, or Changed filters that match the gameplay condition. Keep query data narrow and confirm the improvement with profiling.
All 22 static findings are false positives caused by Rust syntax, Bevy ECS APIs, or Markdown backticks. The guide contains no executable scripts, shell commands, process launches, or prompt injection.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/sickn33-bevy-ecs-expert/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-bevy-ecs-expert?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-bevy-ecs-expert?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-bevy-ecs-expert/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-bevy-ecs-expert.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>sickn33. (2026). bevy-ecs-expert security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-bevy-ecs-expert/audits/5@techreport{sickn33-sickn33-bevy-ecs-expert-2026,
author = {sickn33},
title = {bevy-ecs-expert security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-bevy-ecs-expert/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "bevy-ecs-expert security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-08-14"
url: "https://skillstore.io/skills/sickn33-bevy-ecs-expert/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-bevy-ecs-expert:audit:5"
description: "Skillstore immutable audit report identifier"
Plan components, resources, systems, and schedules before implementing gameplay.
Review mutable access patterns and establish explicit system ordering.
Apply filters and narrower access patterns to reduce work and improve parallel execution.
Create a Bevy component for [game concept]. Keep it data-oriented and explain each derive.
Write a Bevy system that updates [component] using [resource]. Use the narrowest query and resource access possible.
Review these Bevy systems for conflicting access: [systems]. Propose query filters, ParamSet, or scheduling changes and explain the tradeoffs.
Design the Bevy ECS architecture for [feature]. Define components, resources, events, systems, filters, schedules, ordering constraints, and performance risks.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
5a26d1d61d694db29af9b138c661c1981076d9df
Maintenance freshness
8/15/2026
Usage
11 downloads ยท 93 views
File structure
๐ SKILL.md
Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Improve LLM Prompts With Proven Patterns
Inconsistent prompts waste time and make AI outputs hard to trust. This skill guides prompt design with reusable patterns, examples, evaluation steps, and optimization workflows.
Build Fullstack Apps with Senior Patterns
Teams need consistent setup, architecture, and review guidance for modern web applications. This skill provides scaffolders, workflow references, and quality prompts for React, Next.js, Node.js, GraphQL, and PostgreSQL projects.
Design Scalable Software Architectures
Architecture decisions are hard to compare across web, mobile, backend, and cloud systems. This skill provides structured guides and local scaffold scripts for reports, dependency review, and trade-off documentation.
Optimize AI Prompts With Prompt Engineer
Writing clear prompts is hard when goals are vague or complex. This skill turns rough requests into structured prompts using proven prompt frameworks.
Prioritize Product Work With Research Insights
Product teams need faster ways to rank features, synthesize interviews, and document decisions. This skill provides RICE scoring, interview analysis, and PRD templates for structured planning.
Improve Vue 3 Code Quality
by vuejs-ai
Vue projects often collect reactivity, component, and performance mistakes over time. This skill gives targeted Vue 3 guidance for safer patterns and clearer code.
Optimize Go Performance with Profiling
by 89jobrien
Go services can become slow or memory-heavy without clear evidence. This skill guides profiling, allocation analysis, concurrency tuning, and benchmark-driven optimization.
Improve SwiftUI Code with Expert Guidance
by avdlee
SwiftUI projects can accumulate state, layout, accessibility, and performance problems. This skill provides focused review guidance and optional Instruments trace analysis to identify practical improvements.
Build Frontend Apps Faster
by davila7
Frontend work often needs consistent React patterns, performance checks, and project scaffolding. This skill gives Claude and compatible agents practical guidance and local helper scripts for modern web application development.
Plan Next.js App Router Architecture
by 89jobrien
Next.js teams can struggle to choose routes, components, data loading, and migration steps. This skill gives structured architecture guidance for App Router, Server Components, and performance.
Simplify Rust If-Let Control Flow
by EmilLindfors
Nested pattern matching can hide the main decision path in Rust code. This skill helps Claude, Codex, and Claude Code suggest let chains for clearer Rust 2024 control flow.