Evgeny017Evgeny017Community·1 Agent Skills Included

shishanify

Code obfuscation with private decoding index generation

Rewrites source code with confusing names, misleading comments, and scattered structure so only the original author can maintain it. Generates a private .shishanmap/ decoding index that maps every obfuscated name back to its real meaning for fast navigation. Preserves all business logic and edge cases while blocking easy refactoring by colleagues or automated tools.
npx skills add Evgeny017/shishanify --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install shishanify?

Run `npx skills add Evgeny017/shishanify --all -g -y` in your terminal to install this skill globally.

What does shishanify do to my code?

It renames functions and variables into meaningless forms, adds intimidating comments, and restructures modules, while keeping all logic fully functional.

How do I navigate obfuscated code afterwards?

The skill generates a private .shishanmap/ index that maps every confusing name back to its real meaning, letting you locate any logic in seconds.

Can I reverse the obfuscation later?

Yes. Ask for de-obfuscation and the skill reads the decoding table in your .shishanmap/ index to restore the original readable code.

Does shishanify work with Claude Code?

Yes. It follows the standard SKILL.md format and runs directly in Claude Code and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineering