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.
Modernize JavaScript with Proven ES6+ Patterns
Legacy JavaScript is difficult to maintain and often hides asynchronous errors. This skill guides refactoring with ES6+, functional patterns, modules, and performance practices.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "modern-javascript-patterns" from https://skillstore.io/skills/sickn33-modern-javascript-patterns.md and its manifest at https://skillstore.io/api/skills/sickn33-modern-javascript-patterns/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 "modern-javascript-patterns". Explain when to use destructuring in a user profile function.
Expected outcome:
Use parameter destructuring when the function reads a known subset of fields. Add defaults for optional fields and avoid deeply nested patterns.
Using "modern-javascript-patterns". Modernize a sequential Promise chain that loads independent resources.
Expected outcome:
Using "modern-javascript-patterns". Review an array transformation that mutates its source.
Expected outcome:
Replace in-place updates with map, filter, or object spread. Confirm that nested values do not require a deeper immutable update.
All 29 static findings are false positives from Markdown examples, JavaScript template literals, or inline file references. Two educational examples remain unsafe: fake password hashing and unescaped HTML interpolation.
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-modern-javascript-patterns/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-modern-javascript-patterns?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-modern-javascript-patterns?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-modern-javascript-patterns/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-modern-javascript-patterns.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). modern-javascript-patterns security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-modern-javascript-patterns/audits/5@techreport{sickn33-sickn33-modern-javascript-patterns-2026,
author = {sickn33},
title = {modern-javascript-patterns security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-modern-javascript-patterns/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: "modern-javascript-patterns security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-08-04"
url: "https://skillstore.io/skills/sickn33-modern-javascript-patterns/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-modern-javascript-patterns:audit:5"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
wshobson-modern-javascript-patterns
2026-08-21
sickn33-modern-javascript-patterns
2026-08-21
Replace callbacks, manual loops, and repetitive object handling with readable modern JavaScript.
Create consistent guidance for asynchronous flows, immutable updates, modules, and error handling.
Study focused examples covering ES6+ syntax, functional programming, classes, generators, and performance.
Explain [JavaScript feature] with one practical example. Compare it with the older syntax and identify common mistakes.
Refactor this JavaScript function using appropriate ES6+ patterns: [function]. Preserve behavior and explain each meaningful change.
Rewrite this callback or Promise workflow with async and await: [code]. Add error handling and preserve concurrency where useful.
Review this module for maintainability, immutability, asynchronous correctness, and performance: [module]. Propose prioritized changes with validation steps.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/modern-javascript-patternsRef
81e05e636292629114b76cbb3922fbe57672fc02
Maintenance freshness
8/5/2026
Usage
8 downloads ยท 147 views
File structure
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.
Analyze Patterns Across Your Codebase
by C0ntr0lledCha0s
Large codebases hide repeated structures and inconsistent decisions. This skill maps design patterns, architecture, conventions, duplication, and anti-patterns with evidence and recommendations.
Search Code by AST Structure
by 0xDarkMatter
Text searches miss semantic relationships and produce noisy matches. This skill uses ast-grep patterns to locate code structures and prepare focused refactors.
Find Code Context Faster
by 89jobrien
Developers often lose time tracing why code exists and what depends on it. This skill prompts Claude, Codex, or Claude Code to gather related graph knowledge, callers, imports, and tests before changes.
Build and Maintain WordPress Blocks
by Automattic
WordPress block changes can break registration, saved content, or editor behavior. This skill guides implementation, migration, debugging, and verification for Gutenberg blocks.
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.
Remove Dead Code Safely
by 89jobrien
Unused imports, functions, and classes increase maintenance cost and deployment size. This skill guides Claude, Codex, and Claude Code through conservative analysis, backups, removal, and validation.