Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Jar Submission

ASecurity

Use when running the final pre-submission preflight for a Journal of Accounting Research (JAR) manuscript — the Wiley Research Exchange portal, double-anonymization, the tiered submission fee and one-week payment window, the article-type choice, and the data-and-code package JAR requires. Checks readiness to submit; it does not handle the post-decision response (jar-rebuttal).

1,052 stars
0 votes
0 copies
0 views
Added 6/5/2026
ai-agentsgo

Security Analysis

A100/100

Scanned 6/5/2026

Install to Claude Code

$npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill jar-submission --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Jar Submission?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Jar Submission
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/brycewang-stanford-jar-submission/badge)](https://www.skillsdirectory.com/skills/brycewang-stanford-jar-submission)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: jar-submission
description: Use when running the final pre-submission preflight for a Journal of Accounting Research (JAR) manuscript — the Wiley Research Exchange portal, double-anonymization, the tiered submission fee and one-week payment window, the article-type choice, and the data-and-code package JAR requires. Checks readiness to submit; it does not handle the post-decision response (jar-rebuttal).
---

# Pre-Submission Preflight (jar-submission)

## When to trigger

- "We're submitting this week" — the last check before hitting submit
- Unsure what the Wiley Research Exchange portal requires
- Verifying double-anonymization and that the fee will be paid in time
- Assembling the data-and-code package JAR posts on acceptance

> Always re-verify current fees, article-type rules, the portal URL, and policy wording on the official Chookaszian Center JAR pages and the Wiley author guidelines before submitting — specifics change. As of 2026-06-01 the verified key specs are below.

## Verified JAR specs (confirm current values)

- **Submission portal:** Wiley Research Exchange / Atypon Rex at **wiley.atyponrex.com/journal/JOAR** (as of Oct 2, 2023).
- **Tiered submission fee (effective Jan 1, 2023):** **Tier One $750**, **Tier Two $500**, **Tier Three $50**; **all authors must reside in Tier Two/Three countries** to get the lower rate; previously a flat $500. The fee **must be received within one week of submission** or the paper is withdrawn; generally **non-refundable**, but a desk-rejected **non-conforming** submission may receive a **half refund**. A separate **$250 conference-registration fee** and a **$250 survey-proposal reviewer fee** exist.
- **Article types:** (i) **Regular Manuscripts**, (ii) **Surveys/Methodological Contributions** (standing call; separate proposal-review fee), (iii) **Registered Reports** (two-stage) — pick the right track.
- **Submission cap:** at most **four NEW papers per author over a rolling two-year period** (R&R resubmissions excluded).
- **Review:** **double-anonymized** for regular manuscripts (authors anonymize the manuscript).
- **Style:** custom JAR **author-date** house style; match recent JAR articles (not APA-numeric).
- **Data and code:** JAR **requires and hosts** datasheets/code on acceptance; prepare the package now.
- **AI:** AI/AIGC tools **cannot be authors**.
- **Length / abstract limit:** **待核实** — no official JAR word/page or abstract limit was confirmable on 2026-06-01 (the Wiley `forauthors.html` page returned HTTP 402 to direct fetch). Confirm on the live page before submitting.

## Pre-submission checklist

### Anonymization (double-anonymized)
- [ ] Manuscript file contains **no** author names, affiliations, or acknowledgments
- [ ] Self-citations worded neutrally ("prior work (Author, 2021)"), not "our earlier study"
- [ ] Acknowledgments/funding/author bios on a **separate title page**, not in the manuscript
- [ ] File metadata scrubbed; file names contain no identifiers

### Fee & eligibility
- [ ] Correct **residency tier** determined for **all** authors (lower rate needs all in Tier Two/Three)
- [ ] Means to **pay within one week** of submission arranged (else the paper is withdrawn)
- [ ] Within the **four-new-papers / two-year** cap (R&Rs excluded)

### Files for Wiley Research Exchange
- [ ] Anonymized main manuscript (text, tables, figures as the portal specifies)
- [ ] Separate title page with all identifying information
- [ ] Cover letter (fit, contribution, not under review elsewhere)
- [ ] Correct **article type** selected (Regular / Survey / Registered Report)
- [ ] Online appendix / supplementary files if applicable

### Data-and-code package (JAR policy)
- [ ] Top-to-bottom runnable code regenerating every table/figure from raw extracts
- [ ] README documenting sources, screens, vintages, and access dates
- [ ] Terms-of-use respected (academic-research-only; acknowledge the JAR publication and code authors; authors retain copyright)

### References & consistency
- [ ] Every in-text citation appears in the reference list and vice versa
- [ ] Author-date formatting matches recent JAR articles
- [ ] Hypothesis labels, variable names, and table numbers consistent throughout

## Research Exchange operation notes

Create/keep your account and ORCID current; select the article type that routes the paper to the appropriate Senior/Associate Editor; upload anonymized files and the title page in the designated slots; preview the built PDF before final submission. Remember the **fee clock starts at submission**.

## Anti-patterns

- Self-identifying language ("in our 2020 study") left intact.
- Assuming the lower fee tier when a co-author resides in a Tier One country.
- Missing the **one-week payment** window and getting withdrawn.
- "Code available on request" instead of the required posted package.
- Wrong article type (e.g., submitting a Registered Report as a Regular Manuscript).

## Output format

```
【Anonymization】pass / fix: [...]
【Fee & tier】tier determined (all authors); pay-within-a-week arranged? [...]
【Submission cap】within four-new/two-years? [...]
【Article type】Regular / Survey / Registered Report
【Files ready】manuscript / title page / cover letter / supplements: yes/no
【Data-and-code package】runnable + README + terms respected? [...]
【References】citations↔list reconciled; JAR author-date matched: yes/no
【Next step】await decision → jar-review-process; on R&R → jar-rebuttal
```

## Resources

- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — official JAR/Chicago Booth/Wiley URLs behind every verified fact (accessed 2026-06-01)
- [`../../resources/external_tools.md`](../../resources/external_tools.md) — submission, fee, and reproducibility tooling notes

Attribution

brycewang-stanfordbrycewang-stanford
View sourceMore from brycewang-stanford →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →