SShortSingh.
Back to feed

Developer Open-Sources 17 Debugging Skills for Cocos Creator 3.x Engine

0
·1 views

A developer has released a collection of 17 debugging skills for Cocos Creator 3.x, built from months of hands-on troubleshooting experience. The skills cover common pain points including gray screen diagnosis, corrupt scene recovery, CLI build failures, and TypeScript compile checks. Each skill is designed as a ready-to-run workflow that can be loaded into an AI agent to automate problem resolution. The full collection has been published as an open-source repository on GitHub under the account ChrisLamDev. Developers working with Cocos Creator can copy the skills directly into their local agent environment using a single terminal command.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

AEL Open Standard Grades How Verifiable an AI Agent's Activity Record Is

A developer building an AI agent firewall has released Agent Evidence Levels (AEL), an open standard for grading how independently verifiable an AI agent's activity records are. The five-tier scale, AEL-0 through AEL-4, measures how much of an agent's record an outside party can verify and how much omission they can detect without trusting the vendor or operator. Each level adds a layer of evidence — from signed, hash-linked records at AEL-0 to counterparty-confirmed receipts at AEL-4 — with every level explicitly stating what it does not cover. The standard ships with a runnable reference checker and a conformance corpus so that grades must be demonstrated rather than merely claimed. The spec, reference checker, and conformance corpus are publicly available on GitHub, and the author intends to donate the project to a neutral governing body once it gains wider adoption.

0
ProgrammingDEV Community ·

Developer Reflects on Lessons Learned Building Moonsu Link at Global Hackathon

A developer participated in their first global hackathon, which drew over 500 participants worldwide, submitting a project called Moonsu Link aimed at solving a real-world problem. Although the team did not win, the participant earned a badge from the DEVPost community in recognition of their effort. The experience highlighted the importance of collaboration, with teammates sharing ideas and dividing responsibilities to maintain momentum throughout the event. The developer noted that challenges such as uncertainty and technical friction were inevitable but ultimately contributed to growth and engineering maturity. Reflecting on the outcome, they concluded that completing a full product cycle and gaining experience are as valuable as taking home a prize.

0
ProgrammingDEV Community ·

Indie Developer Advocates 2-Week MVP Rule to Break the Build-in-Silence Trap

A developer behind OpenNomos has shared a personal rule: if a project cannot ship something usable within two weeks, too much is being built. Drawing from a past experience where three months of work went unused, the author argues that early users need one working feature, not a polished product. Their current project, OpenNomos Json, launched with just two tools — a Timestamp Converter and a JSON Parser — and attracted users immediately by solving real pain points. The author emphasizes that fast shipping creates a feedback loop, turning zero users into iterative improvements within weeks, unlike months-long silent builds that often launch to no audience. The key mindset shift, they argue, is resisting the urge to add features before going live and accepting that a rough but functional V1 is more valuable than a perfect unreleased product.

0
ProgrammingDEV Community ·

Developer builds free before/after image slider on Cloudflare Workers after imgsli went offline

A game modder created imgi.co, a free before/after image comparison tool, after the widely used service imgsli went offline, leaving mod creators without a reliable way to showcase visual changes. The tool supports draggable sliders, shareable permanent links, iframe embeds, GIF/MP4/WebP exports, and comparisons of up to ten images at once. Built on Next.js 15 running on Cloudflare Workers via the OpenNext adapter, the project uses Cloudflare R2 storage — which charges no egress fees — as the key factor in keeping the service free and financially sustainable. Images are compressed using AVIF and WebP formats to minimize file sizes, while expensive encoding tasks are offloaded to a background worker to stay within Cloudflare's 10ms CPU limit per request. The developer has opened the tool to the public beyond game modding, calling it useful for AI upscales, photo edits, and any before/after visual comparison.